@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toplevel {
	text-align:center;
}
#undertoplevel {
	width:970px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4c68bc;
	border-right-color: #4c68bc;
	border-bottom-color: #4c68bc;
	border-left-color: #4c68bc;
	}
#banner{
	width:970px;
	height:120px;
	background-image:url(../images/layout/images/title.jpg);

}
#menu {
	width:585px;
	height:51px;
	float:left;

}
#underbanner {
	width:385px;
	float:right;
	height:51px;
	background-image:url(../images/layout/images/under_title.jpg);

}
#horizontal_line {
	width:970px;
	clear:both;
	height:54px;
	background-image:url(../images/layout/images/horizintal.jpg);
	}
#content {
	width:950px;
	padding:10px;
	text-align:left;
	}
img {
	border:none;
	}
