body {
        background: url(background.jpg) #000000 ;
        font-family: "Palatino Linotype", geogia, arial, sans-serif;
        color: white;
        
       }
#container {
	
	width: 700px;
        margin: 0 auto;
}
#header {
	height: 506px;
	background: url(header.jpg) no-repeat;
}
#footer {
	background: url(footer.jpg) no-repeat;
	height: 93px;
	clear: both;
}
#content {
	width: 700px;
	float: right;
	margin-top: 500px;
	padding-right: 0px;
        text-align: left;
        background: url(bg-y.jpg) repeat-y;
 

}
.navigation {
	width: 700px;
        margin-top: -30px;
	padding-right: 0px;
        background: url(links.jpg) repeat-x;
        height: 50px;
}

.tabs{
width: 700px;
overflow: hidden;
height: 50px;
}

.tabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font:  16px "batik regular", eurostile, sans-serif;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
color: white;
background: #000000 url(links.jpg); /*background of tabs (default state)*/

}

.tabs li a:visited{
color: white;
}

.tabs li a:hover, .tabs li.selected a{
background: black url(hover.jpg); /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
height: 50px;
}

.head{
font-size: 20px;
color: #7f0000;
font-family: "batik regular", garamond, sans-serif;
text-align: right;
}


h1{
font-size: 20px;
color: black;
font-family: "batik regular", garamond, sans-serif;
text-align: right;
background: white;
height: 24px;
width: 680px;
border-bottom: 2px #7f0000 solid; 
padding: 0px; 
}

h2{
font-size: 15px;
color: white;
font-family: "Palatino Linotype", georgia, sans-serif;
text-align: right;
width: 680px;
background: url(subheader.jpg);
height: 15px;
padding: 0px;
}

.content{
line-height: 18px;
color: black;
background: url(content.jpg) #d8e2be top right no-repeat;
display: block;
font-size: 12pt;
width: 611px;
text-align: left;
border: #b5cd97 2px solid;
margin: 0 auto;
}

#small{
width: 680px;
float: left;
margin-top: 0px;
padding-left: 10px;
text-align: left;
}

strong{
color: #7f0000;
}

em{
color: white;
}

u{
border-bottom: #7f0000;
}

a:link, a:visited{
text-decoration: none;
color: #7f0000;

}



a:hover{

text-decoration: none;
color: #c7dacc;
border-bottom: black 1px dashed;

}

#footerposition{
width: 650px;
color: #c7dacc;
font-size: 20px;
}



