/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
line-height: 150%;
color: #666;
text-align:center;
background-color:#f9f9f9;
background-image:url(../images/body_bg.gif);
background-repeat:repeat-x;
background-position:top;
font-size:80%;
}

.clear{
clear:both;}

/* DIV TOP*/
#div_top{
width:900px;
height:23px;
margin: 0px auto;
overflow:hidden;
}
#div_top_left{
height:15px;
width:120px;
float:left;
text-align:left;
overflow:hidden;
margin-top:3px;
}

#div_top_right{
height:23px;
width:400px;
float:right;
text-align:right;
overflow:hidden;
margin-top:3px;
}

/* Div Header*/
#div_header{
width:900px;
height:138px;
margin: 0px auto;
margin-top:1px;
text-align:right;

}
#div_header_left{
height:138px;
width:438px;
float:left;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
background-position:top;
}

#div_header_right{
height:60px;
width:460px;
float:right;
text-align:left;
overflow:hidden;
margin-top:32px;
border:1px solid #333;
overflow:hidden;
}

/* Suckerfish Menu Only Color Style*/
#div_suckerfish{
width:900px;
height:24px;
margin: 0px auto;
margin-top:1px;
}


/* DIV MAINBODY */
#div_mainbody{
width:900px;
height:auto;
margin: 0px auto;
margin-top:20px;
margin-bottom:10px;
}
#div_mainbody_left{
height:auto;
width:280px;
float:left;
text-align:left;
margin-top:4px;
background-image:url(../images/left_bg.gif);
background-repeat:repeat-y;
background-position:right;

}

#div_mainbody_right{
height:auto;
width:600px;
float:right;
text-align:left;
}

/* DIV FOOTER*/
#div_footer{
position:relative;
width:100%;
height:auto;
top:16px;
min-height:138px;
background-color:#45484d;
border-top:6px solid #eb580a;
background-image:url(../images/bottom_bg.gif);
background-repeat:repeat-x;
background-position:top;

}

#table_footer{
width:900px;
height:auto;
margin: 0px auto;
margin-top:5px;
margin-bottom:5px;
}

#div_footer_inner_1{
height:auto;
width:270px;
float:left;
padding:5px;
overflow:hidden;
}

#div_footer_inner_2{
height:auto;
width:270px;
float:left;
text-align:left;
padding:5px;
margin-left:20px;
overflow:hidden;
}

#div_footer_inner_3{
height:auto;
width:270px;
float:right;
text-align:left;
padding:5px;
overflow:hidden;
}

/* DIV COPYRIGHT*/
#copyright{
position:relative;
margin: 0px auto;
margin-top:20px;
width:900px;
text-align:left;
font-size:90%;
color:#CCCCCC;
}
#copyright a:link{
font-size:90%;
color:#999;
}