﻿body {
  background-color: #ad9d5b;
}

/*
#main {
		position:absolute;
		left: 12px;
		top: 12px;
		background-color: #ad9d5b;
		margin-left:0px;
		text-align:left;
		width:922px;
		height: 498px;	
		font-family: trebuchet ms, arial, sans serif;
		font-size: 90%;
		overflow:hidden;
		padding: 12px 12px 12px 12px;
}
*/

#main {
		/*position:absolute;*/
		/*left: 12px;*/
		top: 10px;
		background-color: #ad9d5b;
		margin-left:170px;
		text-align:left;
		width:770px;
		height: 550px;	
		font-family: trebuchet ms, arial, sans serif;
		font-size: 90%;
		overflow:hidden;
		padding: 15px 15px 15px 5px;
}

#screen_logo {
		position:absolute;
		width:90px;
		height:36px;
		left:410px;
		top: 12px;
		background-color: #ad9d5b;
		font-family: trebuchet ms, arial, sans serif;
		font-size: 90%;
		overflow:hidden;
}

#screen_img {
		position:relative;
		width:920px;
		height:400px;
		top:12px;
		background-color: #ad9d5b;
		font-family: trebuchet ms, arial, sans serif;
		font-size: 90%;
		text-align:center;
		overflow:hidden;
}

#screen_top {
		position:absolute;
		width:750px;
		left: 25px;
		background-color: #ad9d5b;
		font-family: trebuchet ms, arial, sans serif;
		font-size: 80%;
		margin-top: 6px;
		padding: 3px 0px 3px 0px;
		overflow:hidden;
}

#screen_title {
		position:relative;
		width:250px;
		height:17px;
		text-align: left;
		}

/*#screen_foot {
		position:absolute;
		width:250px;
		height:17px;
	    left:330px;
		top: 490px;
	
		text-align: center;
		}*/
		
		
		#screen_foot {
		position:absolute;
		width:700px;
		height:17px;
	    left:180px;
		top: 528px;
		text-align: center;
		}

img.logo {
	border:0px;
    }

img.foot {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    }

img.page {
	text-align:left;
    display:block;
    margin-left: 0px;
    border-bottom:12px;
	border-bottom-color:white;
}

#main h2{
	border-bottom: 1px solid #806E4B;
	font-family: trebuchet ms, arial, sans serif;
	font-weight: 100;
	letter-spacing: 5px;
	font-size: 130%;
	text-align: right;
}

#main h3{
	font-family: arial;
	font-size: 110%;
	text-align: left;
	line-height:10px;
}

body > #menu{
	position: fixed;
}


#menu
{
	float:left;
	width: 165px;
	height: 550px;
	left: 2px;
	top: 14px;
	overflow: hidden;
	background-color: #ad9d5b;
	text-align: center;
	font-size: 90%;
	line-height:20px;
}

#menutop
{
	width: 140px;
	height: 192px;
	text-align: center;
	margin: 0 auto;
	
}


a:link{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #000;
	text-decoration: underline;
}

a:active{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #000;
	text-decoration: none;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.small{
	font-size:80%;
}

/*------Images and Tables-----------*/
table.center {
	margin-left:auto; 
	margin-right:auto;
}

img
{
	border: 0px;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.centered
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }



</style>