@charset "UTF-8";
body {
	font: 100%  Helvetica, Arial, Verdana, sans-serif;
	background: #ffffff;
	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: #000000;
}
.oneColFixCtr #container {
	width: 827px;  /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }
	
.oneColFixCtr #container2 {
	width: 827px;  /* 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. */
}
.oneColFixCtr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }
	
a { color: #67445a; 
    text-decoration: none;}
	
a:hover { color: #67445a; 
    text-decoration: undeline;}

#header {
	background-image: url(images/topnav.gif);
	width: 100%;
	margin: 0;
	padding: 0;
	height: 20px; 
	color:#999999;
	font-variant: small-caps;
	font-size: 13px;
	letter-spacing: 1px;
}

#footer {
	background-image: url(images/bottombg_main.jpg);
	background-repeat: repeat-x;
	position: relative; 
	top: -50px;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100px; 
	color:#999999;
	font-variant: small-caps;
	font-size: 13px;
	letter-spacing: 1px;
	z-index: -20;
}

#containerfooter {
 position: relative;
 top: 67px; }
 
#header2 {
	background-image: url(images/topnav_bottom.gif);
	background-repeat: no-repeat;
	color:#999999;
	font-size: 12px;
	position: relative;
	top: 0px;
	left: 700px;
	width: 340px;
	height: 40px;
}

#intro {
	background-image:url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 827px; }
	
#introtext {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	margin-left: 30px;
	padding-bottom: 20px;
	width: 450px; }
	
#contactleft { 
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-bottom: 20px;
	position: relative; 
	left: 30px;
	float: left;
	width: 400px;  }
#leftleft {
	color: #666666;
	float: left;
	width: 200px;  } 
#leftright { 
	color: #666666;
	position: relative;
	left: 15px;
	float: left;
	width: 200px;  } 
#contactright { 
	color: #666666;
	padding-bottom: 20px;
	float: left;
	width: 400px; 
	position: relative;
	left: 70px; }
	
.purple { color: #67445a; }

.webform2 { width: 400px;
    font-size: 12px; }
	
.webform2 td { margin-left: 20px; }

.webform2 input {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 200px; }
	
.webform2 textarea {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font: 11px  Helvetica, Arial, Verdana, sans-serif;
	width: 200px; }


	
	

