html { overflow-y: scroll; }
body {
	margin: 0;
	padding: 0;
	background:#fff;
	color: #7f7f7f;
	text-align: center;
}
body, td { font-family: Verdana, sans-serif; font-size: 12px; line-height: 150%; }
input, select, textarea { font-family: Verdana, sans-serif; font-size: 12px; border: 1px solid #333; padding: 1px 2px; }
img { border: 0; }
p { margin: 5px 2px; padding: 0; }
a { text-decoration: none; color: #efb54d; }
form { display: inline; }
h1, .form_title { font-size: 25px; font-weight: normal; color:#efb54d; margin: 0; padding: 5px 0; line-height:100%; }
h2 {font-size:14px;font-weight:normal; color:#efb54d; line-height:100%;}

div.success, div.error, div.info, div.notice { margin: 10px; padding: 8px 10px 10px 28px; }
div.success { background: #CDEFA6 url(/gfx/icon_success.gif) no-repeat 5px 10px; border: 1px solid #9BCC54; color: #648434; }
div.error { background: #FFD5D5 url(/gfx/icon_error.gif) no-repeat 5px 10px; border: 1px solid #FFACAD; color: #CF3738; }
div.info { background: #A8CDE3 url(/gfx/icon_info.gif) no-repeat 5px 10px; border: 1px solid #6ABCE2; color: #1C6B8B; }
div.notice { background: #FFF3A3 url(/gfx/icon_notice.gif) no-repeat 5px 10px; border: 1px solid #E7BD72; color: #B79000; }
span.error { color: #CF3738; }
.required { font-weight: bold; }
.clear { clear: both; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
img.left { float: left; }
img.right { float: right; }

#header{
	width:980px;
	height:240px;
	background:url(../../gfx/4/21/header.jpg) left top no-repeat;
	margin: 20px auto 0 auto;
	position:relative;
}

#header .slogan { display:block; left:305px; position:absolute; top:61px; }
#header .slogan .inst_title { display:block; font-size:25px; font-weight:bold; text-align:left; width:650px; }
#header .slogan .inst_slogan { display:block; margin-top:10px; text-align:left; width:650px; }

#logo {
display:block;
height:182px;
left:94px;
position:absolute;
text-align:center;
top:30px;
width:183px;
}

#container{
	width:980px;
	margin:0 auto;
	overflow:auto;
	background:url(../../gfx/4/21/rep.jpg) left top repeat-y;
}

#menu{
	margin-left:79px;
	float:left;
	background:url(../../gfx/4/21/menubg.jpg) left top no-repeat;
	min-height:397px;
	width:220px;
}

#menu a{
	font-size:14px;
	color:white;
	display:block;
	background:url(../../gfx/4/line.png) center bottom no-repeat;
	width:188px;
	min-height:40px;
	margin:0 auto;
}

#menu ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

#menu ul li{
	padding:0;
	margin:0;
}

#content{
	width:670px;
	float:right;
	text-align:left;
}

#content .c_leftside{
	float:left;
	width:360px;
}

#content .c_rightside{
	float:right;
	width:298px;
	border-left:1px solid #b2b2b2;
	padding-left:5px;
}

#footer{
	width:980px;
	height:128px;
	margin:0 auto;
	background:url(../../gfx/4/21/footer.jpg) left top no-repeat;
	position:relative;
}

#footer .footer_left{
	position:absolute;
	left:320px;
	top:60px;
	width:300px;
	height:40px;
	text-align:left;
}

#footer .footer_right{
	width:270px;
	position:absolute;
	right:20px;
	top:50px;
	font-size:9px;
	text-align:left;
}

#footer .footer_right .i_menu li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

#footer .footer_right a{
	color:#fff;
}
