body {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	font-family: Georgia, serif;
}
#wrapper {
	width: 760px;
	margin: auto;
	}
#main {
	float: left;
	font-size: .9em;
	padding-left: 35px;
	width: 325px;
	}
#main p{
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-right: 20px;
}
#main a:link {
	color: #A4672A;
	text-decoration: none;
	border-bottom: 1px dotted #A4672A;
}
#main a:visited {
	color: #A4672A;
	border-bottom: 1px dotted #A4672A;
	text-decoration: none;
}
#main a:hover {
	color: #5F9EA0;
	text-decoration: none;
}
.nav {
	padding-left: 5px;
}
#sidebar {
	float: right;
	font-size: .7em;
	background-image: url(imgs/sidebar-bkgrd.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 10px;
	margin-right: 15px;
}
#sidebar p{
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
#sidebar a:link {
	color: #A4672A;
	text-decoration: none;
}
#sidebar a:visited {
	color: #A4672A;
	text-decoration: none;
}
#sidebar a:hover {
	color: #5F9EA0;
	margin-left: 4px;
}
#footer {
	font-size: 10px;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 0px;
	clear: both;
}
#footer a:link {
	color: #A4672A;
	text-decoration: none;
}
#footer a:visited {
	color: #A4672A;
	text-decoration: none;
}
#footer a:hover {
	color: #5F9EA0;
}
#footer p{
	font-size: 10px;
	font-weight: normal;
}
li {
	list-style: url(imgs/bullet.gif);
}
.float_left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.float_right {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.phone {
	font-size: 12px;
	font-weight: bold;
}
.head {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}