* {
	font-size: 12px;
	font-family:Arial,Verdana,Sans-serif
}

* img{
	border: none;
}


body {
	background-color: #cccccc;
}

#container {
	background-image: url(images/containerbg.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 350px;
	position: absolute;
	left: 50%; 
	margin-left: -350px;
	top: 50%;
	margin-top: -185px;
}

#menu {
	width: 150px;
	height: 330px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentmain {
	width: 400px;
	height: 305px;
	float: left;
	overflow: auto;
}

#content {
	width: 400px;
	height: 350px;
	float: left;
}

#contentheader {
	width: 400px;
	height: 35px;
	float: left;
	padding-top: 10px;
}

#contentleft {
	width: 250px;
	height: 350px;
	float: left;
}

#contentleftheader {
	width: 250px;
	padding-top: 10px;
	height: 35px;
	float: left;
}

#contentleftmain {
	width: 240px;
	height: 295px;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: auto;
}

#contentright {
	width: 150px;
	height: 295px;
	float:left;
	padding-bottom: 10px;
}

#sidebar {
	width: 150px;
	height: 330px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}