@charset 'utf-8';

/*--Template_content--*/

/*--General Settings--*/

body{
background-image:url(../images/template_bg.jpg);
}

/*--Header--*/

#header{
padding-top:60px;
}

/*--Banner--*/

#banner{
clear:both;
width:920px;
height:283px;
padding:30px 0 0 0;

}
#banner_image{
float:right;
margin-top:70px;
}
#banner h1{
padding:76px 0 0 95px;
font-size:3.4em;
font-weight:normal;
font-family:'Kozuka Gothic Pro EL', Geneva, Arial, Helvetica, sans-serif;
}

/*--Content--*/

#content{

}

#sidemenu{
margin-top:-40px;
float:left;
width:220px;
background:url(../images/template_menu_top.jpg) no-repeat;
background-color:#141414;
}
#sidemenu_bottom{
width:220px;
height:49px;
background:url(../images/template_menu_bottom.jpg) no-repeat;
}
#sidemenu h2{
height:39px;
padding:23px 0 0 29px;
font-size:1em;
border-bottom:4px solid #000;
}
#sidemenu ul{
}
#sidemenu li{
list-style:none;
background:url(../images/template_sidebar_divider.jpg) no-repeat bottom;
}
#sidemenu li a{
text-decoration:none;
display:block;
padding:12px 30px 13px 30px;
font-family:'Tahoma', Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
color:#9a9a9a;
background:url(../images/template_sidebar_divider.jpg) no-repeat bottom;
height:1%;

}

#sidemenu a:hover{
background-color:#1a1a1a;
color:#fff;
}
#sidemenu li a.selected{
background:url(../images/template_sidebar_highlight.jpg) no-repeat;
color:#002700;
}

#col2{
margin-top:-20px;
float:left;
width:665px;
padding-left:35px;
}
#col2 h2{
font-family:'Kozuka Gothic Pro EL', Arial, Helvetica, sans-serif;
font-size:1.2em;
color:#9ff21c;
margin-bottom:1.4em;
}
#col2 p{
line-height:1.8em;
font-size:0.9em;
color:#a9b49d;
margin-bottom:1.2em;
}


