/* Layout */

body {
	background-color: #6f1727;
	color: #FFFFFF;
	margin-top: 100px;
	font-family: trebuchet ms,arial,verdana;
	font-size: 9pt;
	min-height: 300px;
	
}

#container {
background-color:  #5c1c2d;
margin: 0 auto;
border: 1px solid #ffffff;
width: 800px;
	min-height: 300px;
}

#logo {
		float: left;
		height: 300px;
		width: 213px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background: #6f1727 url('images/logo.jpg');
		background-position: center;
		background-repeat: no-repeat;
}

#menu {
	float: right;
	padding: 10px;
	text-align: right;
	width: 400px;
	height: 17px;
}


#content {
background-color:  #5c1c2d;
padding-left: 228px;
padding-top: 30px;
padding-right: 15px;
padding-bottom: 10px;
}

img {

	border: 1px solid #ffffff;
}


/* Menu */
#menu li {
	display: inline;
	margin-left: 10px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}




/* Text */
a:hover {
	color: #50C2EC;
 	text-decoration: none;
 }

a {
	color: #FFFFFF;
	text-decoration: none;
}

a.on {
	color: #50C2EC;
 	text-decoration: none;
}

h1 {
		font-family: trebuchet ms,arial,verdana;
color: #50C2EC;
font-weight: bold;
		font-size: 25px;

}

h2 {
		font-family: trebuchet ms,arial,verdana;
color: #50C2EC;
font-weight: bold;
		font-size: 18px;

}

.center {
	text-align: center;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.4em;
	color: #000000;
	}	
#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(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}