body {
	background-image: url(../img/BG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 210px;
	background-image: url(../img/nomal_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 150px;
	float: right;
}
#right {
	float: right;
	width: 550px;
	background-image: url(../img/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
/*
h1 {
	text-align: left;
	margin-left: 50px;
	margin-top: 28px;
	color: #FFFFFF;
	font-size: 18px;
}
*/
#right_body {
	width: 450px;
	margin-left: 100px;
	font-style: normal;
	text-align: left;
	margin-bottom: 30px;

}
#footer {
	width: 760px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0099FF;
	font-size: 10px;
	clear: both;
}

#headlink {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	float: right;
	width: 450px;
	margin-top: 25px;
}
#headlink a {
	color: #FFFFFF;
	text-decoration:none;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #CC66FF;
}
