body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white; /*#454545;*/
	margin: 0;
	padding:0;
	color: #5d5d5d;
	height: 100%;
	float: right;
}

html {
	height: 100%;
}

#page_container {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 10px;
	height: 100%;
}

#topmenu {
	position: relative;
	width: 100%;
	border: 1px solid #bbbbbb;
	padding: 10px 0px 10px 0px;
	background-color: white;
	text-align: center;
	background-image: url(images/menubg.png);
	background-repeat: repeat-x;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#banner {
	position: relative;
	width: 780px;
	border: 1px solid #e0e1e5;
	padding: 10px 10px 10px 10px;
	top: 5px;
	background-color: white;
	background-image: url(images/bannerbg.jpg);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#content_container {
	position: relative;
	width: 100%;
	top: 10px;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#leftmenu {
	position: relative;
	width: 160px;
	float: left;
	padding: 10px;
	line-height: 30px;
}

#content {
	position: relative;
	border: 1px solid #bbbbbb;
	width: 582px;
	margin: 8px;
	padding: 10px;
	float: left;
	background-color: white;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#footer {
	position: relative;
	width: 780px;
	top: 15px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
	background-image: url(images/footerbg.png);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	font-size: 10px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

a:link, a:visited {
	color: #454545;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #cc7d00;
}

#leftmenu a:link, #leftmenu a:visited {
	color: #0e3f77;
	font-size: 12px;
	text-decoration: none;
}

#leftmenu a:hover {
	text-decoration: underline;
}

a.more:link, a.more:visited {
	color: #0e3f77;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

a.more:hover {
	color: #cc7d00;
}

#footer a {
	font-size: 10px;
}
