body
{ 
background: url(images/bodybg.jpg);
 margin-top: 20px;
background-color: #000032;

}

body,
html {
    margin:20px;
    }


td {
	font-family: Georgia, Palatino, Times New Roman, serif;
	font-size: 12px;
	color: #f0f0f0;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

p {
	font-family: Georgia, Palatino, Times New Roman, serif;
	font-size: 12px;
	letter-spacing: .5px;
	color: #f0f0f0;
	vertical-align: top;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
h1 {
	font-family: Georgia, Palatino, Times New Roman, serif;
	font-size: 22px;
	color: #f0f0f0;
	font-weight: bold;
	text-indent: 0em;
	
}

blockquote {
text-indent: 0em;
	
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ee7256;
	font-weight: bold;
	
}



h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #892339;
	font-weight: bold;
	text-align:center;
}



	a
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffcc99;
	
	}




#wrap {
/*   background: url(images/wrapbg.jpg);*/
	background: #000032;
	width:700px;

	margin-left: 20px;
	margin-right: 20px;
    }

#header {
    background:#000032;

	top: 20px;
    }
#header h1 {
 padding:5px;
    margin:20px;
	
    }

#main {
/*   background:#f0f0f0;*/
background: url(images/mainbg.jpg);
    float:right;
   	width:490px;
height:500px;
padding: 5px;
OVERFLOW: auto;
scrollbar-base-color:#000033;
scrollbar-3dlight-color:#000033;
scrollbar-arrow-color:#c8c8c8;
scrollbar-base-color:#000033;
scrollbar-darkshadow-color:#000033;
scrollbar-face-color:#000033;
scrollbar-highlight-color:#000033;
scrollbar-shadow-color:#000033;

    }

#main h2, #main h3, #main p {
    padding:5px 10px;
    }
#sidebar {
    background: url(photos/savannah.jpg);
background-repeat: no-repeat;
    float:left;
    width:200px;
    

    }

#sidebar img {
	
text-align:center;
position:relative;
top: 197px;


}

#sidebar ul {
    margin-bottom:0;
    }
#sidebar h3, #sidebar p {
   padding:0 10px 0 0;
    }

.imgtext {
    font-style: oblique;
	color:#ffcc99;
    position:relative;
    margin:5px;
	padding: 10px;
    top: 197px;
text-align:left;

}





#footer {
    background:#c8c8c8;
text-align: center;
height: 20px;
	clear:both;
	color: #000032;
    }

#footer p {
    padding:5px;
    margin:0;
    }

#nav ul{
    /*margin:0;
    padding:0;
	float: right;*/
	
    list-style:none;
    }
#nav li{
    display:inline;
   /* margin:0;
    padding:0;*/
    }

#nav li a:after
{
content: " » " ;
}

#nav {
    top: 20px;
    padding:5px;
    }

