body{
	font-family:Verdana, Geneva, sans-serif;
	background:url(background1.jpg) repeat-x
	
}

.box {
background:transparent url(box.jpg) no-repeat scroll left bottom;
width:200px;
}

.box h3 {
background:transparent url(h1.jpg) no-repeat scroll left top;
border-bottom:1px solid #BC8C46;
color:#6bc335;
font-size:130%;
font-weight:bold;
margin:0;
padding:6px 8px 4px 10px;
}

.box ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:14px 10px;
font-weight:bold;
}

.box ul li {
margin:0 0 6px;
padding:0;
}

.box ul li a {
color:#4B1A1A;
}

.box ul li a:hover {
color:#fff;
}
#container {
	width:900px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	background: transparent url(bg.png);
	min-height:650px;
	}

#left_panel{
	float:left;
	width:200px;
	height:420px;
	border:#6bc335 3px solid;
	padding-top:0;
	background: transparent url(bg.png);
}

#content{
	margin-right:auto;
	margin-left:auto;
	width:670px;
	height:420px;
	z-index:0;
	border:#48075d 3px solid;
	float:right;
	padding:0 5px 0 5px;
	background: transparent url(bg.png);
}
#header{
	height:80px;
	border:#48075d 3px solid;
	margin-bottom:20px;
	background: transparent url(header.jpg);
	}
#footer{
	
	border:#48075d 3px solid;
	width: 896px;
	height:100px;
	position:relative;
	top: 5px;
	background: transparent url(footer.jpg);
	float: left;
}
h1{
	padding-left:20px;
}
a	{
	color: #fff;
	text-decoration:none;
	}
h2	{
	font-size:1.3em;
	font-weight:bold;
	color: #6bc335;
	}
p	{
	color: #fff;
	}
td	{
	vertical-align: top;
	}
td.footer	{
	position: absolute;
	z-index:-1;
	vertical-align: bottom;
	text-align: right;
	font-size: 0.8em;
	}
/* ------------Gallery style------------------- */

#mainContainer{
		margin:0 auto;
		width:650px;
		height: 410px;
		text-align:center;
		background: transparent;
		padding:3px;
			
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:100%;
		padding:0 5px 5px 5px;
		margin-bottom:5px;
		}
	#DHTMLgoodies_panel_one{		
		float:center;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:75px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:550px;	/* Width of large image div */
		height:275px;	/* Height of large image div */
		float:left;
		padding-left:10px;	/* "Air" */
		padding-right:10px;	
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
			}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border: #48075d 3px solid;;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:5px;	/* "Air" inside filmstrip div */
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:110px;
		height:75px;
		padding:2px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:5px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:1px double #48075d;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:100px;
	}