html {

}

body{ 

	background-color: #000000;
	padding: 0; 
	margin: 0;
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	background-image: url('../images/shared/background.jpg'); 
	background-repeat: repeat-x;
}

* {
	padding: 0px;
	margin: 0px
}

#body {
	background-color: #000000;	
}

#outercontainer {
 	width: 800px;
	text-align: center; 
 	margin:0 auto 0 auto;
}

h1 {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

p {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 170%;
}


a			{font-weight:bold;color:#889cfd;text-decoration:none;background:transparent; }
a:link 		{color:#889cfd;}
a:visited 	{color:#889cfd;}
a:active 	{color:#889cfd;}
a:hover 	{color:#889cfd;text-decoration:underline}

#top_table {
	margin-top: 15px;
	width : 800px;
}

#menu_table {
	margin-top: 15px;
	width : 800px;
}

#main_table {
	width : 800px;
	background-color: #262626;
	height: 400px;
	border: 1px solid #363636;
	border-top : none;
}

#main_cell {
	padding: 30px;
}

#footer_table {
	width : 800px;
}

#footer_cell {
	padding: 15px;
}

#footer_para {
	font-size: 9px;
	color: #555555;
}

p.formlabel {
	margin: 3px;
}


table.gallery_table {
	width: 100%;
}

td.gallery_cell  {
	border:1px solid black;
	background: #191919;
	padding: 5px;
}

td.gallery_cell:hover {
	border:1px solid white;
	cursor: pointer;
	background: #212121;
}

p.image_title {
	color: #e2eeee;
	margin-bottom: 5px;
	font-size: 11px;
}

img.gallery_thumb {
	border:1px solid black;
}



/* LIGHTBOX */

#close_text {
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

#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; color: #666666;}

#lightbox img{ border: none; } 
#overlay img{ border: none; }


#overlay{ background-image: url(../images/gallery/overlay.png); }

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

