body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: center;
	margin-top: 15px;
}
#wrapper {
	text-align:left;
	width:730px;
	margin:0 auto;
	position:relative;
	border: 1px solid #515151;

}

#header{
	height: auto;
}
#top{
	padding: 7px 15px 7px 7px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
}
.address {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tagline {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .1em;
}


.address a:link, visited, hover{color:#ffffff;}


#nav{
	width: 250px;
	font-size: 12px;
	color:#000000;
	float: left;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 30px;
}

#nav a:link {
	text-decoration: none;
	color: #A28E77;
	display: block;
}


#nav a:visited {
	text-decoration: none;
	color: #A28E77;
	display: block;
}

#nav a:hover{
	color: #905A2B;
	display: block;
	text-decoration: none;
} 
#main{
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 20px;
	padding-left: 0px;
	float: left;
	display: inline;
	padding-top: 10px;
}
.contact {
	color: #54660A;
	font-weight: bold;
}

.contact a:link, visited, hover{color: #54660A;}

.MainImg{
	padding-right: 20px;
}
.phone{
	font-weight: bold;
	color: #FA0105;
	line-height: 14px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8B7A01;
}
li {
	list-style-image: url(images/black.gif);
	list-style-position: inside;
}
#nav li {
	font-size: 11px;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -15px;
}

.profile {
	/*padding-top: 2px;
	padding-bottom: 2px;
	margin-left: -4px;
	border: 1px solid #D4CEC2;*/
	color: #A28E77;
}
#clearwrapper {
	clear: both;
}
