/* newindex */

*{
	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;
background-color: white;
}
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-bottom: 15px;
}
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;
}
#WhoWeAre{
        float: right;
        margin: 0px 0 0 20px;
	width: 280px;

}
#TopPhoto{
padding: 0 0 15px 0;
}
#WhoWeAreBox{
display: block;
width: 250px;
background-color: #FEEF9A;
padding: 15px;
margin: 15px 0 0 0;
line-height: 25px;
text-align: left;
font-size: 11px;
}
#seeTheFullCalendar{
margin: 20px 0 0 0;
}
#NewsBox{
margin: 30px 0px 0 0;
width: 350px;
padding: 0 0px 0 0;
background-color: white;
}

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

/*** 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;
}

