/*
Theme Name: drew style


Version: 2.8
Author: Andrew Pawley

*/


* { margin: 0; padding: 0; } 
body{
background: url(imgs/bg1.gif) no-repeat center top;
color: #5e5248;
}
p{
margin:5px;}
#header{
clear: both;

}
p a{
text-decoration: none;
color:#5e5248;

border-bottom: 1px solid #5e5248;
}

p a:hover{
text-decoration: none;
color:#5e5248;

border-bottom: 1px solid red;
}


#header_img{
width:588px;
margin: 10px auto;
}

#nav{

min-height: 30px;
text-align: center;
}
#menu-outer {
	height: 30px;
background: #fff;
border-top:1px solid #9d9690;
border-bottom:1px solid #9d9690;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-list {
	min-width: 0px;
	list-style: none;
	padding-top: 6px;
	}
	ul#horizontal-list li {
		display: inline;
		text-transform: uppercase;
		margin:0px 10px 0px 10px;
	}
	ul#horizontal-list li a{
		text-decoration: none;
		color: #9d9690;
	}
	ul#horizontal-list li a:hover{
	
		text-decoration: none;
		color: #9d9690;
		border-bottom:2px solid #9d9690;
	}

#maincontent{
width: 960px;
margin: auto;
clear: both;
text-align: justify;
}
#footer{

color:#9d9690;
text-align: center;
margin:60px auto;

}
h2{
text-transform: uppercase;
color:#9d9690;
font-size: xx-large;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #9d9690;
width: 100%;
}
h3{
text-transform: uppercase;
color:#9d9690;
font-size: large;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #9d9690;
width: 100%;
margin:10px auto;
}