#main {

 width: 960px;
 padding-right: 5px;
 margin: 0 auto;

}

#header {

 height: 380px;
 padding: 20px 0 0 24px;

}

.header_bg_1 {

 background: url(../img/header_1.jpg) no-repeat left bottom;

}

.header_bg_2 {

 background: url(../img/header_2.jpg) no-repeat left bottom;

}

.header_bg_3 {

 background: url(../img/header_3.jpg) no-repeat left bottom;

}

.header_bg_4 {

 background: url(../img/header_4.jpg) no-repeat left bottom;

}

.header_bg_5 {

 background: url(../img/header_5.jpg) no-repeat left bottom;

}

.header_bg_6 {

 background: url(../img/header_6.jpg) no-repeat left bottom;

}

.header_bg_7 {

 background: url(../img/header_7.jpg) no-repeat left bottom;

}

.header_bg_8 {

 background: url(../img/header_8.jpg) no-repeat left bottom;

}

#header h1 {

 color: #fff;
 font-size: 32px;
 line-height: 28px;

}

#header h3 {

 color: #ddd;
 font-size: 16px;
 line-height: 16px;

}

#header_menu {

 list-style: none;
 padding: 0;
 margin: -39px 30px 0 0;
 float: right;

}

#header_menu li {

 background: url(../img/menu_but_top_lft.png) no-repeat left top;
 margin-right: 1px;
 float: left;

}

#header_menu li span {

 background: url(../img/menu_but_top_ctr.png) repeat-x left top;
 margin-left: 5px;
 display: block;

}

#header_menu li a {

 height: 25px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 background: url(../img/menu_but_top_rgt.png) no-repeat right top;
 padding: 12px 20px 0 15px;
 display: block;

}

#header_menu li.menu_act, #header_menu li:hover {

 background: url(../img/menu_but_act_top_lft.png) no-repeat left top;

}

#header_menu li.menu_act span, #header_menu li:hover span {

 background: url(../img/menu_but_act_top_ctr.png) repeat-x left top;

}

#header_menu li.menu_act a, #header_menu li:hover a {

 background: url(../img/menu_but_act_top_rgt.png) no-repeat right top;

}

#left_menu {

 width: 29px;
 padding-top: 50px;
 float: left;

}

#left_menu ul {

 list-style: none;
 padding: 0;
 margin: 0;

}

#content {

 width: 931px;
 margin: 25px 0;
 float: left;

}

#content_top {

 height: 18px;
 background: url(../img/content_top.png) no-repeat;

}

#content_bot {

 position: relative;
 height: 20px;
 background: url(../img/content_bot.png) no-repeat;
 clear: both;

}

#content_bot img {

 position: absolute;
 right: 40px;
 bottom: -21px;

}

#content_inner {

 min-height: 520px;
 background: #fff url(../img/content_middle.png) repeat-y;
 padding: 20px 30px;
 margin-right: 2px;

}

#content_lft {

 width: 620px;
 line-height: 200%;
 padding-right: 25px;
 float: left;

}

#content_lft table, #content_lft div {

 line-height: 120%;

}

#content_rgt {

 width: 220px;
 padding-bottom: 120px;
 float: left;

}

.rbox {

 width: 220px;
 margin-bottom: 20px;
 float: right;

}

.rbox h3 {

 border-bottom: dotted 1px #090;
 margin-top: 0;

}

.rbox .rbox_header {

 height: 15px;
 background: url(../img/rbox_top.png) no-repeat left top;

}

.rbox .rbox_content {

 padding: 0 20px 10px 20px;
 background: url(../img/rbox_mid.png) repeat-y left top;

}

.rbox .rbox_footer {

 height: 25px;
 background: url(../img/rbox_bot.png) no-repeat left top;

}

.rbox .rbox_footer a {

 width: 60px;
 height: 18px;
 color: #fff;
 font-weight: bold;
 text-align: right;
 text-decoration: none;
 padding: 6px 10px 1px 5px;
 display: block;
 float: right;

}

.rbox .rbox_footer a:hover {

 color: #000;

}

#footer {

 color: #fff;
 font-size: 12px;
 line-height: 20px;
 margin: 10px 20px 10px 30px;

}

#footer a {

 color: #fff;
 font-weight: bold;
 text-decoration: none;
 margin-right: 20px;
 float: left;

}

#footer a:hover {

 color: #eee;

}

#footer .line {

 height: 10px;
 border-bottom: dotted 2px #fff;
 clear: both;

}

#footer p {

 padding: 10px 40px;

}

#footer p.copy a {

 float: none;

}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	width: 14.285%;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	font-size: 85%;
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	color: #fff;
	font-weight: bold;
}
