body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FDC510;
	background-image: url(images/bak.jpg);
	background-repeat: repeat-x;
	margin: 0px;

}
a:link, a:visited, a:active {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#wrapper { 
	width:966px;
	margin:0px auto;
}

#header { 
	width:100%;
}

#mainbody {
	width:966px; 
	margin-top:5px;
}

#nav { 
	width:225px; 
	float:left; 
	margin:0px;
}

#content { 
	width:731px;
	float:left;
	margin-left:10px;
	background-image: url(images/content-home-bak.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

#content2 { 
	width:731px;
	height:420px;
	float:left;
	margin-left:10px; 
	background-image: url(images/content-home-bak.jpg); 
	background-repeat:no-repeat; 
}
#content-left { 
	width:325px; 
	float:left; 
	padding:5px;
}
#content-right {
	width:385px; 
	float:left;
	 padding:5px;
}

#footer { 
	clear:both;
	width:100%; 
	height:100px;
	margin:10px auto; 
	background-image:url(images/footerbak.jpg);
	background-repeat:repeat-x; 
	text-align:center; 
	font-size:18px; 
	padding-top:20px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	vertical-align:middle;
 
}
#copyright { 
	text-align:center;
	width:500px;
	margin:0px auto;
}
.letterbig {
	font-size: 18px;
	font-weight: bold;
}
.desc {
	font-size: .8em;
	font-style: italic;
}

.grid td { 
	border:#993300 solid 1px; 
	background-color:#FDC510;
}

.grid{ 
	border-collapse:collapse;
}

.grid th { 
	background-color:#FEC97B; 
	border:#993300 solid 1px;
	text-align:center;
}

#contact {
	width: 500px;
	margin: auto;
	text-align: left;
}

#contact label {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
}

#contact input.text {
	border: 1px solid #666666;
	height: 16px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	width: 200px;
}

#contact textarea {
	border: 1px solid #666666;
	margin: 5px 0;
	padding: 5px;
	height: 100px;
	width: 200px;
}

#contact input.submit {
	cursor: pointer;
	background-color: #0144A2;
	border: 1px solid #000000;
	color: #FFCC00;
	font-weight: bold;
	margin: 10px 0 0 175px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
