<!--CSS Stylesheet for Woodworx Interiors - Copyright 2008 Amanda Makepeace  -->

/* CSS Document */



/* Written by Amanda Makepeace - a4designs.com 2008 */



*{

padding:0;

margin:0;

}



body {

margin-bottom: 30px;

font-family:"Verdana";

font-size: 13px;

color: #333333;

background: #FFFFFF;

}



.container {

width: 803px;

background-color: #FFFFFF;

}



#nav{

width: 790px;

height: auto;

margin:0;

padding:0;

float:left;

}



#nav ul{

display:inline;

list-style:none;

}



#nav li{

display:inline;

text-align: left;

}



#nav a{

color:#333333;

font-size:14px;

margin-right: 10px;

text-decoration: none;

}



#nav a:hover{

color: #BOBOBO;

text-decoration:none;

}



#header {

width: 800px;

height: 150px;

background-image:url(images/banner2.jpg);

}



#content {

width: 800px;

font-size: 13px;

padding-top: 25px;

padding-left: 8px;

padding-right: 8px;

}



#footer {

width: 800px;

margin-top: 30px;

text-align: left;

border-top: 1px dotted #000000;

padding-top: 8px;

padding-bottom: 5px;

}



/* General Stuff */



h1 {

color: #999999;

}



h2 {

color: #8e8f8e;

}



h3 {

color: #8e8f8e;

}



h4 {

color: #333333;

}



h5 {

color: #333333;

}



a:link, a:visited {

color: #333333;

text-decoration: none;

}



a:hover {

color: #BOBOBO;

text-decoration: underline;

}



p {

padding-top: 10px;

}

