html, body
{ 
background-color:#003535;
margin:0; 
padding:0;
height:100%;
} 

#main_container
{ 
width:980px;
position:relative;
background-color:#ffffff;
margin-left:auto; 
margin-right:auto; 
padding:10px;
height:auto;
} 
 
#top_menu {
	position:relative;
	height:20px;
	background-color:#ffffff;
	text-align:right;
	vertical-align:middle;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#b0001e;
}
#top_menu a:link, #top_menu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#bb0000;
	text-decoration:none;
	font-weight:normal;
	text-align:right;
	vertical-align:middle;
	margin-top:auto;
	margin-bottom:auto;
}

#top_menu a:hover {
	text-decoration:underline;
}

#header{
	position:relative;
	height:90px;
	background-color:#ffffff;
	vertical-align:middle;
	width:100%;
}

#header img {
	float:left;
	vertical-align:middle;
        margin-top:10px;
       } 

#container2 {
    float:left;
    width:100%;
    background:#ffffff url('/images/bg_news_main.gif') 333px 0 repeat-y;
    overflow:hidden;
    position:relative;
    }

#container1 {
    float:left;
    width:100%;
    background:#ffffff;
    position:relative;
    right:66%;
}

#maincol{
width:100%;
padding:0;
margin:0;
 }

#news_categories {
	float:left;
    	width:337px;
    	position:relative;
    	left:643px;
    	overflow:hidden;
	}

#news_main {
	float:left;
     	width:630px;
   	position:relative;
    	left:660px;
    	overflow:hidden;
	}

#news_single {
	width:630px;
        float:left;
   	}

#news_under_single {
	width:630px;
        float:left;
	margin:10px 0 0 0;
	}

#news_more {
	width:630px;
        float:left;
	position:relative;
	padding:0 5px 5px 0;
        margin:0 0 15px 0;
	border-top: 3px solid #99cccc;
	border-bottom: 1px solid #99cccc;
	background-color:#e6f2f2;
}

#news_more:hover {
	background-color:#e1eded;
}


.img_news {
	float:left;
	width:250px;
	height:150px;
	border:4px solid gray;
	margin:0 10px 5px 0;
	padding:0;
	overflow:hidden;
}

#news_more img { 
	float:left;
}


#footer{
 width:100%;
 clear:both;
 } 

.clearfix {
    	clear: both; 
    	visibility: hidden;
	display: block; 
	}