body {
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5d4a29;
	padding:0;
	font-size:12px;
 selector */ background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	float: none;
	position: relative;
	vertical-align: top;
}
* html #mainContent img {
	margin-right: -2px;
}
img {
	display: block;
}
ol {
	list-style-position: inside;
	list-style-type: none;
	margin-left:12px;
}
.nav ul {
	padding: 0;
	margin-top: 20px;
}
.nav li {
	list-style-position: inside;
	list-style-type: none;
	margin:0 0px 1.5px 18px;
	padding: 0px;
}
.news li {
	list-style: url(images/cupcake_bullet.jpg);
	margin-left: 36px;
	margin-bottom: 12px;
	padding-left: 6px;
}
.news a:link {
	color: #96ad27;
	text-decoration:underline;
	font-weight: bold;
}
.news a:visited {
	color: #96ad27;
	text-decoration:underline;
	font-weight: bold;
}
.news a:hover {
	color: silver;
	text-decoration:underline;
	font-weight: bold;
}
* html #test3 li {
	display:inline;
}  /* for IE 6 */
* + html #test3 li {
	display:inline;
}  /* for IE 7 */
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	border-left: #fbee47 solid 2px;
	border-right: fbee47 solid 2px;
}
#header {
	padding: 0 10px 0 20px;
	height: 138px;
	position: relative;
	clear:both;
	background: url(images/background-main_logo.jpg) center no-repeat;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#sidebar1 {
	float: left;
	width: 141px;
	height: 168px;
	padding-left: 110px;
	margin-top: 10px;
	padding-top: 10px; 
}
.sidebar_wrapper {
	background: url(images/background-header.jpg) bottom;
	height: 232px !important;
}
#mainContent {
	padding-top: 20px;
	height: 180px;
	float: right;
}
#footer {
	padding: 0 10px 0 20px;
	width: 550px;
	float: left;
}
.footer_end {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
#homecolumn {
	padding: 0 10px 0 20px;
	width: 175px;
	float: left;
	position:relative;
	border-right: 1px silver solid;
}
#homecolumn p {
	margin: 0;
	padding: 10px 0;
}
#homecolumn2 {
	padding: 0 10px 0 15px;
	width: 350px;
	float: left;
	position: relative;
}
#homecolumn2 p {
	margin: 0;
	padding: 10px 0;
}
#footer2 {
	padding-left: 25px;
	width: 187px;
	float: left;
}
#footer3 {
	padding-left: 3px;
	margin-left: 18px;
	margin-top: 10px;
	width: 200px;
	float: left;
	position: relative;
	background-image:url(images/signup.gif);
	background-repeat:no-repeat;
}
#footer2 p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.subhead {
	color: #f7b14e;
	font-size: 24px;
	border-bottom: 1px solid #f7b14e;
	margin-bottom: .5em;
	font-weight: bold;
}
.sub2 {
	color: #f7b14e;
	font-size: 18px;
}
.sub3 {
	font-size: 18px;
	color: #5d4a29;
	font-weght: bold;
	border-bottom: solid 1px #5d4a29;
}
.sub4 {
	color: #f7b14e;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
.sub5 {
	color: #5d4a29;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
}
.sub6 {
	font-size: 18px;
	color: #5d4a29;
	border-bottom: solid 1px #5d4a29;
}
a:link {
	color: #5d4a29;
	text-decoration:underline;
}
a:visited {
	color: #5d4a29;
	text-decoration:underline;
}
a:hover {
	color:#f7b14e;
	text-decoration:underline;
}
.nav a:link {
	color: #5d4a29;
	text-decoration:none;
}
.nav a:visited {
	color: #5d4a29;
	text-decoration:none;
}
.nav a:hover {
	color:#f7b14e;
	text-decoration: none;
}
.sidebarlink a:link {
	color: #5d4a29;
	text-decoration:underline;
}
.sidebarlink a:visited {
	color: #5d4a29;
	text-decoration:underline;
}
.sidebarlink a:hover {
	color:#ffffff;
	text-decoration: underline;
}
#column {
	float: left;
}
#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 175px;
}
.headline {
	position: absolute;
	top: 400px;
	height: 350px;
	width:175px;
}
div.row {
	clear: both;
	padding-top: 10px;
}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}
div.row span.formw {
	float: right;
	width: 100px;
	text-align: left;
}
.big input, textarea {
	margin-right:3px;
	font:14px Helvetica, Arial;
	font-weight:bold;
	padding:6px;
	margin-top: 6px;
	background:#fff;
	color: #f7b14e;
	width:300px;
	border-bottom:1px solid #b1ca0c;
	border-left: 1px solid #b1ca0c;
	border-right: 1px solid #b1ca0c;
	border-top: 1px solid #b1ca0c;
}
.small input {
	margin-right:3px;
	font:14px Helvetica, Arial;
	font-weight:bold;
	padding:6px;
	margin-top: 3px;
	background:#fff;
	color: #f7b14e;
	width:100px;
	border-bottom:1px solid #b1ca0c;
	border-left: 1px solid #b1ca0c;
	border-right: 1px solid #b1ca0c;
	border-top: 1px solid #b1ca0c;
}
textarea {
	border:1px solid #b1ca0c;
}
.sidebar2 {
	font-size: 14px;
}
.small_italic {
	font-size:9px;
	font-style:italic;
}
#logolink {
	display: block;
	height: 100px;
	width: 200px;
	display: none;
}
#bglink div {
	display: none;
	height: 300px;
}
#header a {
	position: absolute;
	top: 0;
	left:0;
	width: 180px;
	height: 135px;
}
#header a h1 {
	display: none;
}
div#bottom {
	clear: both;
	background-color: yellow;
}
.testimonials {
	border-bottom:1px solid #f7b14e;
}
.wrapper {
	background: url(images/background-main.jpg) center;
}


