body
{
text-align: center;
background-color: black;
padding: 1em;
font-family: Verdana;
font-size: 8pt;
}

#wrap
{
width: 900px;
height: 550px;
border: 1px solid black;
background-color: white;
margin: 0 auto;
}

#top
{
background-color: black;
width: 900px;
height: 80px;
}

#toptext
{
background-color: black;
width: 900px;
color: #A7ECF1;
text-align: left;
}

#middle
{
width: 900px;
height: 400px;
}

#middleleft
{
float: left;
width: 170px;
height: 400px;
vertical-align: bottom;
position: relative;
background: #fff;
}

#middleleft1 {
	position: absolute;
	top: 0;
	left: 0;
}
ul#nav {
	margin: 120px 20px;
	
}
ul#nav li {
	list-style: none;
	margin: 20px 0;
	text-align: right;
}
#middleleft2 {

font-weight: bold;
font-family: Georgia;
line-height: 80%;
font-size: 9pt;

}

#middleleft3
{
position: absolute;
	bottom: 0;
	left: 0;
}


#middleleft3 img {position: absolute; bottom: 0;}

#middleright
{
float: right;
width: 730px;
height: 400px;
background-color: #2D1600;
overflow: auto;
text-align: right;
}

#middleright1
{
float: left;
width: 150px;
height: 400px;
background-color: #664400;
border: 5px solid #2D1600;
border-top: none;
border-bottom: none;
overflow: auto
}

#middleright2
{


height: 370px;
background-color: white;
text-align: left;
padding: 15px;
overflow: auto;
}

#bottom
{
background-color: black;
width: 900px;
height: 100px;
color: #A7ECF1;
}



a:link 
{ 
color: black;
text-decoration: none;
}

a:visited { text-decoration: none; color: black;
}

a:active { color: #A7ECF1; text-decoration: none;}

a:hover
{
color: #A7ECF1;
text-decoration: none;
}
