body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	background-color: #685146;
	color: #000000;
}

h1 {
	margin-bottom: 5px;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #77847C;
}

a:hover {
	color: #85B6B2;
}

p {
	margin-bottom: 5px;
}

p span.phone {
	font-size: 10px;
}

#wrapper {
	width: 262px;
	margin: 75px auto 0px auto;
	padding: 15px 15px 30px 15px;
	overflow: auto;
	
	-moz-border-radius: 15px 5px 15px 5px;
	-webkit-border-top-left-radius: 15px 5px 15px 5px;
	
	border: 1px solid #999999;
	background-color: #cccccc;
}

#wrapper #image {
	margin-bottom: 20px;
}

#wrapper #image img {
	width: 262px;
}

#wrapper #footer {
	clear: both;
	font-size: 10px;
	line-height: 1.3em;
}