body {
	text-align: center;
	min-width: 780px;
	margin: 0px;
	padding: 0px;
	background-color: #EAE5D6;
	background-image: url(../Image/light_body.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background-image: url(../Image/nav_faux.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	height: 215px;
	background: url(../Image/header_01.jpg) no-repeat;
}
#canvas {
	background: #6C6348;
}
#content {
	width: 677px;
	float: right;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #982D28;
}
#content p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main_content a:link, #main_content a:visited{
	color: #1F1619;
	text-decoration: none;
}
#main_content a:hover, #main_content a.active{
	color: #6C6348;
	text-decoration: underline;
}
#main_content h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 1.8em;
}
#main_content h2 {
	color: #6C6348;
	text-align: center;
}
#main_content h3 {
	text-align: center;
}
#navigation {
	font-family: Tahoma;
	width: 101px;
	float: left;
	background: #EAD49A;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #982D28;
	text-align: left;
	min-height: 600px;
}
#navigation h3{
	font-family: Tahoma;
	font-size: .7em;
	color: #6C6348;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation p{
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
}
#login {
	font-family: Tahoma;
	color: #6C6348;
	margin: 0px;
	padding-top: 20px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	text-align: center;
}
#main_content {
	background: #EAE5D6;
	width: 550px;
	float: left;
	display: inline;
	margin-left: 3px;
	min-height: 600px;
}
#advert {
	width: 122px;
	float: right;
	text-align: left;
}
#footer {
	clear: both;
	height: 75px;
	background-color: #EAE5D6;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6C6348;
	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: #982D28;
	border-bottom-color: #982D28;
	border-left-color: #982D28;
	text-align: center;
	font-style: italic;
	font-family: Tahoma;
	font-size: 0.7em;
	color: #982D28;
}
/*nav bar styles folow */
#main_nav {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#main_nav a:link, #main_nav a:visited {
	font-family: Tahoma;
	font-size: 0.7em;
	color: #1C1417;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #EAD49A;
	border-bottom-width: 2px;
}
#main_nav a:hover, #main_nav a.active {
	font-family: Tahoma;
	font-size: 0.7em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6348;
	color: #982D27;
}
