body {
	background: #A2BF6B url() repeat-x;
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 10px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 600px;
	height: 274px;
	margin: 0px auto;
	background: url(images/h11.png);
}

#header h1 {
	margin: 0px;
	padding: 190px 0 0 2px;
	font-size: 30px;
	letter-spacing: -2px;
	color:#FFFFFF
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color:#F5ECE1;
	font-weight: bold;
	background: #45331E;
	
}

#menu a:hover {
	background: #2bcdc4;
	color:#45331E;
}

/* Content */

#content {
	background: #F5ECE1;
	width: 600px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
}

#colOne {
	float: inherit;
	width: 580px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height:auto;
 	min-height: 600px;	
}
	

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {color:#F5ECE1;}
a:hover {text-decoration:none;}
a:visited {color:#F5ECE1;}

/* slides styling */

.photo {width:592px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none; width:590px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:146px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:145px; height:30px; text-align:center; line-height:30px; color:#F5ECE1; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#45331E; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#F5ECE1; background:#45331E;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#45331E; background:#2bcdc4;}

.photo ul.topic li.active ul
{
	display:block;
	position:absolute;
	left:0;
	top:31px;
	list-style:none;
	padding:0;
	margin:0;
	height:375px;
	background:#2bcdc4;
	width:464px;
	padding:20px 20px;
	border:20px solid #45331E;
	z-index:0;
}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; left:0; top:31px; list-style:none; padding:0; margin:0; height:375px; background:#2bcdc4; width:464px; padding:20px 20px; border:20px solid #45331E; z-index:100;}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#2bcdc4; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #2D2D2D;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #2D2D2D;
	border-bottom: 1px dashed;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: 600px;
	margin: 0px auto;
	height: 50px;
	background: #45331E;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #F5ECE1;
}

#footer a {
	color: #F5ECE1;
}

#footer a:hover {
	color: #F5ECE1;
}
