/* CSS Document */

body {
	background-color: #000000;
	background-image: url(../images/pattern_bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	border: none;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 110%;
	padding: 0;
	color: #FFFFFF;}

a {
	color: #FFFFFF;
	text-decoration: none;}

a:hover {
	color: #424244;
	text-decoration: none;}
	
td a {
	color: #999999;
}

td a:hover {
	color: #0099FF;
}

#container{
	width: 775px;
	text-align: left;
	margin: 0 auto;
	padding: 0;}


#header{
	height: 120px;
	vertical-align: top;
	width: 775px;
	text-align: center;
	background-image: url(../images/hw_style_topV2.jpg);
	background-repeat: no-repeat;}


#main{
	width: 775px;
	background-color: #FFFFFF;}


#bodycontent{
	padding: 0 111px 0 111px;
	margin: 0;
	vertical-align: top;}
	
#bodycontent p, #subnav p{
	margin: 0;
	font-size: 1.1em;
	line-height: 100%;
	color: #424143}
	
#bodycontent h1{
	font-size: 6em;
	font-weight: bold;
	line-height: .8em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;}
#bodycontent h1 a {
	background-image: url(../images/icons_lrgV2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: inline;
	padding: 0 55px 12px 0;
	color: #FFFFFF;
	text-decoration: none}
#bodycontent h1 a:hover{
	background-image: url(../images/icons_lrgV2-over.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0 55px 12px 0;
	color: #FFFFFF;
	text-decoration: none}

#bodycontent h2{
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: .8em;
	width: 160px;
	float: center;
	padding: 0 20px 0 0;
	display: inline;}
	
#bodycontent h3{
	margin: 0;
	font-size: .8em;}

#subnav {
	width: 665px;
	float: middle;
	background-color: #00CCFF;
	padding: 0px 0 0px 0px;
	clear: both;
	text-align: center;
}

#nav{
	float: middle;
	width: 191px;
	margin: 10px 0px 0 10px;}
	

#content{
	float: left;}
	
	
#footer{
	clear: both;
	margin: 0;
	padding: 0;}
