body {
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/dsc03151.png);
   	background-repeat: no-repeat;
	background-position: center;
}
#container {
	margin: auto;
	width: 800px;
	height: auto;
	border-color: Black;
	border-style: dashed;
	border-width: thin 0 thin 0;
	background-color: #eff8f7;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	text-align: center;
}
.header {
	float:right;
	border: thick;
	border-color: red;
	margin-top: 80px;
	margin-left: 20px;
	text-align: center;
	height: 200px;
	width: 200px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;

}
#content {
/*	background-color: yellow;
*/	width: 700px;
	height: auto;
	margin: auto;
	text-align: left;
}
#footer {
/*	background-image: url(sunset.jpg);
	background-repeat: no-repeat;
*/	height: 50px;
/*	background-color: green;
*/	width: 700px;
/*	text-align: center;  */
}
p.bold { font-weight: bold }
p.comment { color: #900 }
a {
	color: #61A7A7;	
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
.hovermenu ul{
font: bold 10px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
background-color: #d8BDB2;
width: 800px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
border: 2px solid yellow;
}

.hovermenu ul li a:hover{
background-color: #61A7A7;
border-style: outset;
color: White;
}
a.linkhome img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
a.linkpre img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
a.linknext img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
a.linkhome:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a.linkpre:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a.linknext:hover img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
a.linkhome {
	float:left;
	margin-left: 50px;
	border-color: Blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
a.linkpre {
	float:left;
	margin-left: 300px;
	border-color: Blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
a.linknext {
	float:right;
	margin-right: 50px;
	border-color: Blue;
	border-style: ridge;
	border-width: 0 thick thick thin;
}
