*, html, body {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	background: #3d2600 url(../images/bg_stripe2.jpg) repeat;
	color: #f5a0c5;
	font: 500 14px "trebuchet ms", verdana, arial, sans-serif;
	text-align: center;
}

img { border: none; }
ul li { list-style: none; float: left; display: inline; }


#wrapper {
	width: 800px;
	background: transparent url(../images/header.jpg) no-repeat top left;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 100px;
	background: transparent url(../images/header_bg.jpg) no-repeat top left;
	display: block;
}

#hdrLogo {
	display: block;
	width: 160px;
	height: 96px;
}

#hdrInfo {
	float: right;
	display: inline;
	margin: 24px 25px 0 0;
}

#hdrInfo li {
	float: right;
	display: block;
	clear: right;
	margin-bottom: 10px;
}

#nav {
	width: 730px;
	height: 30px;
	background: #1f1300;
	padding-right: 70px;
	margin: 0px 0px 0 0px;
	text-align: right;
}

#nav li {
	float: right;
	font-weight: bold;
	margin: 0 58px;
}

#nav a:link, #nav a:visited { color: #f5a0c5; text-decoration: none; display: block; padding: 6px 24px 4px; }
#nav a:focus, #nav a:hover, #nav a:active { background: #8b6946; color: #1f1300; text-decoration: none; cursor: pointer; outline: none; }
#nav a.selected { background: #8b6946; color: #1f1300; }


#footer {
	width: 800px;
	height: 24px;
	background: #1f1300;
	padding-top: 6px;
	margin: 0px 0px 0 0px;
	text-align: right;
}

#footer li {
	float: right;
	font-weight: bold;
	margin: 0 70px;
}

#content { clear: both; background: #8b6946; width: 760px; margin: 24px auto 0; padding: 20px; min-height: 400px; }

.contentBlock { background: #efe3d1; padding: 20px; font-size: 13px; color: #1f1300; line-height: 1.6em; border: 1px solid #1f1300; min-height: 360px; }
.contentBlock p { margin-bottom: 12px; }
h2.blockTitle { color: #1f1300; margin-bottom: 12px; }

fieldset { border: 1px solid #1f1300; width: 70%; margin: 0 auto; padding: 10px 20px 20px; }
legend { color: #1f1300; }
.contactLabel { text-align: right; margin-left: 60px; }
.textareaLabel { margin-left: 48px; position: relative; top: -100px; }
input { margin-bottom: 16px; padding-top: 4px; padding-left: 10px; background: white; border: 1px solid #1f1300; width: 290px; height: 26px; margin-left: 10px; font: 16px "trebuchet ms", verdana, arial, sans-serif; }
textarea { margin-bottom: 12px; padding-top: 4px; padding-left: 10px; background: white; border: 1px solid #1f1300; width: 290px; height: 100px; margin-left: 11px; font: 13px "trebuchet ms", verdana, arial, sans-serif; }
#from_name { margin-left: 13px; }
#from_phone { margin-left: 11px; }
#submitBtn { height: 28px; width: 160px; margin: 10px 0 0 282px; padding: 0px 0 2px; font-size: 14px; cursor: pointer; }
#sending { height: 24px; width: 158px; margin: 10px 0 0 282px; display: block; background: white; border: 1px solid #1f1300; text-align: center; font-size: 14px; padding: 2px 0 0px; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
