body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #b5b592;
	margin: 0;
	padding: 0;
	background-image: url(bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#container
{
	width: 768px;
	background-color: #663333;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin: 0 auto;
	font-size: 0.8em;
}
#header
{
	font-size: 0.8em;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#content
{
	clear: left;
	padding: 30px;
}
#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	text-align: center;
	padding: 30px;
	font-size: .8em;
	color: #555;
}
#footer a {
	color:#555;
}
#footer a:hover {
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #cdcd5e;
	outline: none;
}

a:hover {
	text-decoration: underline;
}
div.pic {
	width:100%;
	text-align:center;
}
img.pic {
	margin: 20px 15px 10px 20px;
	border: solid 1px #866b60;
}
a img.pic:hover {		
	border: solid 1px #cabbb5;
}
a.linkopacity img {
    filter:alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}

a.linkopacity:hover img {
    filter:alpha(opacity=100);   
    -moz-opacity: 1.0;   
    opacity: 1.0;
}