body
{
	background:#000;
	color: #fff;
	text-align: center;
}

a:link
{
	color:#ABD4DE;
}

a:visited
{
	color:#DEBDAB
}

a:hover
{
	color:#DEBDAB;
}

#container
{
	margin:0 auto;
	width:780px;
	background-color:#000;
}

#header
{
	width:780px;
}

#tagline
{
	padding: 5px 5px 5px 5px;
	width: 190px;
	height:210px;
	background-color: #616161;
	float:left;
}

#nav 
{
	width: 190px;
	float: left;
	margin: 5px;
	text-align: left;
	}
	
#nav ul 
{
	list-style-type: none;
	margin: 0;
	font:12px Verdana, sans;
	color:#9e9e9e;
	font-weight:bold;
	width: 190px;
	padding: 0;

	}
#nav a 
{
	color:#9e9e9e;
	text-decoration:none;
	}
	
#nav ul li 
{	padding:0px 0px 1px 0px;
	position: relative;
	border:1px solid #000;
	}

/*Sub level menu items */
#nav ul li ul
{
	position: absolute;
	width: 200px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	margin: -1px 0px 0px -1px;
}

/* Sub level menu links style */
#nav ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:#000;
	text-decoration: none;
	padding: 3px 3px 5px 5px;
	background-color:#C4A55C;

}

#nav ul li a:hover
{
	background-color: #809F4B;
}
	
.subfolderstyle
{
background: url(../_images/flower_arrow.png) right no-repeat;
}
/* Holly Hack for IE \*/
* html #sidebar ul li { float: left; height: 1%; }
* html #sidebar ul li a { height: 1%; }
/* End */

#sidebar {
	width: 200px;
    background-color: #000;
	float:left;
}

.imgcontainer
{
	height:220px;
	color:#f0f0f0;
	font: italic bold 11px georgia, sans;
	z-index:10;
	width:557px;
	margin: 0px;
	background-color: #000;
	float:left;
}

.img_header
{
	width:126px;
	height:220px;
	float:left;
	background-color: #000;	
	text-align:center;
	padding: 5px 3px 5px 10px;
	z-index:250;
}

.gradualfader
{
	cursor:pointer;
}

#txtbody
{
	width:540px;
	margin: 10px 0px 0px 200px;
	padding:15px;
	text-align: left;
}

.bodytext
{
	font: normal .9em verdana;
	color: #ddd;
}

#mainmenu a.hassub
{
	background: url(../_images/arrow_next.png) center right no-repeat;
	z-index: 100;
}

.noticeme
{
	text-decoration: underline;
	font-weight: bold;
}

h3, h4, h5, h6
{
	color: #dddddd;
	font-family: verdana;
}

#tagline
{
	background-color:#000;
}


#topper_left
{
	background: url(../_images/hdr_left20t.gif) top left no-repeat #000;
	float:left;
	height:20px;
	width:20px;
}

#topper_leftb
{
	background: url(../_images/hdr_left20b.gif) bottom left no-repeat #000;
	float:left;
	height:20px;
	width:20px;
}

#topper_center
{
	background: url(../_images/hdr_center20.gif) bottom repeat-x #000;
	float:left;
	height:20px;
	width:740px;
}

#topper_right
{
	background: url(../_images/hdr_rt20t.gif) top right no-repeat #000;
	float:left;
	height:20px;
	width:20px;
}

#topper_rightb
{
	background: url(../_images/hdr_rt20b.gif) bottom right no-repeat #000;
	float:left;
	height:20px;
	width:20px;
}

#vbar
{
	height:220px;
	width:5px;
	background-color:#616161;
	float:left;
}

#imgcover
{
	height:220px;
}

#sb_logo
{
	padding: 4px 4px 4px 5px;
	width:780px;
}

#footer
{
	height:70px;
	width:780px;
	text-align:left;
	margin: 0 auto;	
}

#divmiddle
{
	height:100%
}
#thumbdiv
{
	width:500px;
	overflow: auto;
	white-space:nowrap;
}
.exp_point
{
	display:block;
}

.bleft
{
	margin: 5px 0px 0px -15px;
}
.combo
{
	background:#C4A55C;
	color:black;
}
