
#container {
	position:relative;	
	top: -10px;
	left: -10px;
	width:800px;
}
#header {
	width:723px;
	height:158px;
}
#nav {
	margin-top: 2px;
	float:left;
	width:93px;
	height:157px;
	z-index:10;
}
#content {
	position:relative;
	margin:0 0 0 144px;
	width:545px;
	background-color: #736194;
	padding: 30px 10px 10px 20px;
	font: 1.15em Georgia, Helvetica, sans-serif;
	color:#FFFFFF;
}

#content a {color:#FFFFFF; text-decoration:none; border-bottom: dashed  1px #FFFFFF; }
#content a:hover {color:#FFFFFF; text-decoration:none; border-bottom: solid 1px #FFFFFF;}

#sidebar {
	float: left;
	width:50px;
	background-image: url(../images/final-design_14.gif);
	height:600px;
}
body {
	background-color: #000000;
	background-image: url(../images/final-design_bg.gif);
	}
	
#details { 
	background-color:#FFFFFF;
	color:#000000;	
	}

#feature {
	margin-top:-30px;
	}

.featuretitle {
	font-size: 2.5em;
	font:"Trebuchet MS", Georgia, sans-serif;
	letter-spacing: -2px;
	color:#CCCC00;
	}
	
.featurename {
	font-size: 2em;
	font:"Trebuchet MS", Georgia, sans-serif;
	letter-spacing: -2px;
	color:#FFFFFF;
	margin:20px 0 0 0;
	}

.featureimage {
	text-align:center;
	}
	
legend {color:#FFFFFF;}