@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#99CC00;
}
h3 {
	margin:0px;
	color:#99CC00;
}
h4 {
	margin:0px;
	color:#FFFFFF;
}
ul {
	list-style-image:url(images/bull.jpg);
}
li {
	margin-left:-20px;
	margin-bottom:10px;
	
}
body {
	background-color:#000000;
	margin:0px;
	background-image:url(images/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:13px;
	line-height:20px;
}
#wrapper {
	width:950px;
	height:auto;
	margin:0 auto;
	margin-top:60px;
}
#header {
	width:950px;
	height:auto;
	border-bottom:#99CC00 1px dotted;
	margin-bottom:10px;
}
.logo {
	margin-bottom:10px;
	margin-top:10px;
}
.table_brake {
	width:950px;
	height:auto;
	border-bottom:#99CC00 1px dotted;
}
#footer {
	background-image:url(images/bull.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:10px;
}