@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background-image:url(../img/bg.gif);
background-repeat:repeat-x;
background-color:#eee9dc;
}

div{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#252525;
}
a{
font-weight:bold;
text-decoration:underline;
color:#a11616;
}
a:hover{
color:#666666;
}

.footer{
float:left;
background-color:#FFFFFF;
width:100%;
color:#eee9dc;
clear:both;
border-top:#d8d2c3 solid 1px;



}
.footer_c{
width:868px;
margin:auto;
height:200px;
background-color:#FFFFFF;
background:url(../img/footer_bg.gif) no-repeat top;
padding:30px 25px 0px 25px;
font-size:11px;

}

.bg_color{
width:918px;
margin:auto;
background-color:#f3f0e7;
}
.main{
background-image:url(../img/head.jpg);
background-repeat:no-repeat;
width:918px;
float:left;
padding-top:152px;
}
.main_menu{
width:918px;
float:left;
height:47px;
margin-bottom:2px;
}
.content{
float:left;
width:918px;
background-color:#f3f0e7;

}
.left{
float:left;
width:194px;
margin-top:18px;
}
.right{
float:right;
width:684px;
background:url(../img/des.jpg) no-repeat;
background-position:0px -2px;
padding:20px 20px 20px 20px;

}

.sidebox{
border-left:18px solid #f3f0e7;
margin-bottom:18px;
float:left;
width:176px;
}
.sidebox_top{
float:left;
background:url(../img/box_top.gif);
height:14px;
width:176px;
font-size:6px;
}
.sidebox_content{
float:left;
background:url(../img/box_bg.gif) repeat-y;

width:176px;
}
.sidebox_bottom{
float:left;
background:url(../img/box_bottom.gif);
height:14px;
width:176px;
font-size:6px;
}


h1{
font-size:24px;
color:#d0a139;
font-weight:normal;
}
.boxtitle{
padding:0px 0px 0px 18px;
color:#d7ae55;
font-size:18px;
width:127px;
display:block;
}
.date{
font-size:11px;
font-weight:bold;
color:#a11616;
width:127px;
display:block;
padding:15px 0px 0px 18px;
}
.details{
font-size:11px;
width:137px;
display:block;
padding:0px 20px 0px 18px;
}


/*btns*/
.info_btn a{
float:left;
background:url(../img/information_btn.gif) no-repeat;
height:27px;
padding:20px 0px 0px 50px;
display:block;
margin-left:20px;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.sche_btn a{
float:left;
background:url(../img/schedule_btn.gif) no-repeat;
height:27px;
padding:20px 0px 0px 50px;
display:block;
margin-left:30px;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
.reg_btn a{
float:left;
height:27px;
background:url(../img/reg_btn.gif) no-repeat;
padding:20px 0px 0px 50px;
display:block;
margin-left:30px;
font-size:14px;
font-weight:bold;
text-decoration:none;
}


.info_btn a:hover, .sche_btn a:hover, .reg_btn a:hover{
background-position:0px -47px;
}


/* subenu*/

.sumenuitem a{
display:block;
float:left;
width:151px;
height:21px;
background:url(../img/btn_bg.gif);
padding:5px 0px 0px 23px;
color:#252525;
text-decoration:none;
font-size:11px;
}
.sumenuitem a:hover{
background-position:0px -26px;
color:#a11616;
}
