body {
	background: url('images/bg.jpg') repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	margin-right: 5%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#entire {
	width: 100%;
	padding-bottom: 25px;
	background-color: #605B4A;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#head {
	width: 94%;
	height: 110px;
	padding-top: 10px;
	text-align: right;
	background: #575344 url('images/h1.jpg') no-repeat left;
}

#topnav {
	width: 94%;
	background: #39372D;
	padding: 4px 0px 0px 0px;
	color: #FFFFFF;
}

#topnav a:link, a:visited, a:active {
	border-left: 10px solid #696659;
	border-right: 10px solid #585549;
	border-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #474438;
	text-decoration: none;
	font-weight: normal;
}

#topnav a:hover {
	border-left: 10px solid #696659;
	border-right: 10px solid #585549;
	border-bottom: 0px;
	text-decoration: underline;
}

#content {
	width: 94%;
	color: #FFFFFF;
	background: #474438;
}

#ctext {
	padding: 10px;
}

#ctext a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	background: none;
	font-weight: bold;
	padding: 0px;
}

#foot {
	width: 94%;
	height: 40px;
	line-height: 20px;
	background: #817B65;
	font-size: 9pt;
	color: #222017;
	letter-spacing: 2px;
	font-weight: bold;
}

#foot a {
	color: #FFFFFF;
	border: none;
	background: none;
	font-weight: bold;
	letter-spacing: normal;
	font-size: 9pt;
}