* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat;
	background-image: url(images/test_brown.jpg);
}

img { border: none; }
a {
	color: #000000;
	text-decoration: none;
}
#menu {
	background-color: #201422;
	height: 25px;
	margin-top: 0px;
	padding-left: 10px;
	vertical-align: middle;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#menu   a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display: block;
	width: 115px;
	text-align: center;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 4px;
}
#menu    a:hover  {
	color: #F8F808;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color : #FF0000;
}

#wrap {
	margin: 0px auto 0 auto;
	width: 800px;
}
.streep {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 10px;
}

#header {
	height: 200px;
	background-color: #000000;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

.left {
	margin-top: 10px;
	width: 570px;
	float: left;
	text-align: justify;
	padding: 10px;
	background-color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-top: 15px solid #201422;
}
.left h2 {
	color: #FF0000;
	font-size: 18px;
	font-weight: normal;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.right {
	margin-top: 10px;
	width: 180px;
	float: right;
	padding: 10px;
	background: #fff;
	text-align: left;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-top: 15px solid #201422;
}
.right p {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right a {
	text-decoration: underline;
	color: #336600;
}

#footer {
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
	background: #000;
	margin-bottom: 20px;
	width: 570px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
.right h3 {
	font-size: 11px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.right  h2 {
	color: #339900;
	font-size: 18px;
	font-weight: normal;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.left h2b {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
