/* Smooth Jazz Css */

body{
background-image: url(bkgrnd.jpg);

}

#banner{
background-image:url(banner.jpg);
background-repeat:no-repeat;
width:900px ;
height:217px;
margin: 0 auto;
}

/*----------Nav Bar Styles--------*/


#banner ul {
font-family:"Times New Roman", Times, serif;
list-style: none;
margin: 0;
padding:0;
}
#banner ul li {
float:left;
}

#banner ul a{
padding-top:183px;
font-size: 16px;
line-height:1.5em;
text-decoration:none;
float:left;
display:block;
color:#2C1F0A;
padding-left: 23px;

}

/*-------------End Nav Styles-----------*/

#container{
position:relative;
width: 900px;
height: 564px;
margin: 0 auto;

}
#maincontent{
background-color:#9B6701;
width:648px;
height:554px;
margin-left: 120px;
padding-left: 6px;
padding-top: 10px;
}

#leftsidebar{
position:absolute;
background-image: url(side_bars.jpg);
width: 125px;
height:564px;
top: 0;
left: 1px;
}



#rightsidebar{
position:absolute;
background-image: url(side_bars.jpg);
width: 125px;
height:564px;
top: 0;
right: 1px;
}

#footer{
	background-image:url(images/footer_filler.jpg);
	background-repeat:repeat-x;
	height: 50px;
	width: 893px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left: 5px;
	padding-top: 2px;
	margin-left: 1px;
	text-decoration:none;
	color:#000000;
	
	

}
#contactinfo {

	text-align:center;
}
#iframe {
	margin-top: -8px;
	margin-left: -2px;
}
