/* Start of CMSMS style sheet 'Standard CSS' */
body {
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #B2B3B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
.contramme {
padding: 10px;
margin: 10px;
border: 1px dashed #000;
background-color: #ffffff;
}

.maintable {
	width: 780px;
}
.user {
	width: 200px;
}
.top_sitemap {
	height: 24px;
}
.top_banner {
	background-image: url(pics/top.jpg);
	background-repeat: no-repeat;
	height: 156px;
}
.maintable_inside {
	width: 780px;
}
.hor_menu {
	height: 20px;
}
.ver_menu {
	width: 170px;
	background-image: url(pics/left.jpg);
	background-repeat: no-repeat;
	background-color: #f0f1f1;
	padding: 5px;
vertical-align: top;
}
.content_frame {
	background-image: url(pics/content.jpg);
	background-repeat: no-repeat;
	background-color: #f0f1f1;
	
}
.content_div {
width:600px; height: 355px; margin-top:3px; overflow-x: hidden; overflow-y: auto; }
.bottom {
	background-image: url(pics/bottom.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: center;
	vertical-align: middle;
}

/* End of 'Standard CSS' */

