@charset "utf-8";
/* CSS Document */

body {
    font: Verdana,sand-serif;
	font-size:12px;
	color:#453528;
	 /* An explicit background color is required for Safari. */
	 /* Otherwise your corner chunks will come out black!    */
	background: #c49c58;
	background-image:url(../img/bg-pattern.jpg);
}
h1{
	font: Verdana,Arial,sans-serif;
	color:#453528;	
	font-size:18px;
	}
#content{
	width:972px;
	
	background-color:#806846;
	border-left:thick solid #413126;
	border-right:thick solid #413126;
	/*border-bottom:thick solid #413126;*/
}
.designer-logo{
	/*background-image:url(../img/designers-gecko.png);*/
	padding-top:30px;
	width:558px;
	height:136px;
	float:left;
}
#footer a{
	
		color:#453528;
		text-decoration:none;
}
#footer a:visited{
	
		color:#453528;
		text-decoration:none;
}
.gecko-logo{
	position: absolute; top: 35px; left: 50%; 
	margin-left:-480px;
	} 
	
.gecko-logo2{
	position: absolute; top: 258px; left: 50%; 
	margin-left:-480px;
	} 
#header{
	background-image:url(../img/box-header-round.png);
	height:185px;
	width:982px;
}


#navigation{
	margin:0px;
	padding-left:120px;
	background-color:#806846;
	border-left:thick solid #413126;
	border-right:thick solid #413126;
	border-bottom:thick solid #413126;
}
#wrapper{
	width:982px;
	margin:auto;
}