#Container  {

width:900px;

}


#header{

width: 900px;
height: 100px;
background-image: url(Header.jpg);
Position: relative;

}



#horizontalnav {

width:896px;
height:30px;
position: relative;
background-image: url(background.jpg);
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
}
.navlinks {

position: absolute; top: 4px; left: 80px;

}

.navlinks ul {
margin: auto;
}

.navlinks li {

margin: 0px 18px 0px 0px;
list-style-type: none;
display: inline;
}

.navlinks li a {

color: #800000;
padding: 5px 12px 7px;
font-weight: bold;
text-decoration: none;
font-size: 16px;
font-family: Arial;
}

.navlinks li a:hover{

color: #FFFFFF;
background-color: 900000;
text-decoration: underline;

}


#header p {

Color: #000000;
font-family: Arial;
font-weight: bold;

}

#leftnav {
position:relative;
float: left;
width: 160px;
height:625px;
background-image : url(Black.jpg);
border-right: 1px solid #694717;

}

.leftnavlinks {
position: absolute; top: 10px; left: 1px;

}

.leftnavlinks ul {

margin: auto;

}

.leftnavlinks li {

margin: 0px 0px 15px 0px;
list-style-type: none;

}

.leftnavlinks li a {

color: #8ooooo;
padding
: 5px;
text-decoration:none;
font-size: 16px;
font-family: Arial;

}

.leftnavlinks li a: hover{
color: #ffffff;
background-image: url(Background.jpg);

}

#leftnav a {

Color: #FFFFFF;
text-decoration:underline;
font-weight:bold;
font-family: Arial;
font-size: 14px;

}

#leftnav a: visited {

color: #000000;
text-decoration: underline;
font-weight: bold;

}

#leftnav a:hover {

color: #800000;
background-image: url(Background.jpg);
text-decoration: none;
font-weight: bold;

} 






#rightnav {
float: right;
width: 140px;
height:625px;
background-image: url(Right.jpg);
border-left: 1px dashed #694717;

}


#body {
width 600px;
height:625px;
padding: 0px, 0px, 0px, 0px;
background-image: url(Bodybg.jpg);
}

.textstyle {
text-align:left;
text-indent:50px;
font-weight:bold;
color: #8ooooo;
padding
: 15px 161px 10px 181px;
text-decoration:none;
font-size: 16px;
font-family:Serif;
}

.plainstyle {
text-align:left;
color: #8ooooo;
padding
: 15px 161px 10px 181px;
text-decoration:none;
font-size: 16px;
font-family:Serif;
}

#footer {
clear: both;
background-color: #D1C0A7;

}

