body{
margin:0 auto;
padding:0;
background-image: url(../images/swirls_back.gif);
font: 76% Georgia, Times New Roman, Times, serif;
}

#pageWrapper{
	position: absolute;
	left: 50%;
	width:780px;
	margin-left:-420px;
	margin-top: 0px;
	height:auto;
	padding:20px 30px 0 30px;
	background-color:#fff;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:110px;
	z-index:1;
	text-align:center;
}

#menu {
	position:relative;
	float:left;
	left:0px;
	top:10px;
	width:780px;
	height:80px;
	z-index:1;
}

#contentWrapper {
	position:relative;
	float:left;
	left:0px;
	top:40px;
	width:780px;
	height:auto;
	z-index:1;
	background-color:#fff;
	min-height:400px;
}

#col01 {
	position:relative;
	float:left;
	left:0px;
	top:30px;
	width:510px;
	height:300px;
	z-index:1;
	margin-right:30px;
}

#col02 {
	position:relative;
	float:left;
	top:30px;
	width:240px;
	height:300px;
	z-index:1;
}


#clear {
clear:both;
}


#footerImg {
	position:relative;
	float:left;
	width:780px;
	z-index:1;
	text-align:center;
	margin:80px 0 40px 0;
}

#footer {
	position:relative;
	float:left;
	width:780px;
	height:30px;
	margin-top:30px;
	z-index:1;
	background-color:#000;
	text-align:center;
	padding-top:20px;
}

a:link {
	color: #C35F47;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C35F47;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}



#footer, #footer a, #contact, #contact a {color:#c6c8ca; text-decoration:none;}
#footer a:hover, #contact a:hover{text-decoration:underline;}


h1, h2 {font-family:Georgia, "Times New Roman", Times, serif}

h1{color:#C35F47; font-size:24px; margin:0;}
h2{color:#C35F47; font-size:20px;}
h3{color:#C35F47; font-size:14px;}
.style1 {	color: #FFFFFF;
	font-size: 10px;
	line-height: 1.4;
	font-weight: 200;
}


.form fieldset{border:none;margin:0px;padding:0px;}
.form fieldset label{float:left;margin-left:0px;padding-left:0px; width:100px;margin-right:5px;color:#000;margin-top:5px;}
.form fieldset input{width:200px; margin-top:3px; 
    height: 22px;
}
.form fieldset textarea{width:390px;}
.form fieldset .buttons{float:right;}
