html, body {
	margin: 0;
	background-image: url(images/bg-new.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #888165;
	}
#container {
	width: 780px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
#header {
	width: 100%;
	height: 200px;
	background-image: url(images/header-new-blue.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	}
#content {
	float: left;
	width: 68%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #646464;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 1.3;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	}
#left {
	float: left;
	width: 32%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: both;
	text-align: center;
	color: #fff;
	background: #666;
	}
 
/* Sidebar */
#sidebar {
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	}
 
/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #999999;
	text-decoration: underline;
	}
a:hover {
	color: #CCCCCC;
	}
#slideshow {
	position:relative;
	height:280px;
	margin-left: 10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

</style> 

