html {overflow-y: auto;
      overflow-x:hidden;}

/* Body
----------------------------------------------- */
body { 
  	font-family:arial;
  	font-size:14px;
	text-align:left;
  	color:#4c593e;
  	width:100%;	
	background:#fff;
}


	p {font-family:arial; font-weight:normal; font-size:15px; margin:0px; line-height:20px;} 
	H1 {font-family:arial; font-weight:normal; font-size:22px; margin:0px; text-transform:uppercase; letter-spacing:16px;} 
	H2 {font-family:arial; font-weight:normal; font-size:18px; margin:0px; text-transform:uppercase; letter-spacing:1px;} 
	H3 {font-family:arial; font-weight:normal; font-size:16px; margin:0px;}
	H5 {font-family:arial; font-weight:normal; font-size:11px; margin:0px; line-height:13px;}
	.black {color:#000000}
	.white {color:#fff}
	.orange {color:#869577}	
	.orangedark {color:#869577}
	
	a.nav:link {text-decoration:none; font-family:arial; font-size:11px; color:#e7f1dd; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:4px;}
	a.nav:visited {text-decoration:none; font-family:arial; font-size:11px; color:#e7f1dd; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:4px;}
	a.nav:hover {text-decoration:none; font-family:arial; font-size:11px; color:#fff; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:4px;}	
	
	a.subnav:link {text-decoration:none; font-family:arial; font-size:12px; color:#342213; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:2px;}
	a.subnav:visited {text-decoration:none; font-family:arial; font-size:12px; color:#342213; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:2px;}
	a.subnav:hover {text-decoration:none; font-family:arial; font-size:12px; color:#342213; margin:0px 10px 0px 10px; text-transform:uppercase; letter-spacing:2px;}
	
	a.link:link {text-decoration:none; font-size:14px; color:#788768;}
	a.link:visited {text-decoration:none; font-size:14px; color:#788768;}
	a.link:hover {text-decoration:none; font-size:14px; color:#4c593e;}
	
	a.small:link {text-decoration: none; font-size:11px; color:#633a05; text-align:center;}
	a.small:visited {text-decoration: none; font-size:11px; color:#633a05; text-align:center;}
	a.small:hover {text-decoration: underline; font-size:11px; color:#3d2302; text-align:center;}
	
	a.footer:link {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#4c593e;}
	a.footer:visited {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#4c593e;}
	a.footer:hover {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#fff;}
	
	a.top:link {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#633a05; text-align:left;}
	a.top:visited {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#633a05; text-align:left;}
	a.top:hover {text-decoration:none; font-family:arial; font-weight:normal; font-size:11px; color:#3d2302; text-align:left;}


ol
{
	font-size:11px;
	text-align:left;
}

ul
{
	list-style:disc inside;
	font-size:12px;
	text-align:left;
} 


#mainContainer
{
	margin:0 auto;
	width:825px;
	height:100%;
}


#header
{
	margin:0 auto;
	width:825px;
	height:99px; 
	background:url('../images/header.gif') no-repeat center #fff;
}


#nav
{
	margin:0 auto;
	width:825px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:2px #fff solid;
	background-color:#afc29b;	
}


#contentContainer
{
	margin:0 auto;
	width:825px;
	height:auto;
	padding-bottom:30px;
	background:#dfedd1;
}

#spaceTop
{
	margin:0;
	float:left;
	width:825px;
	height:30px;
}

#spaceLeft
{
	margin:0;
	float:left;
	height:1px;
	width:20px;
}

#contentFull
{
	margin:0;
	float:left;
	width:765px;
	height:auto;
}

#contentMain
{
	margin:0;
	float:left;
	width:515px;
	height:auto;
}

#spaceMiddle
{
	margin:0;
	float:left;
	width:30px;
	height:1px;
}

#contentRightContainer
{
	margin:0;
	float:left;
	width:220px;
	height:auto;
	background-color:#fff;
	border:2px solid #f6cda2;
}

#contentRight
{
	margin:0 auto;
	margin-top:10px;
	width:200px;
	height:auto;
}

#spaceLeft
{
	margin:0;
	float:left;
	width:30px;
	height:1px;
}


#footer
{
	margin:0 auto;
	width:825px;
	padding-top:10px;
	padding-bottom:10px;
	height:40px;
	text-align:center;
	border-top:2px #fff solid;
	background-color:#afc29b;
	vertical-align:bottom;
}

.photoTB
{
	border:8px solid #fff;
	margin:8px;
}

.webTBdiv
{
	margin:10px;
	float:left;
	width:auto;
	height:auto;
}


