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

body {
	margin: 0px;
	padding: 0px;
	background: #CCCCCC url(images/back.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: #FF3333;
}

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

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

#header h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #66FF66;
	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: center;
	font-size: 18px;
	text-transform: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF00;


}

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

#menu {
	width: 800px;
	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: #FFFFFF;
}

#menu a:hover {
	background-color: #66CC66;
}

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

#content {
	width: 800px;
	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: 550px;
	padding: 0px 20px 0px 20px;
}

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

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

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

/************* 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(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}