@charset "utf-8";
/* CSS Document */

body {
	background:url(images/back.jpg) top left no-repeat fixed #4f8cab;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#shadows {
	width:980px;
	margin: 0 auto;
	background:url(images/shadows.png) repeat-y;
}

#container {
	width:960px;
	margin: 0 auto;
}

#header, #h01, #h02, #buttons {	height: 45px; }

#h01, #h02, #h03 { position:relative; }

#h01 {
	background-image:url(images/header01.jpg);
	width: 240px;
	float:left;
}

#h02 {
	background-image:url(images/header02.jpg);
	width:18px;
	float:right;
}

#h03 {
	background-image:url(images/header03.jpg);
	height:278px;
}


.h04 { float:left; }

#sh01 {
	background:url(images/shadow01.jpg) center no-repeat;
	height: 26px;
}

#sh02 {
	background:url(images/shadow02.jpg) center no-repeat;
	height: 26px;
}

#sh03 {
	background:url(images/shadow03.jpg) center no-repeat;
	height: 40px;
	width:960px;
	margin: -10px -10px;
}


#banner {
	height:272px;
	text-align:center;
	background-image:url(images/back_banner.png);
	background-repeat:repeat-x;
}

#banner_title {
	height:50px;
	width: 940px;
	background: url(images/recent.jpg) right no-repeat;
}

#banner_content { display:inline; }	

.recent_tab {
	width:250px;
	height:220px;
	float: left;
	margin: 0px 34px;
	background:url(images/recent_tab.png) no-repeat top;
}

.recent_content {
	margin: 13px 16px;
	width:217px;
	height:165px;
}

.recent_title {
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align:right;
	height:25px;
	padding-right:20px;
}
	
#maintext {
	margin: 0 0 0 0;
	background:url(images/back_main.png);
	padding: 10px 10px 10px 10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#maintext a:link, a:visited, a:active {
	text-decoration:none;
	color:#a9f6ff;
}

#maintext a:hover {
	text-decoration:underline;
	color:#a9f6ff
}

#footer {
	background-image:url(images/footer.jpg);
	height:101px;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CF0;
	font-weight: bold;
}
