/* Michael Cottrell Furniture Style Sheet */

body {
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #85683e;
	background: #514026 url(../images/bg.gif) repeat-x fixed;
	text-align: center;
	font-size: 62.5%;
	}

#title h1 {
	color: #ba9157;
	font-size: 2.5em;
}

#title h1 span {
	color: #ffffff;
}

#navbar {
	background: #3d301c;
	width: 860px;
	margin: 0 auto;
	text-align: center;
}

#navigation {
	width: 860px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
   }

#navigation li {
   float: left;
}

#navigation li a {
   display: block;
   background: #3d301c;
   width: 143px;
   text-align: center;
   color: #ba9157;
   text-decoration: none;
   padding: 3px 0;
   text-transform: uppercase;
   letter-spacing: 0.1em;
}

#navigation li a:hover {
	background: #3d301c;
	color: #E9A53F;
	text-decoration: underline;
}

#navigation li a.current {
	background: #85683e;
	color: #382E1B;
	font-weight: bold;
}


#feature {
	width: 816px;
	background: url(../images/feature.gif) repeat-x center;
	padding: 20px;
	margin: 0px auto 0px;
	text-align: center;
}

#content {
	width: 816px;
	background: #85683e;
	padding: 20px 20px 50px;
	margin: 0px auto;
	text-align: left;
}

#content p {
	color: #ede8e2;
	font-size: 1.5em;
	margin-top: 10px;
	line-height: 1.6em;
}

#content ul li {
	color: #ede8e2;
	font-size: 1.5em;
	margin-bottom: 6px;
}



#footer {
	margin-top: 20px;
	margin-bottom: 50px;
	color: #c49a5b;
	font-size: 2em;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#footer p span {
	color: #ffffff;
}

#footer a:link, #footer a:visited {
	color: #c49a5b;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}
#content h2 {
	color: #382E1B;
	font-size: 3em;
	margin-bottom: 0px;
	margin-top: 30px;
	font-weight: normal;
}
#web_design {
	padding-bottom: 20px;
}


a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
	}

#content ul {
	color: #ffffff;
}
#content .right {
	margin: 0px 0px 20px 20px;
	float: right;
}
#content .left {
	margin: 0px 20px 20px 0px;
	float: left;
}
#content .contact {
	font-size: 2em;
}
#content #photo_strip p em {
	color: #382E1B;
}
#web_design a img {
	border-style: none;
}
