body {
	background-color:#663300;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
	height:auto;
	
	}
#content {
	border:0px solid white;
	}
#header {
	width:1000px;
	background-color:#faf2e2;
	height:132px;
	padding:0;
	margin:0 0 20px 0;
	}
#featured {
	width:860px;
	padding:0;
	margin:0;
	float:right;
	
	}
	
#featured img {
	width:200px;
	height:200px;
	display:inline;
	margin:5px;
	}
#sidebar {
	width:140px;
	float:left;
	color:#fff;
	}
#sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#sidebar ul li a {
	color:#fff;
	text-decoration:none;
	}
#sidebar ul li {
	line-height:24px;
	}
#sidebar ul li a:hover, #sidebar p a:hover {
	background-color:#faf2e2;
	color:#663300;
	}
#sidebar p a {
	color:#fff;
	}
a img {
	border:none;
	}
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
#address {
	width:150px;
	float:right;
	margin-right:150px;
	}
#logo {
	width:334px;
	float:right;
	margin-right:150px;
	}
#portfolio {
	width:200px;
	float:right;
	}
h2 {
	font-size:18px;
	font-weight:700;
	}
h3 {
	font-size:14px; 
	font-weight:600;
	}
.headerlink a {
	color:#663300;
	text-decoration:none;
	}
.headerlink a:hover {
	text-decoration:underline;
	}
#footer {
	width:1000px;
	text-align:center;
	margin:0 auto;
	}
#footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#footer ul li {
	display:inline;
	padding:0 10px;
	
	}
#footer ul li a, #footer p a, #footer p {
	color:#faf2e2;
	text-decoration:none;
	font-size:11px;
	}
#footer ul li a:hover, #footer p a{
	text-decoration:underline;
	}