@charset "UTF-8";
/* CSS Document */

html {overflow-y: scroll;}

{ line-height: 0; }

body {
	background-image: url(../images/background.png);
	margin-top: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -450px;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
}

#banner {
	background-image: url(../images/banner.png);
	width: 900px;
	height: 200px;
}

#menubar {
	position: absolute;
	width: 200px;
	padding-left: 20px;
	padding-top: 10px;
}

#content_title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
}

#mainbodymiddle {
	background-image: url(../images/mainbody.jpg);
	background-repeat: repeat-y;
	padding-left: 240px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: justify;
}

#mainbodybottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 30px;
}#wrapper #mainbodymiddle table {
	text-align: left;
}
.ContentTitle {
	font-weight: bold;
}

