/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x repeat-y;
}
div#main{
	width:800px;
	margin:auto;
	background-color: #9e9380;
	font-family:Arial, Helvetica, sans-serif;
}
div#content{
	font-size:.75em;	
}
div#content p{
	margin: 35px;
}
div#content img{
	float:right;
	border:thin #000000 ;
	margin:15px;
}
div#contact{
	font-size: 1.25em;
	margin: 1em auto;
	background-color: #9e9381;
}
/*div#contact p{
	margin-left: 5em;
}*/
/*This section deals with the placement of the menu on the page.*/
#header{
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	z-index:10000;
	margin:0px;
	width:800px;
	height:105;
	text-align:left;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #9e9381;
}
/* I need to look more closely at this one! */
#FWTableContainer593893908 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:absolute;
	z-index:10000;
	margin:0px;
	left: 465px;
	top: 10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	font-size: 0.75em;
	line-height: 1.40em;
	background-color: #9e9381;
	width:auto;
	height:auto;
}
#FWTableContainer593893908 a{
	color:#aa4107;
	text-decoration:none;

}
#FWTableContainer593893908 a:hover{
	color: #FFFFFF;
}

