body
{
	margin: 0px;	
	text-align: center;
	background: #217079 url(../images/blue/body_bg.jpg) repeat-x;	
}

#container
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/*************************************
TOP SECTION
*************************************/

#top
{
	height: 70px;
	width: 980px;
}

#top_logo
{
	margin-bottom: 2px;	
}

#top_menu
{
	margin-top: 40px
}

#top_menu .menu_item
{
	background-image: url(../images/topmenubg.gif);
	background-repeat: none;
	width: 100px;
	height: 30px;
	text-align: center;
}

#top_menu .menu_item a
{
	display: inline-block;
	margin-top: 8px;
}

/*************************************
HEADER SECTION
*************************************/

#header
{
	width: 980px; 
	height: 195px;
}

/*************************************
MIDDLE SECTION
*************************************/

#middle
{
	width: 980px;	
	background-image: url(../images/middle_back.gif);	
	background-repeat:repeat-y;
}


#middle_left
{
	width: 220px;
}

#middle_right
{
	width: 740px;	
	padding: 10px;
}

/*************************************
BOTTOM MENU
*************************************/

#bottom
{
	padding-top: 10px;
	width: 980px;
	background-image: url(../images/bottom_seperator.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
						  
}

#bottom_menu .menu_item
{
	background-image: url(../images/footmenubg.gif);
	background-repeat: none;
	width: 100px;
	height: 30px;
	text-align: center;
}

#bottom_menu .menu_item a
{
	display: inline-block;
	margin-top: 6px;
}

#bottom_text
{
	margin-top: 8px;
}

/*************************************
TO FIX
*************************************/

#sidebar {



float:left;



width:190px;


margin: 0;



margin-left: 10px;

position:relative;

display:inline;



padding: 0 11px 0px 8px;



margin-top:-7px;



}

/*************************************
FLOATS
*************************************/

.moduletable_latestnews ul
{
	margin: 5px;	
	padding: 0px;
}


/*************************************
FLOATS
*************************************/
.fltl
{
	float: left;	
}

.fltr
{
	float: right;	
}

.clr
{
	clear:both;	
}

.clrl
{
	clear: left;	
}

.clrr
{
	clear: right;	
}