body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8E8E8;
	color: #565656;
	margin: 0;
	padding: 0;
}

#border {
	background: #8bbbbb;
	margin-top: 5px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	min-width: 800px;
}

#header {
	background-color: #8BBBBB;
	text-align: center;
	font-size: xx-large;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#header1 {
	text-align: center;
	font-size: large;
	background-color: #D2B2B2;
	width: 100%;
}

#infoheader {
	text-align: center;
	font-size: small;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B2D2D2;
	width: 100%;
}

#telno {
	text-align: left;
	font-size: small;
	background-color: #B2D2D2;
	width: 47%;
	float: left;
	padding-left: 20px;
	background: #d8e8e0;
}

#email {
	text-align: right;
	font-size: small;
	background-color: #B2D2D2;
	width: 48%;
	float: right;
	padding-right: 20px;
	background: #d8e8e0;
}

#viewport { /*viewport for xpmenu*/
	width: 180px; /* viewport width */
/*	height: 100%; *//* viewport heigth  340px*/
	overflow: auto; /* scrollbars auto */
	background-color: #d8e8e8; /* contrast */
/*	white-space: nowrap; *//* image flow not stack */
	/* could use float: left or other approach */
	margin: 0 auto; /* Mozilla page centering */
	padding: 0;
	text-align: left; /* IE centering fix */
}

#leftcol {
	float: left;
	width: 180px;
	background-color: blue;
}

#rightcol {
	background-color: #D8E8E8;
	float: right;
	width: 100px;
}

#rightcol li {
	background-color: #D8E8E8;
	display: block;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	float: right;
}

#navigation {
	font-size: medium;
	height: 20px;
	background-color: #D8E8E0;
	text-align: center;
	border-bottom: 5px solid #C3C2C2;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
}

#admin_navigation {
	font-size: small;
	height: 20px;
	background-color: #D8E8E0;
	text-align: center;
	border-bottom: 5px solid #C3C2C2;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
}



#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	color: #444444;
	text-align: center;
	background-color: #D8E8E0;
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0px 25px 0 0;
	float: none;
}

#nav li.last {
	display: inline;
	list-style-type: none;
	padding: 3px 9px 0 0;
	float: right;
}

#maincontent {
	text-align: left;
	background-color: #d8e8e8;
	min-width: 125px;
	/*overflow:visible;*/
	margin-left: 180px;
}
#homecontent {
	text-align: left;
	background-color: #8bbbbb;
	min-width: 125px;
	/*overflow:visible;*/
}

#content {
	background-color: #d8e8e8;
	/*float: none;*/
	height: 100%;
}

#bottomphotos {
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: inline;*/
	color: red; /* #444444;*/
	text-align:justify;
	background-color: #D8E8E0;
}

#bottomphotos li {
	display: inline;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	float: none;
}


#photolist {
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
}

#photolist li { /*display: inline;*/
	background-color: #8BBBBB;
	float: left;
	/*border: 1px solid #000;*/
}

#footer {
	background-color: #D2B2B2;
	/*clear: both;
	width: inherit;*/
	border-style: solid;
	border-width: 2px;
	line-height: 1px;
	
}

#footer p{
	line-height:1px;
	/*vertical-align:middle;*/
	text-align: left;
	font-size: x-small;
/*	padding-top: 1px;
	padding-bottom: 1px;*/
	margin-left: 4px;
}

#nav li a {
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*color: olive;*/
	font-weight: normal;
}

#nav li a:hover {
/*	text-transform: uppercase;*/
	text-decoration: underline;
	color: #111111;
	font-weight: normal;
}


/*Formatting for books */
#bookdivider {
 background-color: #8bbbbb;
}

#bookitem {
 background-color: #d2b2b2;
}

#front_rightcol {
	background-color: #D8E8E8;
	float: right;
	width: 443px;
}




ul#navlist
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #fff;
background-color: #036;
margin-bottom: 10px;
}

ul#navlist li { 
	display: inline;
	 }

ul#navlist li a
{
float: left;
width: 126px;
color: black;
background-color: #8bbbbb;
border: 1px solid #fff;
padding: 0.2em 1em;
text-decoration: none;
/*border-right: 1px solid #fff;*/
}

ul#navlist li a:hover
{
background-color: #b2d2d2;
color: black;
}

#watermark_box {
position:relative;
display:block;
}
img.watermark {
position: absolute;
top: 0px;
left: 0px;
} 
