/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.25em;
font-family: Arial, Verdana, sans-serif;
background-image:url(images/body_bg.jpg);
font-size: .95em;
}

h3 {
font-size: 1.25em;
font-variant:small-caps;
letter-spacing: 2px;
color: #517B52;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(images/text_bg.jpg);
border-right: 3px double #336600;
border-left: 3px double #336600;
}

#topsection{
float:left;
height: 172px; /*Height of top section*/
}

#nav{
float:left;
width:800px;
height:30px;
background: #90B5B6;

}

#nav a{
float:left;
display:block;
margin-right:5px;
width: 140px;
height: 30px;
text-align:center;
line-height:2.25em;
text-decoration:none;
font-weight: bold;
font-size:.85em;
color: #000000;
border-right: 1px solid #517B52;
border-left: 1px solid #517B52;
background-image: url(images/link_bg.jpg);
}



#nav a:hover{
width: 140px;
height: 30px;
background-image: url(images/hover.jpg);
color: #456B96;
}

#contentwrapper{
float: left;
width: 800px;
background-image: url(images/text_bg.jpg);
}

#bottom{
float:left;
width: 100%;
height:25px;
background-image: url(images/bottomline.jpg);

}

#footer{
float: left;
width: 100%;
background: #90B5B6;
color:#CCFFCC;
font-size: .80em;
text-align: center;
padding: 4px 0px;

}

.paragraph{
color:#517B52;
text-transform:uppercase;
letter-spacing:2;
}

.call{
color:#517B52;
text-transform:uppercase;
letter-spacing:2;
font-size:1.25em;
}

#footer a{
color:#517B52;
font-size: .80em;
}

.innertube{

margin-top: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-right: 10px;
margin-left: 10px;
}

ul {
list-style-image: url(images/list_img.gif);
}

