/* 2 Set default styling and centre page for IE5 users */

html {

font-size: 100%;

}



html, body {

background: #000000;

}



body {

	text-align: center;

	font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;

	padding-top: 50px;

}





/* 3 Centre wrapper on page with chosen width and any decoration */



#wrapper {

	width: 800px;

	height: 400px;

	margin: 0 auto;

	text-align: left;

	background-color: #FFFFFF;

}



#left_content{

	width: 400px;

	height:400px;

	float: left;

	background-color: #FFFFFF;



}




#right_content{

	width: 400px;

	height: 400px;

	float: right;

}



#right_top_content  {

	width: 400px;

	height: 200px;

}



#right_bottom_content {

	width: 380px;

	height: 178px;

	border-top-color: #FFFFFF;

	border-top-style: solid;

	border-top-width: 2px;

	padding: 10px;

}



#left_menu {

	width: 100px;

	height: 120px;

	float: left;

	border-right: solid white 1px;

	padding-top: 0px;



}



#centre_menu {

	width: 210px;

	height: 120px;

	float: left;

	color: #FFFFFF;

	text-align: right;

	padding-top: 0px;

}



#right_menu {

	width: 50px;

	height: 120px;

	float: right;

	padding-top: 0px;



}



#footer {
	clear:both;
	width: 375px;
	height: 20px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: right;
	line-height: 95%;




}



/* Assign styles now as you wish eg */



h1	{

	font-size: 200%;

	margin-left: 10px;

	

}



h2 {

	font-size: 100%

}



p {

	margin-bottom: 1em;

	font-size: 100%;

}





.left_menu_on {

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}



.left_menu_off {

	font-weight: normal;

	color: #CCCCCC;

	text-decoration: none;

}





.footerfont {
	font-size: 85%;
	color: #FFFFFF;
	
}

.icon {

padding: 5px;

float: right;

}



a {

	font-weight: bold;

	color: white;

	text-decoration: none;

	}









a:hover {

	color: blue;

	}



a:active  {

	color: #FFFFFF;	

	}



#left_menu.a: active {



	text-decoration: none;

	font-weight: bold;

	color: #FFFFFF;

	

	}

.link1 {color: #0000FF}	
