/*

Palette
#ebe2d8 : light clay
#9b743d : rich earth
#44332c : Peat
#322423 : Dark earth

*/


html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0 0 2em 0;
	background:#4e312c url(../img/gui/bg_body.jpg);
	font-family: Helvetica, Arial, Tahma, sans-serif;
	font-size:100%;
	color:#333;
	overflow:auto; /* If I don't do this - the h-scroll bar shows because of the centr-menu offset */
}

#box {
	background:#FFF;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

	#upper {
		width:910px;
		margin-right:auto;
		margin-left:auto;
	}

		#nav0Shell {
			padding:0;
			margin:10px 0 0 0;
			text-align:left;
			clear:both;
			background:#fff url(../img/gui/bg_nav0Shell.png) repeat-x top left;
		}
			#centeredmenu {
				float:left;
				width:100%;
				position:relative;
			}



		#logo {
			margin:10px 0 10px 0;
			float:left;
		}
			#logo img{
				border:0;
			}
		#contactTab {
			margin:25px 0 0 0;
			float:right;
		}
			#phoneTab {
				padding:0 0 20px 30px;
				font-size:1.2em;
				background:#fff url(../img/gui/ico-phone.png) no-repeat top left;
				float:right;
			}
			#signup {
				float:right;
				clear:right;
				text-align:right;
			}
				#signup h3{
					text-transform:uppercase;
					font-weight:normal;
					font-size:12px;
					text-align:right;
					padding:.25em 0 .25em 0;
				}

	#banner{
		background:#fff url(../img/gui/bg_banner.jpg) no-repeat top left;
		width:910px;
		height:226px;
		margin-right:auto;
		margin-left:auto;
	}
		#bannerTitle{
			float:left;
			width:310px;
			margin:25px 0 0 30px;
		}
		#bannerImage{
			float:right;
			width:490px;
			margin:0;
		}

	#services{
		padding:21px 0 0 0;
		width:910px;
		margin-right:auto;
		margin-left:auto;
		background:#fff url(../img/gui/bg_services.png) no-repeat top left;
		height:120px;
		font-size:.825em;
	}



	#article {

	}
	#content {
		width:910px;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
	}


		#leftcol {
			float:left;
			width:490px;
		}

		#leftcol.wide  { /* Single Column */
			float:left;
			width:905px;
		}

		#rightcol {
			float:right;
			width:380px;
		}
		
	#footer {
		margin:0 20px 0 20px;
	}


	#footerRight{
		float:right;
		width:90px;
		padding-bottom:20px;
	}


	#footerLeft{
		width:820px;
		float:right;
		padding-top:30px;
	}





