body
{
	margin: 0px;
	padding: 0px;
	background: #3f3d33 url(../images/mainBg.gif) top left repeat-x;
	text-align: center;
	font-family: tahoma;
}

#mainDiv
{
	width: 720px;
	margin: auto;
	position: relative;		
	padding-top: 1px;
}

#headerDiv
{
	background: url(../images/headerBg.gif) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 152px;	
}

#topLeft
{
	width: 21px;
	height: 57px;
	background: url(../images/topLeftCorner.gif) top left no-repeat;
	position: absolute;
	top: 135px;
	left: 0px;	
}

#topRight
{
	width: 21px;
	height: 56px;
	background: url(../images/topRightCorner.gif) top right no-repeat;
	position: absolute;
	top: 136px;
	right: 0px;
}

#photos
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/photographs.jpg) top left no-repeat;
	width: 435px;
	height: 131px;
}

#logo1
{
	position: absolute;
	top: 74px;
	left: 20px;
	width: 435px;
	height: 51px;
}

#qTail
{
	background: url(../images/qTail.gif) top left no-repeat;
	position: absolute;
	top: 144px;
	left: 75px;	
	width: 14px;
	height: 11px;
}

#contentDiv
{
	background: url(../images/contentBg.gif) top left repeat-y;
	width: 100%;
	padding-top: 1px;
}

#contentText
{
	padding-top: 1px;
	font-size: 0.8em;
	color: #3f3d33;		
	text-align: left;	
	width: 672px;
	margin: 200px 20px 10px 25px;	
}

#contentText h1
{
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
}

#contentText h2
{
	margin: 4px 0px;
	padding: 0px;
	font-size: 1.0em;
}

#menuDiv
{
	background: #3f3d33;
	position: absolute;
	top: 152px;
	left: 20px;
	width: 675px;	
	height: 42px;
	padding-left: 4px;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 12px 7px 0px 7px;
	padding: 0px;
	float: left;
	list-style: none;
}

#contentBottom
{
	background: url(../images/contentBottom.gif) bottom left no-repeat;
	width: 100%;
	height: 20px;
}

#footerDiv
{
	text-align: left;
	width: 100%;
}

#footerText
{
	font-size: 0.7em;
	color: #7f774c;	
	margin-left: 20px;
}

#footerText a
{
	color: #7f774c;
}

#footerText a:hover
{
	text-decoration: none;
}

#sideBar
{
	width: 233px;
	float: left;
	color: #ebe7d0;
	float: right;
}

.spacer
{
	clear: both;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #ebe7d0;
	padding: 0px;
	margin: 0px 0px 6px 0px;
}

.sideBarBox
{
	padding: 3px;
	margin: 0px 0px 2px 0px;
	background: #3f3d33;	
	font-size: 0.9em;
}

.sideBarBox a
{
	font-weight: bold;
	color: #ebe7d0;
}

.sideBarBox a:hover
{
	text-decoration: none;
}

/* CONTACT FORM STYLES */

#contactUsForm
{
	margin: 0px;
}
#contactUsForm fieldset
{
	border: 0px;
	border-top: 1px solid #7d7031;
	padding: 10px;
}

#contactUsForm legend
{
	margin-bottom: 4px;
}

#contactUsForm small
{
	display: block;
}

#contactUsForm textarea
{
	width: 70%;
	height: 60px;
	font-family: tahoma;
	background: #ffffff;
	border: 1px solid #3f3d33;
}

#contactUsForm button
{
	border: 1px solid #3f3d33;
	background: #dddddd;
	font-size: 11px; 
	font-weight: bold;
	color: #3f3d33;
}

#contactUsForm fieldset.radio
{
	margin: 1em 0 2em 0;
}

#contactUsForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#contactUsForm fieldset.radio label
{
	font-weight: normal;
}

#contactUsForm input
{
	float:left;
	clear: left;
	width: 15em;
	background: #ffffff;
	border: 1px solid #3f3d33;
}

#contactUsForm input.submit
{
	clear: both;
	border: 1px solid #3f3d33;
	background: #dddddd;
	font-size: 11px; 
	font-weight: bold;
	color: #3f3d33;
}

#contactUsForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-size: 0.8em;
}

#contactUsForm select
{
	float: left;
	clear: left;
	background: #ffffff;
	border: 1px solid #3f3d33;
}

.required
{
	color:red;
	font-size: small;
}