* {
	margin: 0px;
	padding: 0px;
}


a img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	background-color: #A66D3F;
}


h2 {
	font-family: "Trebuchet MS", serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3c3809;
	text-decoration: none;
}

h3 {
	font-family: "Trebuchet MS", serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #3c3809;
	text-decoration: underline;
}

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-indent: 10px;
	text-align: justify;
	padding: 20px;
	margin: 0px;
	line-height: 25px;
}

	
#Outside_Box {
	background: #99CC99 url(img/bg.gif) no-repeat scroll center top;;
	
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#Outside_Box #logo {
	background-color: #99CC99;
	height: 200px;
	width: 800px;
	padding: 0px;	
}

#Outside_Box #logo #contactBox {
	float: right;
	padding: 0px;
	height: 200px;
	/*top: 15px;*/
	width: 550px;
	line-height: 1.5em;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.9ex;
	margin-right: 0px;
	margin-bottom: 0ex;
	margin-left: 0px;
}




#ornement {
	margin: 0px;
	height: 50px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	float: left;
	clear: none;
	position: absolute;
	background-image: url(../image4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}
#Text_Bottom {
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
}

#Text_Top {
	height: auto;
	width: auto;
	line-height:1.5em; 
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#Text_Photo_Top {
	height: auto;
	width: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 20px;
}


.Text_Photo_Top  h3 {
	font-family: "Trebuchet MS", serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	color: #3c3809;
	text-decoration: underline;
}

.Text_Photo_Top  h4 {
	font-family: "Trebuchet MS", serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #3c3809;
	padding-left: .4em;
}


#bodyArea1 {
	padding: 0px;
	height: auto;
	width: 800px;
	position: absolute;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../image5.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#bodyArea1 img.photo {
	border: 1px solid #999;
	padding: 5px;
	float: right;
	margin-left: 15px;
}

#bodyArea1 img.photo {
	border: 1px solid #999;
	padding: 5px;
}


img.floatLeft {
	float: left;
	margin-right: 15px;
	
}

img.floatRight {
	float: right;
	margin-left: 15px;
	
}
	

.lefttop
{
	width: 800px;
	height: 32px;
	margin: 0;
	padding: 0;
	background-image: url(../image4.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
}

.leftbottom
{
	width: 800px;
	/*min-height: 800px;*/
	margin: 0;
	padding: 0;
	background: url(../image5.gif);
	background-position:bottom;
	background-position:center;
	background-repeat:no-repeat;
	z-index: auto;
}
.mainText_Bottom p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
}
 
 
/*  miscellous style*/
 
 .clear { clear:both; }

/* NAVIGATION MENU --- Remove all margin and padding from the unordered list in the main menu. */

#main-menu ul {
	padding-top: 15px;
	padding-right: 0px;
	
	padding-left: 0px;
	background-color: #AF99B0;
	height: 25px;
	width: 800px;
	/*margin: 2px auto;*/
	text-align:center;
	background-position: center;
}

/* Remove bullets for each list item. Make each list item go horizontal instead of vertical. Add 5 pixels of margin to the left and right sides of each list item to space them away from eachother. */

#main-menu li {
list-style-type: none;
display: inline;
margin: 0 5px 0 5px;
}

/* Links within each list item will appear with white text and the text will not be underlined. */

#main-menu li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}


/* When the mouse hovers over a link, it will appear with brownish yellow text and the text will be underlined. Any links with a class of active will also appear the same way. */

#main-menu li a.active, #main-menu a:hover {
text-decoration: underline;
color: #000;
}
#Text_Bottom li {
	font-family: "Trebuchet MS", serif;
	font-size: 10pt;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
}
