body {
	background: #194354 url(images/home_bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers.*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Opera CSS Hack */
	html>/**/body {
			text-shadow: #000000 0 0 0px;
			font-weight: 10 !important;			
			font-style:normal !important;
	}
}
#container {
	width: 690px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 33px;
}
#header {
	float:left;
}
.nav {
	padding: 30px 20px 12px 42px;
	float:left;
	width: 248px;
	height: 348px;
	background-image: url(images/home_navbg.jpg);
}
.navheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #646464;
	text-align: justify;
	padding: 0px 0px 45px 0px;
	letter-spacing: 1px;
}
.navItem, .navItem a {
	float:none;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#195d78;
	letter-spacing: 1px;
	line-height: 24px;
	text-decoration:none;
}
.navItem a:hover {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7f2100;
}
#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#598191;
	text-align: right;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
	letter-spacing: 1px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#598191;
	text-decoration:underline;

}
#footer a:hover {
	text-decoration:underline;
}
