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

body{
	margin:0px;
	padding:0px;
	background:url(images/site-bg.gif) top repeat-x;
	background-color:#e7e7e6;
}

#site {
	width: 790px;
	margin:0px auto;
	background-image:url(images/content-bg.gif);
}
#header{
	width:790px;
	height:216px;
	background-image:url(images/header.jpg);
}
#subheader{
	width:790px;
	height:47px;
	background-image:url(images/sub-header.jpg);
	text-align:center;
}
#subheader p{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	letter-spacing:3px;
	padding:10px;
}

#menu{
	float:left;
	width:191px;
	margin:10px 0px 0px 6px;
}

#content{
	float:right;
	width:550px;
	padding:10px 20px 0px 0px;
}

#contentF{
	z-index:10px;
	float:right;
	width:586px;
	margin:-3px 7px 0px 0px;
}

#footer{
	clear:both;
	background-image:url(images/footer.jpg);
	height:23px;
	width:790px;
	}

/* MENU SETUP */
#menu ul{

}
#menu li{
	background-image:url(images/menu-button.gif);
	width:191px;
	height:31px;
	list-style:none;
	margin:4px 0px;
}
#menu li{font-family:"Times New Roman", Times, serif;}

#menu li a{
	font-style:italic;
	font-weight:bold;
	padding:3px 0px 0px 10px;
	color:#FFFFFF;
	letter-spacing:1px;
	text-decoration:none;
}

#menu li a:hover{text-decoration:underline;}

/* FONT STYLES */

#content p, table td, #content li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content p, table td{
	padding:4px 0px 12px;
	line-height:170%;
}
#content ul{padding-left:20px;}
#content li{
	padding:0px 0px 6px 0px;
	line-height:170%;}

h1, h2, h3{
	font-family:"Times New Roman", Times, serif;
	padding:10px 0px;
	letter-spacing:-1px;
}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:18px;}






