body {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color: #FFF8F2;
}
a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #660000;
	font-weight: bold;
}
#wrapper {
	background-repeat: repeat-y;
	background-color: #FFF8F2;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	background-image: url(images/wrapperbak.jpg);
}
#top {
	background-image: url(images/top.jpg);
	height: 133px;
}


#nav {
	background-image: url(images/nav.jpg);
	height: 38px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: none;
	text-align: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#nav p{
	padding-left: 20px;
	margin: 0px;
	padding-top: 10px;
	
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 5px;
}
#nav a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

#navleft {
	width: 550px;
	float: left;

}

#navright {
	float: right;
	width: 220px;

}
#navright p {
	text-align: right;
	padding-right: 9px;
	

}
#main {
	background-image: url(images/main.jpg);
	text-align: left;
	margin: 0px;
	/*height: 300px;*/
}
#left {
	text-align: left;
	margin: 0px 0px 0px 20px;
	float: left;
	width: 540px;
}
#left h2 {
	margin: 0px;
	font-size: 14px;
	color: #CC0000;
	padding: 0px;
}
#right {
	text-align: left;
	margin: 0px 15px 0px 0px;
	float: right;
	width: 185px;
	background-color: #FEF7ED;
	border: 1px double #CCCCCC;
	padding: 5px;
}
* html #left {
	margin-left: 10px;
}
* html #right {
	margin-right: 8px;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 50px;
	color: #0066CC;
	letter-spacing: 1px;
	text-align: center;
	background-repeat: no-repeat;
	clear: both;
	padding: 0px;

}

#footer p{
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0px;
	padding-top: 17px;

}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	
}
#footer a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}
#disclaimer {
	height: 30px;
	font-size: 10px;
	background-color: #FFF8F2;

}
