body {
        background: URL(../images/bg.gif) fixed;
        background-color: #2b2c1e;
	font-family: Tahoma;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #2b2c1e;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-arrow-color: #9EB1D0;
	scrollbar-base-color: #9EB1D0;
	scrollbar-darkshadow-color: #9EB1D0;
}

A:link		{ color:#e8ab00; text-decoration: none }
A:visited	{ color:#e8ab00; text-decoration: none }
A:hover		{ color:#959a5a; text-decoration: underline overline; font-weight: bold }

A.green		{ color:#959a5a; text-decoration: none; font-weight: normal }
A.content	{ color:#959a5a; text-decoration: none; font-weight: normal }

h1,h2,h3,h4,h5,h6 {font-weight: normal}

h6		{font-size: 24px; font-weight: bold;}
h5		{font-size: 20px; font-weight: bold;}
h4		{font-size: 16px;}
h3		{font-size: 14px;}
h2		{font-size: 12px;}
h1		{font-size: 10px;}

.film-up {
       background: URL(../images/film_up.gif) repeat-x bottom;
       background-color: #000000}
.film-down {
       background: URL(../images/film_down.gif) repeat-x top;
       background-color: #000000}

.head {
       background: URL(../images/worldmap.jpg) no-repeat center;}

.head-left {
       background: URL(../images/worldmap.jpg) repeat-x right;}

.head-right {
       background: URL(../images/worldmap.jpg) repeat-x left;}

.content {
	font-size: 14px;
	font-weight: normal;
	color: #95a636;}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;}
.boxtitle {
	background: URL(../images/title-bg.gif) repeat-x;
	height:43px;
	font-size: 16px;
	font-weight: bold;
	color: #c5c08e;}
.mini {
	font-size: 12px;
	font-weight: normal;
	color: #959a5a;}

/* Lightbox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	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: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
/* -------- */