@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E0E0E0;
}

#container {
	margin: 0 auto;
	width: 890px;
	}
	
#navigation {
	float: left;
	width: 199px;
	height: 358px;
	background-color: #1a1a1a;
	}

#featured {
	float: right;
	width: 691px;
	height: 358px;
	}

#featuredtitle {
	clear: both;
	}

blockquote {
	padding-right: 50px;
	}