body {
		font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
		background-color: #000;
}

body.info #middle {
	padding: 0px 20px 0px 20px;
	width: 600px;
	background-color: #fff;
}

body.text {
	background-color: #eee;
}

#middle p {
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper { 
 margin: 0 auto;
 width: 930px;
}

#header {
 width: 920px;
 float: left;
 padding: 0px;
 margin: 10px 0px 5px 0px;
}

#left { 
 margin: 0px 20px 0px 0px;
 padding: 0px;
 width: 120px;
 float: left;
}

#middle { 
 float: left;
 color: #333;
 background: #F2F2E6;
 margin: 0px;
 padding: 0px;
 width: 640px;
 display: inline;
}

#right { 
 margin: 0px 0px 0px 20px;
 padding: 0px;
 width: 120px;
 float: left;
}

#nav {
	text-align: right;
	margin-bottom: 12px;
	margin-right: 140px;
}

#nav li {
	display: inline;
	text-transform: uppercase;
	color: #818181;
}

#nav a:hover {
	color: #999;
	background: url(../images/over.gif) no-repeat center bottom;
}

#nav a {
	padding-bottom: 12px;
	text-decoration: none;
}

.on {
	color: #ccc;
}

.text .on {
	color: #000;
}

.text #nav a:hover {
	background: url(../images/text-on.gif) no-repeat center bottom;
}

.text #footer {
	color: #000;
}

.description {
	background-color: #222;
	color: #fff;
	padding: 6px 28px 6px 28px;
	text-align: left;
}

.reviews {
	background-color: #333;
	color:  #fff;
	text-align: left;
	padding: 6px 28px 6px 28px;
}

#footer { 
 width: 900px;
 clear: both;
 margin: 0px;
 padding: 8px 0px;
}

#caption {
	text-align: left;
	margin-left: 140px;
	font-size: .8em;
}

.little {
	font-size: .6em;
	position: relative;
	top: -.4em;
}

.edge {
	background: #c88156 url(../edge/edge.jpg) repeat-y left top !important;
	color: white !important;
	padding: 20px !important;
	width: 600px !important;
}

.edge p {
	margin-right: 250px !important;
}

