/* Structure.css */
*{
	margin:0;
	padding:0;
	outline:0;
	background:transparent;
	border:0;
}
body{
	background-image: url(../images/background-body.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
background-color: #EEE5BA;
}
#Wrapper{
	Width: 740px;
	margin: 0 auto;
	Background-color: white;
}


/*** Top Navigation   *************************/
#Nav{
	list-style-type: none;
	background-color: white;
	padding: 5px 0px 5px 35px;
}
#Nav li{
	Display: inline;
}
#Nav li a{
	text-decoration: none;
	padding: 4px 9px 6px 9px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #997748;
}
#Nav li a:hover{
	color: #D19B5C;
}

/*** General page descriptors  ************/
#Content{
	padding: 25px 25px 0px 40px;
        width: 675px;
        position: relative;
}
h1{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: white;
	font-weight: lighter;
	padding: 0px 0 0 50px;
	letter-spacing: 0px;
}
h2{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	color: #8ABC21;
	padding: 25px 0 15px 0;
}
h3{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: Black;
	padding-bottom: 3px;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: Black;
	font-weight: lighter;
	line-height: 18px;
	padding-bottom: 10px;
}
#TopPhoto{
float: right;
margin: 0px 25px 0px 25px;
padding: 60px 0 20px 20px;
}
#WhoWeAre{
        float: right;
        margin: -60px 0 0 0px;
	width: 190px;
        line-height: 25px;
        text-align: left;
}
#NewsBox{
        margin: 30px 0px 0 0;
	width: 390px;
        padding: 0 200px 0 0;
	background-color: white;
	padding: 20px;
}

/*** Link Descriptions ***************************/
a{
color: black;
}
a:hover{
color: #8ABC21;
}
a h2{
color: #8ABC21;
}
h2 a{
color: #8ABC21;
}

/*** Bottom Navigation   *************************/
#Footer{
clear: both;
font-family: "Trebuchet MS", sans-serif;
margin: 20px 0 0px 0;
padding: 0 0 10px 0;
}
#FooterNav{
list-style-type: none;
background-color: white;
text-align: center;
}
#FooterNav li{
Display: inline;
}
#FooterNav li a{
text-decoration: none;
padding: 0px 13px 6px 13px;
font-size: 14px;
font-weight: bold;
color: #333333;
}
#Copyright{
Background-color: #8ABC21;
color: white;
text-align: center;
height: 25px;
Width: 100%;
Font-size: 11px;
padding-top: 5px;
}