/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #CCCCCC url(back1.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366FF;
	font-size: 18px;
	font-weight: bold;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 18px;
	font-weight: bold;


}

h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-size: 16px;
	font-weight: normal;

}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #FF3333;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/************* HEADER STUFF ************/

#header {
	width: 960px;
	height: 150px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFBFD url(../Kamchatka/images/header_01.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #0066CC;
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 18px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}

/************* MENU ************/

#menu {
	width: 960px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
}

#menu a:hover {
	background-color: #FFFF66;
}

/************* CONTENT ************/

#content {
	width: 960px;
	margin: 0px auto;
	padding: 00px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 140px;
	padding: 0px 10px 0px 10px;
}

#center {
	float: left;
	width: 550px;
	padding: 0px 20px 0px 20px;
	
}

#right {
	float: right;
	width: 180px;
	padding: 0px 20px 0px 10px;
	color: #000000;
	
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 960px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(back-footer1.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}

/************* LIGHTBOX ************/

#lightbox{
	background-color:#FFFFFF;
	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;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/************* Flyout ************/

/*** * {padding:0; margin:0} ***/
/*** body {font:12px Verdana, Arial, Helvetica} ***/ 

#wrapper {width:140px; padding:0px; margin:0 auto}
#leftcolumn {float:left; width:140px}
#rightcolumn {float:left; width:140px}
.dropdown {display:block; position:relative}
.dropdown dt {width:130px; border:1px solid #000000; padding:2px; font-weight:bold; cursor:pointer}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:#FFFF33}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:180px; display:none; background:#fff; opacity:0}
.dropdown ul {width:165px; border:1px solid #000000; padding:2px; margin:0; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color:#000; text-decoration:none; background:#CCCCCC; width:160px}
.dropdown a:hover {background:#FFFF66; color:#000}
.dropdown .underline {border-bottom:1px solid #000000}	