*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#body
{
	margin: 10px auto 10px;
	width: 800px;
	line-height: 20px;
}

#bodyleft
{
	float: left;
	width: 400px;
	text-align: center;
}

#bodyright
{
	float: right;
	width: 400px;
	text-align: center;
}

.header
{
	margin: 0px auto;
	width: 370px;
	height: 80px;
}

.telephone
{
	margin: 0px auto;
	width: 370px;
	height: 40px;
}

.tags
{
	margin: 0px auto;
	width: 370px;
}

.getlocation
{
	margin: 0px auto;
	width: 370px;
	height: 64px;
}

h1
{
	font-size: 14px;
	color: #407390;
	margin-bottom: 10px;
}

h2
{
	font-size: 14px;
	color: #f1760d;
	margin-bottom: 10px;
}

#body p
{
	margin-bottom: 10px;
}

fieldset
{
	border:0px;
	line-height: 50px;
}

#body ul
{
	list-style-type: square;
	float: left;
	width: 800px;
	margin-bottom: 10px;
}

#body ul li
{
	text-indent: 20px;
}

#body a
{
	color: #f1760d;
	text-decoration: none;
}

#body a:hover
{
	color: #000000;
	text-decoration: underline;
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	border-top: 1px solid #f1760d;
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
	width: 800px;
	height: 40px;
	color: #000000;
	text-decoration: none;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

.clear
{
	clear: both;
}
