body {
	background-color: #FFFFFF;
	background-image:   url("assets/bg_page.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
#top-nav {
	width: 764px;
	text-align:right;
}

#top-nav a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #336666;
	height: 24px;
	width: auto;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
	position: static;
	padding-top: 4px;
}
#top-nav a:hover {
	color: #FF640C;
	text-align: right;
}

#header {
	background-image:   url("assets/header.jpg");
	background-repeat: no-repeat;
	height: 300px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	color: #A9D5D4;
	font-size: 10%;
	text-align: right;
}

#header h2 {
	color: #ABD5D4;
	font-size: 130%;
	padding-top: 98px;
}

#header p {
	font-size: 70%;
	text-align: left;
	margin: 2px 160px 2px 200px;
}

#footer {
	background-image:   url("assets/footer.jpg");
	position: relative;
	height: 360px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 200px;
	padding-left: 110px;
}
#container {
	background-image:   url("assets/container.gif");
	background-repeat: repeat-y;
	background-position: center;
	overflow: hidden;
	position: relative;
	height: auto;
	width: 764px;
	padding-right: 12px;
	padding-left: 12px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #A8D4D5;
	text-transform: uppercase;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	text-transform: capitalize;
	color: #BEFF7A;
	text-align: center;
}
#sidebar {
	font-size: 70%;
	background-color: #EBF5F6;
	float: right;
	border: 2px dashed #BBFC7A;
	padding: 9px;
	height: auto;
	width: 245px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 9px;
}

#sidebar h1 {
	font-size: 90%;
	color: #336666;
}

#sidebar h2 {
	color: #336666;
	text-transform: capitalize;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 4px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-transform: uppercase;
	text-align: center;
	margin-left: 210px;
	height: 57px;
	width: auto;
	padding: 4px;
}
#nav a {
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-left: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D6B15C;
	font-size: 95%;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCF7A5;
	padding-right: 9px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#nav a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EBBB1B;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.ft-indent {
	padding-right: 24px;
	font-size: 70%;
	color: #036735;
	padding-left: 33px;
}

