body {
	background-image: url('images/v3_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	margin-top: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

br.clear {
	clear: both;
}

div#container {
	margin: 0px auto; 
	width: 750px;
}

div#content {
	margin: 0px auto;
	width: 710px;
	clear: both;
	text-align: left;
}

div#content div#lefthand {
	float: left;
	width: 20%;
	text-align: left;
	background-color: #f2f2f2;
}

div#lefthand h3 {
	color: #545454;
	margin: 0px;
	padding: 3px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #545454;
	font-size: 20px;
}

div#lefthand ul#menu {
	display: inline;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

li.menulink {
	border-bottom: 1px solid #e8e8e8;

}

li.menulink a:link, li.menulink a:visited {
	color: #365c90;
	text-decoration: none;
	padding: 3px;
	line-height: 1.7em;
	font-weight: bold;
	display: block;
}

li.menulink a:hover {
	color: #000;
	background-color: #e8e8e8;
	display: block;
}

div#container div#righthand {
	float: right;
	width: 75%;
	text-align: left;
	background-color: #e8e8e8;
	padding: 8px;
}

div#righthand h1 {
	color: #1f5370;
	font-size: 25px;
	margin: 0px;
}

div#righthand h2 {
	color: #757575;
	margin: 0px;
	font-size: 18px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #5a9fc5;
}

a:hover {
	text-decoration: none;
	color: #000;
}