
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 278px;
	height: 21px;
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	background-image:url(images/nav.jpg);
	padding-top: 21px; /* same as height of #example-nav */
	text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#nav-ov {
	width: 70px;
}
#nav-ov:hover {
	background-position: 0px -21px;
}
#nav-fp {
	width: 76px;
	background-position: -70px 0;
}
#nav-fp:hover {
	background-position: -70px -21px;
}
#nav-l {
	width: 66px;
	background-position: -146px 0;
}
#nav-l:hover {
	background-position: -146px -21px;
}
#nav-c {
	width: 66px;
	background-position: -211px 0;
}
#nav-c:hover {
	background-position: -211px -21px;
}
body {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	color: #555555;
}

p {
	font-size: 11px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 130%;
}

.features
{
	font-size: 13px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 130%;
	font-weight:bold;
}

em {
	font-size: 11px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	line-height: 130%;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 8px;
	padding-bottom: 2px;
	margin:0px;
}

hr {
color: #666;
background-color: #666;
height: 1px;
width:90%;
}

.mousetypeleft {
	font-size: 9px;
	margin:0px;
	padding:0px;
	float:left;
	color:#CCCCCC;
}
.mousetyperight {
	font-size: 9px;
	margin:0px;
	padding:0px;
	float:right;
	color:#CCCCCC;
}
.mousetyperight2 {
	font-size: 9px;
	margin:0px;
	padding:0px;
	text-align:right;
	color:#CCCCCC;
}

#borderbox {
	width:445px;
	height:78px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

/* links -------------------- */

a:link {
	color: #B25538;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #B25538;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7F2006;
	font-weight: bold;
	text-decoration: none;
}



a:active {
	color: #B25538;
	font-weight: bold;
	text-decoration: none;
}

/* links -------------------- */