body {
	background-color: #26200A;
	margin-top: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

strong {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CB6908;
}

h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CB6908;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
	
a:link {
	text-decoration: underline;
	color: #733c08;
}
	
a:active {
	text-decoration: underline;
	color: #733c08;
}

a:visited {
	text-decoration: underline;
	color: #733c08;
}
	
a:hover {
	text-decoration: none;
	color: #733c08;
}

.main-area {
	background-color: #4F230A;
	background-image: url('images/content-bg.jpg');
	background-repeat: no-repeat;
	text-align: justify;
	padding-left: 55px;
	width: 492px;
}

.pop {
	background-color: #efe3ce;
	padding: 10px;
	text-align: left;
}

.main-content {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.sidebar {
	background-color: #4F230A;
	background-repeat: no-repeat;
	width: 180px;
}

.leftimage {
	padding-right: 10px;
	padding-bottom: 5px;
}

.rightimage {
	padding-left: 10px;
	padding-bottom: 5px;
}

/* Bottom Navigation */

.botnav {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #CEC198;
	align: center;
	vertical-align: bottom;
}

.botnav p {
	margin-bottom: 10px;
}
	
.botnav a:link {
	text-decoration: none;
	color: #CEC198;
	font-weight: bold;
}
	
.botnav a:active {
	text-decoration: none;
	color: #CEC198;
	font-weight: bold;
}

.botnav a:visited {
	text-decoration: none;
	color: #CEC198;
	font-weight: bold;
}
	
.botnav a:hover {
	text-decoration: underline;
	color: #DFD7BF;
	font-weight: bold;
}

/* Submenu */

.submenu {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #eae3cc;
	font-weight: bold;
}
	
.submenu a:link {
	text-decoration: none;
	color: #eae3cc;
}
	
.submenu a:active {
	text-decoration: none;
	color: #eae3cc;
}

.submenu a:visited {
	text-decoration: none;
	color: #eae3cc;
}
	
.submenu a:hover {
	text-decoration: underline;
	color: #eae3cc;
}

.imageprops {
	border: #733c08 medium solid;
	}