/* CSS Document */
#wrapper {
	height:498px;
	width:778px;
}
html, body {
	height:100%;
	width:100%;
	background-color:#333333;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#bg_header {
	height:10px;
	width:778px;
	background-image:url(../images/borderTop.gif);
}
#home_content {
	height:458px;
	width:776px;
	border-left:solid #f68e1e 1px;
	border-right:solid #f68e1e 1px;	
	background-color:#FFFFFF;
}
#bg_footer {
	background-image:url(../images/borderBottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:778px;
	height:30px;
}
#home_content_main {
	height:272px;
	width:758px;
	text-align:center;
}
#home_logo_corp {
	padding-top:47px;
}
#home_contact {
	width:758px;
}
#navbox {
	width:758px;
	height:149px;
	margin-top:7px;
	background-image:url(../images/corpGreyBox.gif);
}
#nav {
	width:379px;
	text-align:center;
	float:left;
	margin-top:19px;
}
#links {
	float:right;
	margin-right:10px;
}
#copyR {
	float:left;
	margin-left:10px;
}
#links, #copyR {
	font-size:10px;
	color:#798083;
	margin-top:18px;
}
#links a {
	text-decoration:none;
	color:#798083;
}
#links a:hover {
	text-decoration:none;
	color:#ffffff;
}