
#wrap {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#banner {
	background: url('images/layout/banner.jpg') no-repeat;
	width: 800px;
	height: 200px;
	margin-top: 40px;
}

h3	{
	padding-top: 40px;
	padding-right: 110px;
	font-family: Chaparral Pro;
	color: #fff;
	font-size: 44px;
	text-align: right;
}

h4	{
	padding-top: 10px;
	padding-right: 110px;
	font-family: Chaparral Pro;
	color: #fff;
	font-size: 31px;
	text-align: right;
}

p	{
	text-indent: 17px;
}

tr,td {
	font-size:9pt; 
	font-family: arial, trebuchet ms, palatino linotype, 		century gothic, arial; 
	text-align:justify; 
	color:#333333; 
}

body {
	background: #fff;
	margin-top: 20px;
	line-height: 16px;
}

.head { 
	font-family: Trebuchet MS; 
	font-size: 20px; 
	color: #817e7e; 
	width: 400px;
	font-weight: bold; 
	text-align: left; 
	letter-spacing: 1px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 18px;
}

#site	{
	width: 800px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: top;
	padding-top: 0px;
	margin: 0px;
}

#nav 	{
	width: 200px;
	height: 100%;
	background: #fff;
	color: #4189cd;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

a.nav:link, a.nav:visited	{
	color: #4189cd;
	font-family: Chaparral Pro;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
}

a.nav:hover	{
	color: #1d6db8;
	font-family: Chaparral Pro;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content {  
	background: #fff;
	width: 570px; 
	float: right;
	vertical-align: top; 
	text-align: justify;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

input, select, textarea {
	border: solid #999 1px; 
	background-color: #FFFFFF; 
	font-family: arial, georgia, trebuchet ms; 
	margin-left: 1px;
	padding-left: 3px;
	font-size: 9pt; 
	color: #666;
}

#footer {
	width: 100%;
	height: 42px;
	background: url('images/layout/footer.jpg') no-repeat;
	Color: #fff;
	font-size: 16px;
	font-family: arial black;
	text-align: center;
	clear: both;
	padding-top: 15px;
}

#footer a {
	Color: #fff;
	font-size: 15px;
	font-family: arial black;
	padding-top: 15px;
	padding-left: 20px;
}