body {
	background-color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('images/circuit.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 200px;
	border-bottom: 4px solid #f63;
	background-color: #693;
	margin-bottom: 10px;
}

#lrlogo {
	position: relative;
	top: 30px;
	left: 40px;
}


#nav {
	float: left;
	width: 270px;
	font-size: 120%;
	color: #f63;
}

#nav ul {
	padding-left: 50px;
	list-style-type: none;
}

#nav li { margin: 15px; }

#nav a {
	text-decoration: none;
	color: #f63;
}

#nav a:hover {
	color: #693;
}

li.active a {
	color: #693 !important;
}

#content_wrap {
	float: left;
	max-width: 800px;
}

#content_wrap h3 { color: #f63; }

#content_wrap li {
	list-style-type: circle;
}

p.packages {
	margin-bottom: 0px;
}

ul.packages {
	margin-top: 0px;
}

h4.service {
	margin-bottom: 0px;
	color: #693;
	font-weight: normal;
}

p.service {
	margin-top: 0px;
}

.small {
	font-size: 80%;
}

#footer {
	font-size: 80%;
	color: #f63;
	clear: both;
	margin-left: 270px;
}

#footer ul { padding: 0px; margin:0px;}
#footer li { display: inline; }
#footer p {	margin: 0px; }
#footer a { text-decoration: none; color: #f63; }
#footer a:hover { color: #693; }

.spacer {
	clear: both;
}