/*
	Structural stylesheet for EasyAfrica Website
	Company: Webbytes
	Author: Tony Fairman
	http://www.webbytes.co.za
	Layout: 1024px
*/	

	#SiteWrapper {
		background: #FFF url( '../images/navigation/background.jpg' ) top left repeat-y;
		margin: auto;
		width: 1000px;
		}

		/* Header Block Start */
		#HeaderWrapper {	
			width: 1000px;
			}
	
			#HeaderWrapper img {
				width: 1000px;
				}
			/* Header Block End */
			
		/* Content Block Start */
		#ContentWrapper  {
			float: left;
			display: inline;
			height: 100%;
			margin-left: 20px;
			width: 800px;
			}
			
	h1 {
		color: #FF9600;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		}
		
	table.hotelListing {
		border-collapse: collapse;
		border: 3px solid white;
		background: white;
		}

	table.hotelListing td {
		height: 100%;
		vertical-align: top;
		background: white;
		}

	table.hotelListing td.odd {
		border-right: 3px solid white;
		border-bottom: 3px solid white;
		}

	table.hotelListing td.even {
		border-left: 3px solid white;
		border-bottom: 3px solid white;
		}
	

	
	.clearAll {
		width: 100%;
		clear: both;
	}		
	
		/* Footer Block Start */
		#Footer {
			background: #D9E4C4;
			clear: both;
			display: block;
			height: 50px;
			line-height: 35px;
			margin: 5px auto 0 auto;
			text-align: center;
			width: 1000px;
			}

			#Footer #Thawte {
					float: left;
					width: 198px;
					padding: 5px 0px;
				}
		
			#Footer #Thawte a {	
				color:#AD0034;
				}
				
			#Footer #Links {
				display: block;
				float: right;
				height: 8px;
				padding: 5px 0px;
				width: 565px;
				}
			
			#Footer a:link, #Footer a:active, #Footer a:visited {
				color: #212121;
				}
	
			#Footer a:hover {
				color: #4F7A06;
				}		
				
		/* Footer Block End  */

