﻿/*-----Entire Page / Backgorund-----*/
body {
  background-color: #ad9d5b;
  font-family: trebuchet ms, arial, sans serif;
}
/*----------------------------------*/

/*-----Navigation (Left)-----*/

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;
	
}
/*----------------------------------*/

/*-----Content (Right)-----*/
#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;
}

#main_index {
	position:absolute;
	left: 15px;
	top: 15px;
	/*padding-left:15px;*/
		background-color: #ad9d5b;
	margin-left:157px;
	text-align:left;
	width:811px;
	height: 550px;
	font-family: trebuchet ms, arial, sans serif;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
		/*padding-left: 10px;*/
}

#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;

}
#screen_foot {
		position:absolute;
		width:700px;
		height:17px;
	    left:180px;
		top: 528px;
		text-align: center;
		}
#menu_foot {
	
		width:140px;
		height:60px;
		top: 400px;
		left: 6px;
		text-align: center;
		font-size:90%;
		line-height:inherit;
		}
		
#screen_desc_foot {
		float:inherit;
		width:700px;
		height:60px;
	    left:180px;
		text-align: center;
		}
/*----------------------------------*/		
/*-------- Text -------------*/
#main h2
{
	border-bottom: 1px solid #806E4B;
	font-family: trebuchet ms, arial, sans serif;
	font-weight: 100;
	letter-spacing: 3px;
	font-size: 130%;
	text-align: right;
}

#main h3
{
	font-family: trebuchet ms, arial, sans serif;
	font-size: 110%;
	text-align: left;
	line-height:10px;
}

.small{
	font-size:70%;
	line-height:95%;
}

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;
}
/*----------------------------------*/
/*------Images and Tables-----------*/

img
{
	border: 0px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

img.foot {
    display: block;
    margin-left: auto;
    margin-right: auto; 
    }

img.page {
	text-align:center;
    display:block;
    margin-left: 0px;
}

img.left{
margin: 0px 10px 10px 0;
float:left;
}

.centered
    {
      text-align:center;
    }
    
.left{
	text-align:left;
	
}

.right{
	text-align:right;
	line-height:10px;
	
}

.contactpic {
margin: 10px 10px 5px 0;
width:129px;
height:129px;
top:70px;
left: 50px;
position:absolute;
}

</style>
