/* This Style sheet is for everything relating to the universal design 
main layout, heading layouts including text styling etc.
Please see content style sheet for individual page layouts and navigation

*/
body {
	font-family : verdana, georgia, arial;
}
.main_content_wrapper{
width : 1002px;
margin :auto; 
display : block;

}	
.main_navigation{
	width : 170px;
	float : left;
	clear : left;
	padding-left : 4px;
}


.page_wrapper{
	width : 1000px;
	float : left;
	clear : both;
	height : 100%;
	 background : #add4fb;
  background-repeat : repeat;

	
}

.page_content{
	width : 810px;
	float : right;
	clear : right;
	font-size : .8em;
 background : #add4fb;
  background-repeat : repeat;
}
.layout_fish1 {
float : right; 
clear : right;
width : 180px;
height :300px;
background-image : url(http://www.solentkiteflyers.co.uk/images/2009_layout/fish1.jpg);
background-repeat : no-repeat;
}	
	
.layout_fish2 
{
	float : right;
	clear : left;
	width : 100px;
	height : 90px;

background-image : url(http://www.solentkiteflyers.co.uk/images/2009_layout/fish2.jpg);
background-repeat : no-repeat;
}	
		
	



/*FOOTER */


.footer_wrapper {
		width : 1000px;
	height : 150px;
	float : left;
	clear : both;
	background : #add4fb;
  background-repeat : repeat;
}
.footer_bottom_img {
	width : 1000px;
	height : 150px;
	float : left;
	clear : both;
	background-image : url(http://www.solentkiteflyers.co.uk/images/2009_layout/footer1.jpg);
	background-repeat : no-repeat;
	
}

.footer_left_img {
	width : 190px;
	height : 150px;
	float : left;
	clear : left;
	background-image : url(http://www.solentkiteflyers.co.uk/images/2009_layout/footertree.jpg);
	background-repeat : no-repeat;
	
}

.footer_content {
	font-size : .7em;
	width : 800px;
	height : 150px;
	float : right;
	clear : right;
	background : #add4fb;
  background-repeat : repeat;
}

/* Main heading, Title and logo styling with containers. */
.toptitle {
	width : 1000px;
	height : 150px;
	float : left;
	clear : both;
	background-image : url(http://www.solentkiteflyers.co.uk/images/2009_layout/toptitle_logo.jpg);
	background-repeat : no-repeat;
	font-family : verdana, georgia, arial;
}



.toptitle p{
	font-size : .7em;
	color : #000000;
padding-left : 200px;

	
}

.login_form {
	width : 1000px;
	float : left;
	clear : both;
	background-color : #ddf0ff;
	color : #000000;
	font-size : .8em;
	
	
}
