@charset "utf-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
background:url(../images/bg.jpg) top left repeat-x #FFFFFF;
}

#main_wrap{
width:960px;
margin:0 auto;
}

#text_filler{
width:250px;
margin:0 auto;
height:auto;
padding:5px 0px 5px 35px;
}


/*NAVIGATION - START*/
#navi{
width:960px;
height:66px;
font-size:0px;
}

#navi img{
display:inline;
border:0px;
}
/*NAVIGATION - END*/

/*HEADER - START*/
#header_2{
width:960px;
height:195px;
background:url(../images/h2.jpg) top center no-repeat;
overflow:hidden;
padding:0px;
}

#rm_1{
float:right;
width:178px;
}

#rm_2{
float:right;
width:167px;
}

#rm_3{
float:right;
width:250px;
}
/*HEADER -  END*/


/*BODY - START*/
#col_1{
float:left;
width:330px;
}

#col_1_a{
float:left;
width:120px;
padding-left:55px;
padding-top:55px;
}

#col_1_b{
float:right;
width:150px;
padding-right:5px;
}

#col_2{
float:right;
width:630px;
}

#col_3{
width:940px;
margin:0 auto;
margin-top:15px;
}
/*BODY - END*/



#footer{
width:100%;
height:50px;
background:url(../images/footer.jpg) top left repeat-x;
}

/*ONLINE_FORM-START*/
#ol_form{
width:330px;
width:auto;
overflow:hidden;
}

#ol_form_head{
width:330px;
height:13px;
background:url(../images/ol_form_head.jpg) top center no-repeat;
}

#ol_form_body{
width:330px;
width:auto;
background:url(../images/ol_form_spring.jpg) top center repeat-y;
height:200px;
}

#ol_form_bottom{
width:330px;
height:11px;
background:url(../images/ol_form_bottom.jpg) top center no-repeat;
}

.inputbox{
background:url(../images/inputbox.jpg) top left no-repeat;
width:214px;
height:33px;
padding:3px 0px 0px 3px;
}

/*ONLINE_FORM-END*/

#pager_link{
float:left;
width:300px;
height:15px;
padding-left:60px;
margin-top:5px;
margin-bottom:15px;
}

#pager_link li{
display:inline;
float:left;
margin-right:10px;
}

.pager a{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
background:#980225;
padding:3px 6px;
text-decoration:none;
font-weight:bold;
}

.pager a:hover{
background:#000000;
}
