/* CSS Document */

body {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
line-height: 150%;
color: #FFF;
text-align:center;
background-color:#000;
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:23px;
width:700px;
float:left;
text-align:left;
overflow:hidden;
}

#div_top_right{
height:23px;
width:80px;
float:right;
text-align:right;
overflow:hidden;
margin-top:3px;
}

/* Div Header*/
#div_header{
width:900px;
height:138px;
margin: 0px auto;
margin-top:1px;
background-image:url(../images/div_header_right.png);
background-position:right;
background-repeat:no-repeat;
text-align:right;

}
#div_header_left{
height:138px;
width:267px;
float:left;
background-image:url(../images/logo.png);
background-repeat:repeat-x;
background-position:top;
}

#div_header_right{
height:138px;
width:600px;
float:right;
text-align:left;
margin-top:0px;
overflow:hidden;
}
#div_header_right h3{
display:none;}

/* 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;
}

#div_mainbody_right{
height:auto;
width:600px;
float:right;
text-align:left;
}

/* DIV FOOTER*/
#div_footer{
position:relative;
width:100%;
height:auto;
top:16px;
background-color:#333333;
border-top:4px solid #FF0000;
}

#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:280px;
float:left;
text-align:left;
padding:5px;
margin-left:20px;
overflow:hidden;
}

#div_footer_inner_3{
height:auto;
width:280px;
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;
}