body { 
background : url(../images/bg.gif); 
background-repeat : repeat-x; 
background-color : #ffffff; 
text-align : center; 
margin-top : 0; 
font-family : "Tahoma"; 
font-size : 12px; 
} 
#wrapper { 
width : 1100px; 
margin : 0 auto; 
margin-top : 0; 
} 
#header1 { 
width : 1093px; 
height : 53px; 
background-image : url(../images/header1.gif); 
background-position : center 0%; 
background-repeat : no-repeat; 
} 
#logo { 
width : 409px; 
height : 50px; 
background-image : url(../images/logo.gif); 
float : left; 
} 
#header2 { 
width : 1093px; 
height : 46px; 
background-image : url(../images/header2.gif); 
background-position : center 0%; 
background-repeat : no-repeat; 
} 
#menu_bar { 
background-image : url(../images/menu.gif); 
background-repeat : repeat-x; 
float : right; 
width : 690px; 
height : 50px; 
} 

#main_menu {
margin: 0;
padding: 0;
float: left;
font: 14px Arial;
padding-top: 10px;
}
#main_menu li {
display: inline;
}

#main_menu li a{
float: left;
color: white;
padding: 6px;
border-right: 1px solid white;
text-decoration : none; 
}
##main_menu li a:link{
float: left;
color: white;
padding: 6px ;
border-right: 1px solid white;
text-decoration : none; 
}
#main_menu li a:hover { 
text-decoration : underline; 
} 
#loginleft { 
width : 189px; 
height : 201px; 
float : left; 
} 
#login { 
width : 192px; 
height : 200px; 
background-image : url(../images/login.gif); 
background-position : center 0%; 
background-repeat : no-repeat; 
float : left; 
text-align : left; 
} 
#loginright { 
width : 32px; 
height : 201px; 
background-image : url(../images/main_08.gif); 
background-position : center 0%; 
background-repeat : no-repeat; 
float : left; 
} 
#signin_banner {
	width : 510px;
	height : 201px;
	float : left;
background : #ffffff; 
} 
#singright { 
background-image : url(../images/main_10.gif); 
background-position : center 0%; 
background-repeat : no-repeat; 
width : 172px; 
height : 201px; 
float : left; 
} 
#left_col { 
width : 409px; 
height : 536px; 
float : left; 
} 
#maincontent { 
float : left; 
width : 510px; 
height : 536px; 
margin : 0 auto; 
text-align : left; 
font-size : 14px; 
font-weight : bold; 
color : #5b7cff; 
} 
#newscontent { 
float : left; 
width : 510px; 
height : 736px; 
margin : 0 auto; 
text-align : left; 
font-size : 14px; 
font-weight : bold; 
color : #5b7cff; 
background : #ffffff; 
} 
#right_col { 
width : 172px; 
height : 536px; 
float : right; 
} 
#footer { 
font-size : 14px;
font-weight : bold;
color : #5b7cff;  
background-position : center 0%; 
background-repeat : no-repeat; 
width : 573px; 
height : 39px; 
position : absolute; 
left : 450px; 
} 
#clear { 
clear : both; 
} 
