body{
	
	background:url(images/background.jpg) no-repeat;
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.5em;
}

/*a:link, a:visited{ color:#d8d6b8; text-decoration:none; }*/

a:link, a:visited{ color:#e56a00; text-decoration:none; }

a:hover{ color:#CCCCCC; }

div.header{
	
	background:url(images/interior-brushed-metal-header.jpg) repeat-x;
	width:100%;
	height:131px;	

}

div.header_content{
	
	width:925px;	
	margin:0px auto;	
	background-repeat:no-repeat;
	height:250px;
	
}

div.content{
	
	width:900px;
	margin:0px auto;
	margin-top:50px;
	
}

div.left_column{
	
	float:left;
	width:450px;
	margin-top:200px;
	
}

div.right_column{
	
	float:right;
	width:450px;
	margin-top:200px;
	
}

div.left_nav{
	
	float:left;
	width:200px;
	
}

div.right_content{
	
	float:right;
	width:700px;
	
}

div.footer{	
	
	width:900px;	
	margin:0px auto;
	text-align:center;
	height:100px;
	margin-top:100px;
}

div.nav{
	
	width:900px;
	margin:0px auto;
	height:44px;	
}

/*a.navlink, a:visited:navlink{ color:#e56a00; text-decoration:none }*/

/*a.navlink, a:visited:navlink{ color:#2d1201; text-decoration:none }*/

/*a:hover.navlink{ color:#FFFFFF; text-decoration:none }*/

div.nav_bar{
	
	height:23px;
	width:100%;
	background-color:#000000;
}

div.nav_content{
	
	width:897px;
	margin:0px auto;	
}

div.nav_content a:link{ text-decoration:none }

div.nav_content a:hover{ color:#FFFFFF }

h2{ color:#e56a00 }