/* CSS Document */

body {
margin: 0;
font-family: tahoma, arial;
}

.home{
background-image:url(images/bg7.jpg);
}

.about{
background-image:url(images/bg1.gif);
}

.faq{
background-image:url(images/bg4.gif);
}

.test{
background-image:url(images/brick2.gif);
}

.photo{
background-image:url(images/bg6.gif);
}


#main-wrapper{
width:900px;
margin:0 auto;
border: 2px solid #000000;
}

#page-top{
float:left;
width:900px;
height:230px;
}

* {
margin: 0;
padding: 0;
}

<!-- #nav-bar{
float:left;
width:900px;
height:35px;
background-image:url(images/navbar_bg.gif);
border-bottom: 2px solid #000000;
}

#nav-bar ul{
list-style-type: none;
display:inline;
}

#nav-bar ul li{
display:block;
float:left;
width:150px;
height:35px;
background-image:url(images/link_bg.gif);
text-align:center;
}

#nav-bar ul li a{
font-size:.80em;
text-align:center;
font-weight:bold;
font-family:tahoma, arial;
color:#000000;
text-decoration:none;
} -->

#nav-bar{
float:left;
width:900px;
height:35px;
background-image:url(images/navbar_bg.gif);
border-bottom: 2px solid #000000;
}

#nav-bar ul{
list-style-type: none;
display:inline;
margin-left: 0px;
}

#nav-bar li{
display:block;
float:left;
width:150px;
height:35px;
background-image:url(images/link_bg.gif);
text-align:center;
}

#nav-bar a{
font-size:.80em;
text-align:center;
font-weight:bold;
font-family:tahoma, arial;
color:#000000;
text-decoration:none;
}

#nav-bar li.link a{
font-size:.80em;
text-align:center;
font-weight:bold;
line-height:1.5;
font-family:tahoma, arial;
color:#000000;
text-decoration:none;
}


#nav-bar ul li a:hover{
text-decoration:none;
color:#1A00FF;
}

#bottom{
float:left;
width: 900px;
height: 35px;
background-image:url(images/page_bottom.gif);
border-bottom: 2px solid #000000;
}

#content-wrapper{
float:left;
background-color:#EEEEEE;
}

#content-home{
float:left;
width:683px;
padding: 5px 5px 0px 5px;
font-size:.85em;
}

#content{
float:left;
width:890px;
padding: 5px 5px 0px 5px;
font-size:.85em;
}

#specials{
margin-top: 10px;
float:right;
width:200px;
border: 3px double #000000;
}

#specials h4{
background-color:#1A00FF;
color:#EEEEEE;
}

h1, h2, h3, h4, h5{
text-align:center;
}

.innertube{
padding: 0px 3px 0px 3px;
}

#footer{
background-color:#CCCCCC;
filter: Alpha(Opacity=75);
 	-moz-opacity: .75;
color:#000000;
float:left;
width:900px;
height:50px;
font-size:.80em;
text-align:center;
}

#footer a{
color:#003366;
text-decoration:none;
font-weight:bold;
}

#footer a:hover{
color:#993300;

}