
* {
	margin: 1;
	padding: 0;
}

body {
	background: #aa0a03 url("bg.png") top center repeat-y;
	font: normal 10pt/16pt verdana, arial,sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url("header.png") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 580px;
	background: #fff;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 565px;
	height: 34px;
	background: url(horizontal.png);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 15px;
	
}

#horizontal a, #horizontal a:visited {
	color: #FFF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #d36d6d;
	text-decoration: none;
}

#content {
	float: left;
	width: 480px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #D71F0B;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.png) top left repeat-y;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(articlebg.gif) top left repeat-y;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 520px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}
