@charset "utf-8";
/* CSS Document */
html,body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#header{
	width:100%;
	height:90px;
	background-image:url(images/Header.png);
	background-position:left;
	background-repeat:no-repeat;
	text-align:right;
}
#content{
	background-color:#FFFFFF;
	padding:3%;
	width:94%;
	display:block;
	color:#555555;
	font-size:.8em;
}
#content h1,h2{
	color:#660000;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
#content h1{
	font-size:1.15em;
	text-transform:uppercase;
}
#content h2{
	font-size:1em;
}
strong{
	color:#660000;
	font-weight:bold;
}
#header h1{
	color:#FFFFFF;
	font-size:16px;
	margin-top:0px;
	letter-spacing:1.75px;
	padding-top:35px;
	padding-right:25px;
	text-transform:uppercase;
}
#footer{
	color:#FFFFFF;
	font-size:.2em;
	letter-spacing:1px;
	margin-bottom:5px;
	width:100%;
	padding-top:23px;
	height:35px;
	background-image:url(images/Footer_logo.png);
	background-position:right;
	background-repeat:no-repeat;
}
#footer strong, a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	border-bottom-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}