/*

* Filename.........: DEFAULT.CSS
*
* Author...........: Rob Somerville
* Email............: rob.somerville@anoigo.co.uk
*
* Version..........: 1.0
* Created..........: 4th Feb 2008

*/

html{

	/* Center 750px page with shadow */

	font-size: 100%; 
	text-align: center; 
	height: 100%;
	background:#FFF;

}

body{

	font: 0.85em/1.5em Helvetica, Arial, sans-serif;
	width: 750px;
	padding: 0;
	margin: auto; 
	text-align: justify; 	
	line-height:1.5em;
	margin-top:0px;
	background:#FFF;


}


h1{

 	text-align: left;
 	font:1.85em Helvetica, Arial, sans-serif;
 	font-weight: bold;
 	color:#cdcb3b;

}

h2{
 	text-align: left;
 	font:1.0em Helvetica, Arial, sans-serif;
 	font-weight: bold;
 	color:#cdcb3b;

}

h3{

 	text-align: left;
 	font:1.0em Helvetica, Arial, sans-serif;
 	font-weight: bold; 
 	color:#cdcb3b;

}

a:link{


 	color:#2F96FF;
 	text-decoration: underline;

}

a:visited{

 	color: #8A8A8A;
 	text-decoration: none;

}

a:hover{

	color:#2F96FF; 
 	text-decoration: none;

}

img{

	border: 0px solid #000;
	float: left;
	margin-bottom:5px;

}

/* 

	///////////////////////////////////////////
	ID ( Unique tags - use only once per page ) 
	///////////////////////////////////////////
		
*/

#logo{

    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background: url(./images/logo.jpg);
    width: 750px;
    height: 89px;

}

#navigate{

    position: absolute;
	margin-top: 49px;
    margin-left: 505px;
	width: 150px;
	height: 10px;
}

#left_section{

    position: absolute;
    background: url(./images/lhs_back.jpg);    

    margin-top: 89px;
	width: 485px;
	text-align: justify;
	padding:10px;
	padding-bottom:0px;
	
}

#right_section{

	float: right;
	margin-top: 89px;
	width: 215px;
	padding: 10px;
	text-align: justify;
	margin-right:10px;	
	
}

#rss{

 	font:0.65em Helvetica, Arial, sans-serif;	

}

#footer{

	margin-top:50px;
	padding-bottom:15px;	
	text-align: center;
	height: 100px;
 	font:0.85em Helvetica, Arial, sans-serif;	
 	border-top:1px solid #ABC;
	

}

#img_top{

	margin-top:-18px;

}

#img_right{

	float:right;
	padding:10px;
	padding-right:0px;
	margin-top:-50px;
}

/* 

	//////////////////////////////////////////////////
	CLASS (Non-unique tags - use many times per page )
	//////////////////////////////////////////////////	
	
*/


.index_page_image{

	float: left;
	margin-right: 10px;
	margin-bottom: 5px;	

}

.clear{

	clear: left;

}




