@charset "UTF-8";
body {
	background-color:#1f4068;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
a {
	text-decoration:none;
}
a:link {
	color:#FFFFFF;
	background-color:#1f4068;
}
a:hover {
	color:#1f4068;
	background-color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
	background-color:#1f4068;
}
a:active {
	color:#FFFFFF;
	background-color:#1f4068;
}
#container {
	width:1021px;
	margin:20px auto;
	background-color:#1a3657;
	min-height:750px;
	height:auto !important;
	height:750px;
	border:1px solid #ffdb10;
}
#sub_title {
	background-image:url(images/mid_bg.jpg);
	height:66px;
}
#sub_title img {
	margin:0 0 0 295px;
}
#menu {
position:relative;
float:left;
width:271px;
height:377px;
background-image:url(images/menu_bg.gif);
}
#footer {
	text-align:center;
	width:1021px;
	margin:0 auto;
}
#text {
	width:410px;
	margin:0 0 0 306px;
	line-height:150%;
}
#right {
	float:right;
}
#reg {
	height:200px;
	float:right;
	background-image:url(images/register.jpg);
	background-repeat:no-repeat;
}
#reg table {
	margin-left:10px;
}
