body{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background: #638CA0 repeat-x url(../images/body_bg.gif);
	margin: 0 0 10px 0;
	padding: 0;
}
div#masthead{
	width: 770px;
	height: 100px;
	background: transparent;
	margin: 0 auto;
	position: relative;
}
img#logo{
	position: absolute;
	top: 20px;
	left: 28px;
	border: none;
}
div#content{
	width: 770px;
	background: url(../images/main_bg.gif) repeat-y;
	margin: 0 auto 10px;
	overflow: auto;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
div#nav{
	width: 170px;
	background: #4F788C;
	float: left;
	height: auto;
	border-left: White 1px solid;
	border-right: White 1px solid;
}
div#nav p#title{
	font-size: 14px;
	color: Black;
	text-align: center;
	margin: 5px 0 5px 0;
	font-weight: bold;
}
div#nav a{
	display: block;
	width: 170px;
	color: #243F4D;
	text-decoration: none;
	text-indent: 15px;
	font-size: 12px;
	font-weight: bold;
}
div#nav a:hover{
	color: Black;
}
div#text{
	width: 590px;
	float: right;
}
div#text p{
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 11px; 
}
div#text h1{
	margin: 5px 10px 5px 10px;
	font-size: 22px; 
}
div#text h2{
	margin: 5px 10px 5px 10px;
	font-size: 18px; 
}
div#text h3, div#text h4, div#text h5, div#text h6{
	margin: 5px 10px 5px 10px;
	font-size: 16px; 
}
div#footer{
	width: 770px;
	height: 75px;
	background: #FFD350;
	margin: 0 auto;
}