<style type='text/css'>

body {

	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;

}

.page {
	position: absolute;
	top:0px;
	left:0px;
	width: 90%;
	height: 950px;
	margin-left: 5%;
	margin-right: 5%;
}

.header_img {
	position: absolute;
	top:10px;
	left:20px;
}


.search {
	position: absolute;
	vertical-align: center;
	top:100px;
	left:20px;
	width:920px;
	height:50px;
	z-index: 1;
	background:#131e95;
	border:1px solid black;
	border-top: 2px solid black; 
	padding:5px;
}

.search_box {
	width: 350px;
	height: 18px;
	background:#eeeeee;
	border:1px solid black;
}

.items_table {
	vertical-align: center;
	background:#eeeeee;
	padding:5px;
}

.items_header {
	background:#dddddd;
	border:1px solid black; 
	padding:5px;
}

.items_row_odd {
	background:#ffffff; 
}

.items_row_even {
	background:#eeeeee;
}

.search_form {
	text-align: right;
}

.search_advanced_text {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.categories {
	position: absolute;
	vertical-align: center;
	top:170px;
	left:20px;
	width:199px;
	height:600px;
	z-index: 1;
	background:#eeeeee;
}

.page_navigation {
	position: absolute;
	vertical-align: center;
	top:170px;
	left:229px;
	width:580px;
	height:20px;
	z-index: 1;
	padding:5px;
	background:#eeeeee;
}

.advertisements {
	position: absolute;
	vertical-align: center;
	text-align: center;
	top:170px;
	left:825px;
	width:121px;
	height:600px;
	z-index: 1;
	padding:5px;
}

.page_body {
	position: absolute;
	vertical-align: center;
	text-align: right;
	top:205px;
	left:229px;
	width:580px;
	height:540px;
	z-index: 1;
	padding:5px;
}

.page_navigation_bottom {
	position: absolute;
	vertical-align: center;
	top:750px;
	left:229px;
	width:580px;
	height:20px;
	z-index: 1;
	padding:5px;
	background:#eeeeee;
}

.footer_navigation {
	position: absolute;
	vertical-align: center;
	top:820px;
	left:20px;
	width:920px;
	height:50px;
	z-index: 1;
	background:#ffffff;
	padding:5px;
}

.footer {
	position: absolute;
	vertical-align: center;
	top:860px;
	left:20px;
	width:920px;
	height:70px;
	z-index: 1;
	background:#ffffff;
	padding:5px;
}

.menucontainer{
	position:static;
	width:197px;
	height:608px;
	border:1px solid black;
	border-right:1px solid black;
	border-top: 2px solid #000000; 
	background:#eeeeee;
	margin-left: 0;
}

.menuitem{
	position:static;
	width:191px;
	background:#eeeeee;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	padding: 3px;
}

.menuitem a:hover{
	position:static;
	width:197px;
	background:#dddddd;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

.menuheader{
	position:static;
	width:187px;
	background: #dddddd;
	border-bottom:1px solid black;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 5px;
}

</style>