body {
	background-color: #858585;
	color: #000;
	font-family: tahoma, sans-serif, 'helvetica ce';
	font-size: 9pt;
	text-align: center;
}

img {
	border: 0px;
}

#main {
	position: relative;
	top: 0px;
	text-align: left;
	width: 739px;
	background: #FFF url(../imgs2/back.gif) repeat-y;
	margin: auto;
}

#logo {
	position: relative;
	left: 9px;
	height: 101px;
	width: 722px;
	background: #11165A url(../imgs2/top.png) top left no-repeat;	
}

#menu {
	margin-left: 9px;
	width: 722px;
	height: 24px;
	background: #FF9100 url(../imgs2/menu.gif) top left repeat-x;
} 

#menu ul {
	margin: 0px;	
	padding: 0px;
	font-size: 8pt;
	font-weight: bold;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu ul li a {
	color: #915600;
	text-decoration: none;  
	padding: 3px 15px 0px 15px;
	background: transparent url(../imgs2/menu_delim.gif) top right no-repeat;
	display: block;
	float:left;
	height: 21px;
}

#menu ul li a:hover {
	color: #FFD67B;
	background: #E08206 url(../imgs2/menu_over.gif)  repeat-x;
}


#content {
	padding: 14px 0px 14px 25px; 
}

div.panel {
	float: left;
	background: #C9C9C9 url(../imgs2/blockback.jpg) bottom right no-repeat;	
	width: 686px; 	
	border: 1px solid #3E3F3B;
}

div.panel .title {
	background: #12175B url(../imgs2/blocktop.jpg) no-repeat top right;
	border-bottom: 1px solid #3E3F3B;
	color: #FFF;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
}

h1 {
	margin:0px;
}

h1 a {
	color: #FFF;
	overflow:hidden;
	width:722px; height:113px;
}

h1 a span {
   display:block;
   position:absolute; left:0; top:0; z-index:1;
   width:722px; height:101px;
   margin:0; padding:0;
   background:url(../imgs2/top.png) top left no-repeat;
   cursor:pointer;
}

h2 {
		font-size: 9pt;
		margin: 0px;
}

div.half {
	width: 335px;
}

div.panel {
		margin-bottom: 14px;
}

div.panel .footer {
	background-color: #404040;
	height: 3px;
	font-size: 1px;
	clear: left;
}

div.panel img {
	border: 1px solid black;	
	vertical-align: top;
	margin: 10px;
	float: left;
}

div.panel p {
	font-size: 8pt;
	margin: 10px;
}

div.panel div.design {
	float:left; 
	width:341px;
	border-left: 1px solid #DDD; 
	border-top: 1px solid #DDD; 
}

div.panel .spliter {
	border-top: 1px solid #A0A0A0;
	clear: left;
	height: 0px;
	font-size:0px;
	margin: 0px;
	display: block; 
}

div.panel a {
	color: #000;
	font-weight: bold; 
}

#bottom {
	clear: both;
	background: #3F3E3E url(../imgs2/bottom.gif) no-repeat;
	font-size: 7pt;
	color: #888;
	text-align: right;
	height: 24px;
	padding-right: 13px;
	padding-top: 5px;
}

#bottom a {
	color: #EEE;
}

/**********************/

#lightbox{
	background-color:#333;
	color: #FFF;
	padding: 6px;
	/*border-bottom: 2px solid #666;
	border-right: 2px solid #666;*/
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ 
	background: #666;
	-moz-opacity: .80;
	opacity: .80;
	filter: alpha(opacity=80);
}

