body {
	font-family: verdana, arial;
	font-size: 10pt;
	color: #666666;
	background-color: #FFFFFF;
	height: 800px;
}

a:link {color: #677612; text-decoration: none;}
a:visited {color: #677612; text-decoration: none;}
a:hover {color: #AA4352; text-decoration: underline;}

#container {
	width: 613px ;
	position: absolute;
	left: 50%;
	margin-left: -306px ;
	background-color: #FFFFFF ;
}

#header {
	width: 613px;
	margin: 0;
	padding: 0;
}

#body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(left_bg.PNG) repeat-y left;
}

#nav {
	float: left;
	width: 115px;
	height: 100%;
	padding: 5px 5px 5px 18px;
	margin: 0px;
	background: #FFFFFF url(left_bg.PNG) repeat-y left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0px;
	border-bottom: 1px dotted #677612;
}
#nav a{
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: block;
}

#content {
	float: right
	width: 498px;
	height: 100%;
	padding: 5px 18px 5px 5px;
	margin: 0px;
	background: #FFFFFF url(right_bg.PNG) repeat-y right;
	overflow: hidden;
}

#footer {
	width: 613px;
	padding: 0;
	margin: 0;
}