body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
}
img {
    vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	text-transform: capitalize;
}
a:link {
	color: #E74F1E;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #E74F1E;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.rightimg {
	float: right;
	margin-left: 10px;
}


#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-y;
}

#head {
	background-image: url(../images/header-logo.jpg);
	height: 158px;
	width: 780px;
}
#navigation {
	float: left;
	height: 457px;
	width: 200px;
	background-repeat: no-repeat;
}
#maincontent {
	float: left;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333333;
}
#footer {
	clear: both;
	width: 780px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
	margin: 0px;
	padding-top: 0px;
}
#footercontent {
	width: 475px;
	margin-left: 220px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BEAF84;
	padding-top: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footercontent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#footercontent a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F37B3C;
}
