body {
	margin: 0 0 0 0;
	background-color: Aqua;
	color:#000;
	font: 12px Verdana, sans-serif;
}
a {
	border: none;
}

#navcontainer {
	margin:0 20px;
	background-color: silver;
}
#navlist	{
	text-align: center;
	padding: 3px 0;
	padding-top:25px;
	margin: 0;
	border: 2px solid #778;
	font: bold 12px Verdana, sans-serif;
}
	
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
	
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
}
	
	#navlist li a:link { color: #448; }
	#navlist li a:visited { color: #667; }
	
#navlist li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
	
#navlist li a#current {
	background: white;
	border-bottom: 2px solid white;
}
	
div.content {
	padding: 0 10px 0 10px;
	border-left: 2px solid;
	border-right: 2px solid;
	background-color: #fff;
	margin: 0px 20px;
	border-bottom: 2px solid #000;
	/*border-top: 2px solid #000;
	top: 40px;
	position: relative;*/
}

/*li{
	display: block;
	padding-left: 20px;
}*/

#featured {
	/*background: Aqua;
	padding: 1px 1px 1px 1px;*/
	font-size: 12px;
	padding-top: 4px;
	margin-left: 30px;
}
#featured div.float {
	/* 220px(menu)+10px(padding)+260px(table)=490px+5pad (placement)*/
	position: absolute; left: 395px;
}
#featured div.table {
	/* 760px(res)-220px(menu)-20px(content)=520px/2=260*/
	width: 300px;
	height: 180px;
	border: 1px solid Black;
	background-color: White;
	padding: 5px 5px 5px 5px;
}
#featured span {
	float: right;
	width: 90px;
	text-align: left;
}
#featured img {
	border: 0px;
}
#featured a {

}

/* more info*/
#info {
	background-color: white;
	padding: 5px 10px;
}

#info td {
	color : Black;
	background-color : White;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : xx-small;
	padding-right: 5px;
}

#info td.title {
	color : Black;
	background-color : #DDE;
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : small;
	/*font-weight : bold;*/
}

#info a {
	color : Blue;
	background-color : transparent;
}

#info a:hover {
	color : Black;
/*	background-color : Yellow;*/
	text-decoration: underline;
}

#form {
	background-color: #fff;
	margin: 20px;
	line-height: 150%;
	font-size: 16px;
}
#form li {
	list-style: none;
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
#form li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 2px solid #778;
	/*border-bottom: none;*/
	background: #DDE;
	text-decoration: none;
}
	
#form li a:link { color: #448; }
#form li a:visited { color: #667; }
	
#form li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}
#form span {
	position: absolute;
	clear: left;
	/* 220px(sidebar)+330px(form placement)*/
	left: 330px;
}

#form p {

}

#about {
	background-color: #ffffff;
	margin: 15px;
}
#about img {
	float: left;
	padding-right: 25px;
	font-size: 16px;
}
#about ul { /* for ie */
	margin-left: 300px;
}

*>#about ul {
	margin-left: 260px;*/
}
#about li {
	font: bold 18px sans-serif;
}

#about p {
}

#footer {
	background: #fff;
	text-align: center;
}
#footer p {
	font-size: 12px;
	font-family: serif;
}
footer span {
	height: 100px;
	vertical-align: middle;
}
/*photo show*/
body.photolist {
	margin:0;
	background-color: #fff;
}

#photolist {
	text-align: center;
	padding: 5px 0;
	margin: 0;
	font: bold 12px Verdana, sans-serif;
}
#photolist li {
		display : inline;
		list-style: none;
		margin : 2px;
	}
#photolist li a {
		color: #000;
		margin-left: 10px;
		background-color : #DDE;
		border: 1px solid #000;
		padding : 2px;
		text-decoration : none;	
	}
/*#photolist a:hover {
		background-color : #AAE;
		border: 1px solid #000;
		padding : 2px;
		text-decoration : none;
	}*/
#idx{
	text-align: center;
	font-size: 8px;
}
#idx img {
	border: none;
	padding: 10px 10px;
}