#template_top {
	background-image: url(images/template/template_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 762px;
	overflow: hidden;
}
#temlplate_wrap {
	width: 762px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
.bluebody {
	background-color: #0084C4;
}
#template_middle {
	background-color: #FFFFFF;
	background-image: url(images/template/template_middle.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#template_bottom {
	background-image: url(images/template/template_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#template_content {
	padding: 30px;
	min-height: 300px;
	padding-bottom: 60px;
}
#maincontent {
	margin-left: 200px;
}
#leftmenu {
	float: left;
	width: 150px;
	border-right: solid 1px #CCCCCC;
	padding-right: 10px;
}
h1 h2 h3 h4 h5 h6 {
	margin: 0px;
	padding: 0px;
	}
