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

* { margin: 0; padding: 0; }

body {
 background:#d6c7a7;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
	margin: 0 auto;
 	width: 751px;
}
#header {
 color: #333;
 width: 751px;
 height: 275px;
 background:url(../images/header-mark.jpg) bottom left no-repeat #669933;
}
/*#menu {
	height: 36px;
	width: 751px;
	background:url(../images/bg-tile.jpg) top left repeat-y;
}*/
#faux {
	background:url(../images/w-bg-tile.jpg) top left repeat-y;
	width: 751px;
}
#faux1 {
	background:url(../images/palmettos.jpg) bottom left no-repeat;
}
#icons {
	/*float: right;*/
	height: 53px;
	position: relative;
	right: -10px; top: -34px;
}
#icons p {
	margin: 0;
	position: relative;
	right: -8px;
}
#footer {
	background: url(../images/bottom-bar.jpg) bottom right no-repeat;
	position: relative;
	top: -18px;
}
#footer p {
	color:#fff;
	font-size:10px;
	padding: 10px 0 10px 0;
	text-align:right;
}
#content {
	color:#fff;
	margin-left: 176px;
	margin-right: 0px;
} 
#content p, h1, h2, h3 {
	margin: 0 18px 0 18px;
}
#content h1 {
	font-size: 22px;
}
a {
	color:#b0d236;
	outline:none;
}
a:focus {
	outline:none;
}
a:visited {
	color:#b0d236;
}
a:hover {
	text-decoration:none;
}
a img {
	border-style:none;
	border-width:0;
	outline:none;
}
a img:visited {
	border-style:none;
}
a img:hover {
	border-style:none;
}
.clear { clear: both; background: none; }
.flash { /*float:right;*/ position: relative; right: -116px; }
.flt-rt { float:right; position:relative; /*right: -5px;*/ }
.right { float: right; }