/* Michael Cottrell Furniture Style Sheet */

h1 {
	margin: 18px 0;
	padding: 0;
}

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;
}

#title p {
	color: #ba9157;
	font-size: 2.5em;
	font-weight: bold;
	margin: 18px 0;
	padding: 0;
}

#title p 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: #D1C5B5;
    font-size: 1.5em;
    margin-top: 0px;
    line-height: 1.6em;
}

#content ul li {
    color: #D1C5B5;
/*	color:: #ede8e2;
*/    font-size: 16px;
    margin-bottom: 4px;
}

#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 h1 {
	color: #EDE8E2;
	font-size: 30px;
	;
	margin-bottom: -10px;
	font-weight: normal;
	margin-top: 36px;
	}
	
#content h2 {
	color: #382E1B;
	font-size: 3em;
	margin-bottom: 10px;
	margin-top: 26px;
	font-weight: normal;
}
#web_design {
    padding-bottom: 20px;
}


a:link, a:visited {
    color: #D1C5B5;
    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 .listleft {
	margin-right: 30px;
	float: left;
}

#content #action {
	text-align: center;
	padding: 14px;
	clear: both;
}

#content .contact {
    font-size: 2em;
}
#content #photo_strip p em {
    color: #382E1B;
}
#web_design a img {
    border-style: none;
}
#content .home_gallery img {
	margin-right: 20px;
	margin-bottom: 20px;
	border: none;
}

