html {
	overflow-y: scroll;
}

body {
	background-image:url('images/bg_body.jpg');
	background-position: 50% 50%;
	background-repeat:repeat-y;
	font-family: Tahoma;
	font-size: 13px;
}

a {
	color: #889A60;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#page {
	width: 700px;
	margin: auto;	
	float: none;
}

div.container {
	float: left;
	background: url(images/bg_left.png) repeat-y;
	margin-top: -10px;
	margin-bottom: 0px;
}

div.left {
	background-color: #ffffff;
	width: 200px;
	float: left;
}

ul#menu {
	width: 200px;
	margin: 50px 0 60px;
	padding: 0;
}

ul#menu li  {
	height: 40px;
	background-color: #889A60;
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
}

ul#menu li:hover, ul#menu li.active {
	background-color: #C3CCAF;
}

ul#menu li a {
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

div.main {
	width: 500px;
	float: left;
}

div.logo {
	width: 480px;
	clear: both;
	text-align: center;
	padding: 10px;
}

div.content {
	padding: 0 30px 30px;
}

h1.header {
	font-size: 17px;
}

p.subheader {
	font-size: 14px;
	margin-top: 20px;
}