#page {
	background: #bbb;
	}

#pagebox {
	margin: 0px;
	padding: 0px 2% 0px 2%;
	}
	
#containertop {
	text-align: left;
	margin: 30px 0px 0px;
	width: 100%;
	border: 1px solid #000;
	background: #ebbc00;
	}
#containermain {
	text-align: left;
	margin: 10px 0px 50px;
	width: 100%;
	border: 1px solid #000;
	background: #ffe;
	}
#header {
	padding-top: 5px;
	padding-left: 20px;
	height: 63px;
	background: #ebbc00;
	background-image:url(header.jpg); background-position:inherit; background-repeat:no-repeat; 

	}
#menu {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	max-height: 100px;
	height: 33px;
	background: #ebbc00;
	}
#main {
	background: #ffe;
	}
#content {
	margin-top: 0px;
	margin-right: 200px;
	width: auto;
	padding: 10px;
	padding-left: 3%;
	padding-right: 6%;
	padding-bottom: 40px;
	height: auto;
	min-height: 400px;
	background: #ffe;
	}
#rightmenu {
	float: right;
	width: 200px;
	padding: 15px 10px 10px;
	border-left: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background: #ffe;
	}
#footer {
	clear: both;
	background: #ebbc00;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #000;
	font-size: small;
	}

