@charset "utf-8";
/* CSS Document */

body {
	background-color:#c1d8e9;
	margin:0px;
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#c81919;
}
a:hover {
	color:#666666;
}
.main {
	margin:auto;
	width:960px;
}
.head {
	float:left;
	width:960px;
	background:url(../img/head.jpg);
	height:241px;
}
.days {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:42px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:140px;
	padding-left:34px;
	width:95px;
}
h1 {
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#4186c2;
}
.content {
	float:left;
	width:900px;
	background:url(../img/contentb_bg.gif) no-repeat;
	padding:0px 30px 0px 30px;
}
.contentbg {
	float:left;
	width:960px;
	background:url(../img/content_bg.gif) repeat-y;
}
.left {
	float:left;
	width:263px;
	padding-left:4px;
}
.right {
	float:left;
	width:603px;
	padding:20px 15px 20px 15px;
	color:#747474;
}
.footer {
	float:left;
	width:876px;
	background:url(../img/footer.gif);
	height:25px;
	font-size:11px;
	color:#666666;
	padding-top:15px;
	padding-left:24px;
}
.footer a {
	color:#28659f;
}
/* menu  */
.menubox {
	margin-top:4px;
	padding-top:7px;
	float:left;
	width:263px;
	background:url(../img/menu_top.gif) no-repeat;
}
.menubottom {
	float:left;
	width:263px;
	height:7px;
	background:url(../img/menu_bottom.gif);
	margin-top:-2px;
	margin-bottom:4px;
}
.menu_item a {
	float:left;
	width:233px;
	background:url(../img/menu_bg.gif) #c7c7c7 no-repeat;
	font-size:14px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	color:#717171;
	padding:7px 15px 7px 15px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
}
.menu_item a:hover {
	background:url(../img/menu_bg.gif) #f1f1f1 no-repeat;
	background-position:263px 0px;
}
.menu_item_active a {
	float:left;
	width:233px;
	background:url(../img/active_menu.gif) #3d3d3d no-repeat;
	font-size:14px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	padding:7px 15px 7px 15px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:2px;
	cursor:default;
}
.leftbox {
	float:left;
	width:263px;
	margin-bottom:4px;
}
.leftboxhead {
	background:url(../img/leftbox_head.gif);
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:233px;
	padding-top:9px;
	padding-left:30px;
	height:26px;
}
.leftboxcontent {
	float:left;
	width:233px;
	background-color:#f1f1f1;
	padding:15px;
}
.leftboxcontent p {
	color:#4b4b4b;
}
.leftboxbottom {
	float:left;
	width:263px;
	background:url(../img/leftbox_bottom.gif);
	height:8px;
}
.logo {
	float:left;
	margin-bottom:10px;
	width:233px;
	text-align:center;
}
.logo img {
	border:solid 2px #f1f1f1;
}
.logo img:hover {
	border:solid 2px #c21616;
}

