* {margin:0;padding:0;}
body {
	background: url(../images/bg.jpg) repeat-x #0a0a0a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align:center;
}
#wrap {
	margin: 0px auto;
	width: 930px;
	text-align:left;
	padding:0;
}
#header {
	background:url(../images/top.png) no-repeat;
	width:930px;
	height: 181px;
}
#sidebar {
	background: url(../images/sidebar.png) no-repeat;
	width: 242px;
	padding-top: 100px;
	float: left;
	padding-bottom: 20px;
}
#sidebar li {
	list-style: none;
	margin-left: 20px;
}
#sidebar a {
   float:left;
   background: url(../images/button.png) no-repeat left top;
   margin:2px;
   text-decoration:none;
   color:#FFFFFF;
   font-weight:bold;
   font-size: 16px;
   width: 152px;
   height:26px;
   padding-left: 30px;
   padding-top: 4px;
}
#sidebar a:hover {
	background-position: 0% -30px;
}

#sidebar .informers {
	padding-left: 0px;
}
#sidebar .informers a, a:hover {
	text-decoration:none;
	background:none;
	width:auto;
	height:auto;
}

#content {
	background: #0e0e0e;
}
#text {
	padding-top: 100px;
	margin-left: 242px;
	padding: 20px;
	width: 648px;
}
p {
	padding-top: 20px;
}
td {
	padding: 4px;
}
#footer {
	background: url(../images/footer.png) no-repeat;
	width: 930px;
	height: 23px;
	font-size: 11px;
}
#footer a {
	color:#fff;
	border-bottom: 1px dotted #fff;
	text-decoration:none;
}