/* CSS Document */
body{
	font-family: Verdana, Arial, sans-serif;
	background-color:#071204;
 	margin-top: 34px; 
 	text-align: center;
}
#contain{
	width: 720px;
	margin: 0 auto;
	text-align: left; 
	}
a{
	text-decoration:none;
	color:#ffa033;
	}
a:hover{
	color:#ccc
	}
#main{
	width: 100%;
	height: 100%;
	text-align: left;
	}

ul,li{
	list-style-type:none;
	margin-left:0;
	padding-left:3px;
}
p {
	color:#ffa245;
	font-size:12px;
	line-height:20px;
	padding: 0 15px 0 15px;
}
#menu{
	line-height:30px; 
	font-size:small;
	width:150px;
	float:left;
	border-left:5px solid #a20000;
	}
#footer{
	color:#f19c15;
	font-size:xx-small;
	text-align:center;
	clear: both;
	}
h3{
	color:#f19c15;
	}
.statement{
	float: left;
	width: 400px;
	text-align: left;
	}
.none{
	float:none;
	}
.bottomborder {
	clear:both;
	width: 100%;
	height: 106px;
	background-image: url(line.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
