/*	-------------------------------------------------------------
	 Manyatta Camp Layout
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	 Author : Brian Wangila         
	 Version : 2.0
	 Timestamp :  02/05/09 ...
	 Description : This stylesheet provides basic styling for XHTML elements for the Manyatta Camp Website.
	 
	-------------------------------------------------------------	*/
	
	
/*	-------------------------------------------------------------
	   Base
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
body { background-color:#000000; color:#B56A00; font-size:11px; font-family:Tahoma;}
*,h1, h2, h3, h4, h5, h6, p, blockquote {margin: 0; padding:0; }
a{ color:#B56A00;}

/*	-------------------------------------------------------------
	  Structure
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#wrapper{ margin:0 auto; width:766px; height:auto;border:thin solid #999;}
#wrapper_gal{ margin:0 auto; width:776px; height:auto;border:thin solid #999;}
#wrapper_gal_rest{ margin:0 auto; height:700px; width:776px;border:thin solid #999;}
#wrapper_gallery{ margin:0 auto; height:800px; width:766px;border:thin solid #999;}
#wrapper_cont{ margin:0 auto; height:800px; width:766px;border:thin solid #999;}
#logo{ margin:0 auto; width:766px; height:140px; text-align:center;}
#banner{ width:100%; height:266px;}
#menu{ width:100%; height:52px;}
#bg_footer{	background-image: url(../images/bg_footer.gif); width:100%; background-position: left top;background-repeat:repeat-x; height:20px; margin:10px 0 0 0;}			

/*	-------------------------------------------------------------
	  Home Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#home_banner{ width:100%; height:155px;}
#home_content{ width:100%; height:184px; padding:20px 0 0 0;}
#home_content_col1{ width: 400px; height:150px; float:left; line-height:17px; text-align:justify; margin:0 15px 0 15px; padding: 15px 0 0 0;}
.home_img_left{ float:left;}
#galleries{width:100%; height:170px;}

/*	-------------------------------------------------------------
	  About Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#abt_content{ width:626px; height:830px; padding:20px 70px 0 70px; text-align:justify;}
	
/*	-------------------------------------------------------------
	  Gallery_Accomo Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#gall_accomo_content{ width:100%; height:830px; text-align:justify;}

/*	-------------------------------------------------------------
	  Gallery_Rest Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#gall_rest_content{ width:100%; height:320px; text-align:justify;}

/*	-------------------------------------------------------------
	  About Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#gal_content{ width:396px; height:480px; padding:20px 70px 0 290px; text-align:centre;}

/*	-------------------------------------------------------------
	  Contact Page
	- - - - - - - - - - - -- - - - - - - - - - - - -	*/
#cont1{width:250px; height:500px; float:left; text-align:center;}
#cont2{width:280px; height: 450px; float:left; padding: 35px 0 0 15px;}
#cont3{width:220px; height:250px; float:right; text-align:right;}
#cont4{width:280px; height:250px; float:left; margin:20px 0 0 0;}

