/* CSS Document */
body{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#FFFFFF;
width:1004px;
background-image:url(../images/background.jpg);
}
#container{
   width:828px;
   height:290px;
   margin:0 auto;
   background-repeat:repeat-x;
   background-image:url(../images/1bg.jpg);
   position:relative;  
}
#left_box{
   width:328px;
    float:left;
   height:290px;
   }
#left_box2{
   width:328px;
   float:left;
   margin-top:60px;
   }   
#right_box{
 width:500px;
 height:290px;
 float:right;
 margin-top:0px;
 } 
   
#logo{
width:246px;
height:89px;
float:left;
margin-top:25px;
}

#menu{
    width:460px;
	height:40px;
	float:right;
	margin-top:90px;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8px;
}
#content{
width:828px;

margin:0 auto;
background-image:url(../images/2bg.jpg);
/*background-color:#84BFC7;*/
position:relative;
}
#bottom{
width:820px;
height:12px;
margin-bottom:0;
background-image:url(../images/bottom line.gif);
}
.T{
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.S{
font-size:12PX;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}
.clr{ clear:both;}
.R{
font-size:14px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#0033CC;
background-color:#FF9900;
font-weight:bolder;
border:#FFFFFF;
}