#menubase {
	position:absolute;
	width:100%;
	height:115px;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(../media/images/background/fullback.jpg);
}

#mainbase {
	position: absolute;
	width:920px;
	z-index:2;
	top: 0px;
	overflow: visible;	
	left: 50%;
	margin-left: -460px; /* make this half your image/element width */
}

#toplogo {
	position:relative;
	width:920px;
	height:94px;
	left:0px;
	top:0px;
	z-index:1;
	background-image: url(../media/images/menu/logo.jpg);
}
#menu {
	position:relative;
	width:920px;
	height:30px;
	z-index:6;
	top: 4px;
}
#submenu {
	position:absolute;
	width:166px;
	height:435px;
	z-index:4;

	
}
#content {
	position:absolute;
	width:750px;
	z-index:5;
	left: 85px;
	top: 126px;
}


#page {
	position:relative;
	width:660px;
	z-index:3;
	top: 0;
	overflow: auto;
	background-image: url(../media/images/background/logoppz.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	
}

#sidebar {
	position:relative;
	width:150px;
	z-index:3;
	left: 0;
	top: 35;
	overflow: auto;

}

body {
	font-family: Arial, Verdana, Trebuchet;
	font-size: 12px;
	overflow:scroll;
}

.menutitle {
	font-family: Arial, Verdana, Trebuchet;
	font-size: 14px;
	color: #48AF9E;
	font-weight: bold;
}

.menuitem {
	font-family: Arial, Verdana, Trebuchet;
	font-size: 12px;
	color: #666666; 

}

.menuselected {
font-family: Arial, Verdana, Trebuchet;
	font-size: 12px;
	color: #000000;

}

a
{
	font-family: Arial, Verdana, Trebuchet;

	color: #000000;
	font-style: normal;
	}
	
a img {border: none; } 


.option{
	width:200px;	
	float:left;
}
.value{
	float:left;
	
}

.clear{
	float:none;
	clear:both;
	
}

