	
#wrapper-div{
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #D3CA99;
	position:relative;}

#main-div{
	position:absolute;
	top: -0px;
	left: 0px;
	width: 800px;
	height:800px;
	background-color:#D3CA99;
}


#directions{
	position:absolute;
	top:215px;
	width:800px;
}

#directions h1{
	font-size: 16pt;
	text-align:center;
	color:#5D725C;}
	
#directions h2{
	font-size: 14pt;
	text-align:left;
	color:#5D725C;}
	
#directions p{
	padding-left: 50px;
	padding-right: 50px;
	font-size: 14pt;
	color:#5D725C;
	text-align:left;}
	
#directions span{
	font-style:italic;
	font-size: 14pt;
	color:#5D725C;}
	
#form1	label{
	font-size:14pt;
	margin 0;
	padding 0;
	padding-left: 10px;
	margin-right:5px;
	color:#5D725C;}
	
#form1 input{text-align:left;
	border-left-width:2px;
	border-top-width: 3px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-top-color:#999999;
	border-left-color:#999999;
	border-style:solid;
	background-color:#F9FFEE;
	padding-left:5px;}

p.from-to {
	margin-bottom:15px;
	margin-left:9px;
	font-weight:bold;
	color:red;}
	
label.streetLabel{
margin-left: 0px;}

label.cityLabel{
margin-left: 30px;}

input#userStreet{
	padding-left: 5px;
	line-height:25px;
	color:#003333;}
	
input#userCity{
	padding-left: 5px;
	line-height:25px;
	color:003333;}
	
input#userState{
	padding-left: 5px;
	line-height:25px;
	color:003333;}
	
input#userZip{
	padding-left: 5px;
	line-height:25px;
	color:003333;}

input#getDirections{
font:Arial, Helvetica, sans-serif;
font-size:14pt;
background-color:#003333;
color:#CCCCCC;
border-style:solid;
border-left-width: 3px;
border-left-color:#669966;
border-top-width:3px;
border-top-color:#669966;
border-right-width:2px;
border-right-color:#336633;
border-bottom-width:2px;
border-bottom-color:#336633;
padding: 5px;
margin-left:300px;}

input#getDirections:hover{
border-left-color:#336633;
border-top-color:#336633;
border-right-color:#669966;
border-bottom-color:#669966;
color:#999999;}

input#getDirections:active{color:#669966;}

p#about-first-para{
	text-align:left;}


#directions img{
	border:none;
	vertical-align:bottom;}
	
#footer-div{
	position:absolute;
	top:805px;
	width:800px;
	height:50px;
	padding-top: 10px;
	background-color:#D3CA99;}
	
