*, html {
	margin: 0;
	padding: 0;
}
body{
	background: #FFF url('pic/pattern1.gif');
	text-align: left;
	
}
a:link, a:visited, a:hover{
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}
a:hover{
	text-decoration: underline;
}
p{
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12;
	text-align: left;
}
img{
	border: 0;
}
#logo{}
#main{
	background: url('pic/layer1.png') repeat-y;
	margin: 0 auto;
	float: left;
}
#banner{
	background: url('pic/banner1.png') no-repeat;
	height: 121px;
	width: 910px;
	float: left;
}
#leftbox{
	width: 345px;
	margin: 5px 0 0 10px;
	float: left;
	clear: left;
}
#centerbox{
	width: 255px;
	margin: 5px 0 0 10px;
	float: left;
}
#rightbox{
	width: 180px;
	margin: 5px 0 5px 10px;
	text-align: right;
	float: left;
}
#largebox{
	width: 610px;
	margin: 5px 0 0 10px;
	float: left;
	clear: left;
}
#largebox p{
	text-align: center;
}
#bottom{
	background: url('pic/bottomcopyright.gif') no-repeat;
	width: 796px;
	height: 33px;
	clear: left;
	float: left;
}
#bottom p{
	font-size: smaller;
	padding: 9px 0 0 21px;
}
#rightboxfixed{
	text-align: center;
	width: 128px;
	top: 220px;
	left: 680px;
	position: absolute;
}
#nav{
	/*width: 500px;*/
	color: #FFFFFF;
	position: absolute;
	top: 83px;
	left: 0px;
}
#nav li{
	list-style: none;
	float: left;
}
#nav li a{
	display: block;
}
.textbox, .textboxbig{
	border: dashed 1px;
	border-color: #1c1c1c;
	float: left;
	margin: 0 0 10px 0;
	text-align: left;
}
.textbox p, .textboxbig p{
	padding: 5px 11px 5px 11px;
	background: url('pic/textbox_pattern_test.png');
}
.textbox img, .textboxbig img{
	display: block;
}
.textboxbig{
	width: 600px;
}
.textbox{
	width: 345px;
}
.textbox li{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style: none;
	padding: 0 10px 0 10px;
	background: url('pic/textbox_pattern.gif');
}
.photobox, .photoboxclip{
	margin: 0 0 10px 5px;
	background: url('pic/pattern2.png');
	float: left;
	display: block;
}
.photobox p, .photoboxclip p{
	text-align: center;
	font-size: smaller;
	padding: 0 0 5px 0;
}
.photoboxclip{
	width: 720px;
	clear: left;
}
.photobox img{
	padding: 10px 10px 0 10px;
}
.groupinfobox{
	width: 345px;
	float: left;
	margin: 0 0 10px 0;
}
.groupinfobox .textbox{
	margin: 0 0 5px 0;
}
.mapbox{
	float: left;
	margin: 0 0 10px 0;
}
.mapbox .photobox{
	margin: 0 0 0 15px;
}
#nav div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #3B3B3B;
}
#nav div a{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #000;
	font-size: smaller;
	font-style: normal;
}
#nav div a:hover{
	background: #b8d192;
	color: #FFF;
}





