.nav {
	float: left;
	text-align: right;
	height: 500px;
	width: 130px;
	margin-top: 10px;
	padding-right: 10px;
	border-right: 1px dashed #999999;
}
.content {
	text-align: left;
	height: 500px;
	width: 546px;
	margin-top: 10px;
	padding-left: 7px;
}
h1 {                          /*picture margins*/
	line-height: 14px;
	margin-top: 4px;
}
h2 {                          /*prices*/
	font: 12pt Arial;
	color: #000000;
	font-weight: bold;
}
h3 {                          /*testimonials*/
	font: 10pt Arial;
	color: #000000;
	text-align: right;
}
h4 {                          /*standard*/
	font: 10pt Arial;
	color: #000000;
}
p {
	font: 10pt Arial;
	color: #000000;
}
p.footer {
	font: 8pt Arial;
	color: #999999;
	text-align: center;
}
p:first-line {
	font: 16pt Arial;
	color: #999999;
}
a {
	font: 10pt Arial;
	color: #000000;
}
a.foot {
	font: 8pt Arial;
	color: #999999;
	text-decoration: none;
}
a.foot:hover {
	font: 8pt Arial;
	color: #35709A;
	text-decoration: none;
}
a.link:hover {
	font: 10pt Arial;
	color: #35709A;
}
li {
	padding-bottom: 1px;
	list-style-type: none;
}
li a {
	font: 8.5pt Arial;
	text-align: right;
	display: block;
	line-height: 1em;
	margin-left: -50px;
	padding-bottom: 4px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	border-bottom:1px dotted #999999;
}
li.list2 a {
	margin-left: -50px;
	padding-bottom: 0px;
	padding-top: -4px;
	margin-top: -4px;
	margin-bottom: 0px;
	font: 8pt Arial;
	font-weight: normal;
	background-color: #FFFFFF;
}
li a:hover {
	color: #35709A;
}