*    {
	margin: 0;
	padding: 0;
}
	

body {
		font-size: 62.5%;
		font-family: Helvetica, sans-serif;
		background: url(images/body-bg.png) repeat-x top #e7e1d7;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	margin-left: 20px;
}

h2 {
	color: #001261;
}

h3 {
	font-size: 1.6em;
	color: #001261;
}


li {
	font-size: 1.3em;
	line-height: 1.4em;
	
}

.clear { clear: both; }


div#page-wrap {
	width: 803px;
	margin: 0 auto;
}

ul#nav {
	height: 244px; 
	background: url(images/header.jpg) no-repeat;
	list-style: none;
	padding-left: 130px;
}

	ul#nav li {
		display: block;
        width: 112px;
        float: left;
        margin-top: 214px;
}

	ul#nav li a {
		display: block;
		color: white;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active{
			color: #b09c6c;
		}

div#main-content {
	padding-bottom: 50px;
	}
	div#main-content  div#left-col {
		float: left;
		width: 800px;
		margin-left:-19px;
	}

		
div#footer {
	background: #014124;
	color: white;
	padding: 10px 0 10px 0;
	border-top: 2px solid #000000;
	text-align: center;
}

div#footer a {
	color: white;
	text-decoration: none;
	}

	div#footer a:hover, div#footer a:active{
			color: #b09c6c;
			text-decoration:underline;
		}