body {
	text-align:center;
	background-color: #FEF7EF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}

/* set the behaviours for links (optional)*/ 
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

.mainbody {
	margin:0 auto;
	top:-10px;
	text-align: left;
	/*height: 650px;*/
	width:900px;
	top: 12px;
	/*background-color: #CCCCFF;*/
	border: thin solid #006600;
}

div#layertitle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	margin-left: 150px;
}

div#navbar	{
	/*background-color: #CCFF66;*/
	margin-top: 0px;
	margin-left: 50px; 
}

div#topnotes	{
	margin-left:20px;
	margin-top: 0px;	
	/*background-color:#00FFCC;*/
}

div#column1	{
	background-color: #DFDFDF;
	float: left;
	width: 175px;
	margin: 0px 5px 5px 0px;
	border-top: thin solid #006600;
	border-right: thin solid #006600;
	border-bottom: thin solid #006600;
	border-left: thin none #006600;
	padding-right: 2px;
	text-align: center;
	padding-left: 2px;


}

div#column1_photos	{
	background-color: #DFDFDF;
	float: left;
	width: 180px;
	margin: 0px 5px 5px 0px;
	border-top: thin solid #006600;
	border-right: thin solid #006600;
	border-bottom: thin solid #006600;
	border-left: thin none #006600;
	padding-right: 2px;
	text-align: center;
	padding-left: 2px;
	padding-top: 5px;
	overflow: scroll;
	height: 590px;
}


div#column2	{
	width: 700px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;

	/*height: 380px;*/
}

div#column2narrow	{
	width: 520px;
	float: left;
	margin-top: 0px;
	margin-left: 5px;
	/*height: 380px;*/
}



div#column3	{
	background-color: #DFDFDF;
	float: right;
	width: 165px;
	margin: 0px 0px 5px 5px;
	border-top: thin solid #006600;
	border-left: thin solid #006600;
	border-bottom: thin solid #006600;
	padding-right: 2px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;	/*overflow: scroll;*/
}

div#columnBottom	{
	margin-left: 20px;
	margin-top: 0px;
	float: left;
	width: 50%;
	</*height: 40px;*/
	vertical-align: text-top;
	font-size: x-small;
	clear: both;	
}
.albumlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.albumlist img	{
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
