body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #B3AAFE;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background: #FFFFFF url("http://cassetteconverters.com/images/bgwide.png") repeat-y top; border: none;
	border: none;
	margin: 37px auto;
	width: 770px;
	}

#header {
	background: #FFFFFF url("http://cassetteconverters.com/images/header.png") no-repeat bottom center;
	margin: 0 0 0 0;
	height: 262px;
	width: 770px;
	}


#footer {
	background-color: white;
	background: #FFFFFF url("http://cassetteconverters.com/images/footer.png") no-repeat top;
	height: 50px;
	border: none;
	}

#page_content {
	padding: 0 0 5px 38px;
	margin: 30px 0 0;
	width: 691px;
	color: #08124D;
	}

.title {
	text-align: center;
	font-weight:bold;
	line-height: 1.8em;
	font-size: 1.6em;
}

.entry {
	margin: 20px 0 0;
	text-align: justify;
	line-height: 1.4em;
	font-size: 1.2em;
}


h1 {
	font-family: 'Trebuchet MS';
	font-weight: bold;
	}

h1 {
	font-size: 14.8em;
	text-align: center;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration:underline;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	line-height: 40px;
	}

#footer p {
	margin: 0;
	text-align: center;
	color: #000066;
	}

#nav_bar {
	height:30px;
	width: 754px;
	margin: -15px auto;
}

.nav ul {
	position:relative;
	list-style:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:754px;
	hight:40px;
	margin:0 auto;
	position:right;
	bottom:15px;
	top:7px;
	left: 2px;
	}

.nav li {
	float:left;
	text-align:center;
	width:107.5px;
	}

.nav a {
	color:#FFFFFF;
	background: #151B8D url(http://cassetteconverters.com/images/nav.png) no-repeat;
	background-position:top right;
	height:40px;
	display:block;
	font-size: 1.4em;
	font-weight:bold;
	}

.nav a.single {
	line-height:40px;
	}

.nav a.double {
	line-height:18px;
	}

.nav a.selected {
	background-position:bottom right;
	}
	
.nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background-position:bottom right;
	}

.nav a.single_end {
	line-height:40px;
	background-position:top left;
	}

.nav a.single_end:hover {
	line-height:40px;
	background-position:bottom left;
	}


