.Main {
	width: 966px;
	text-align: left;
	background-color: black;
	border: 0px solid white;
	margin: 0 auto;}/*This code removes margins that are automatically present*/

.TopSec {
	width: 99%;
	border: 0px dashed white;
	margin: 2px;}

.LeftSec {
	float: left;
	width: 24%;
	border: 0px dotted white;
	margin: 2px;}

.RightSec {
	float: right;
	width: 68px;
	height: 588px;
	border: 0px solid white;
	margin-right: 3px;
	margin-left: 1px;}
	
.CenterSec {
	width: 887px;
	height: 588px;
	border: 1px solid #535353;
	left: 5px;
	margin: 1px;}
	
.CenterSec img {
	width: 887px;
	height: 588px;}
	
.CenterSec p 
{
	width: 85%;
	padding-top: 45px;
	padding-left: 45;
	padding-right: 45;
	padding-bottom: 6px;
	margin: 0 auto;
	
}


.BottomSec {
	width: 99%;
	border: 0px solid white;
	margin: 4px;}

#Thumb ul
{
	margin: 0px 0px 0px 12px;
	padding: 0px;
	list-style: none;
}

#Thumb ul li
{
	margin: 0px 0px 4px;
	padding: 0px;
}


#FootList ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 546px;
	float: left;
}

#FootList ul li {
	float: left;
	margin: 0px 28px 0px 0px;
	
}


	
body {
	background-color: black;
	font-size: 100%;
	font-family: verdana;
	font-weight: bold;
	color:#EDEDED;}
	
A:link 
{
	color: #535353;
	text-decoration: none;
}

A:visited
{
	color: #535353;
	text-decoration: none;
}
A:hover
{
	color: #535353;
	text-decoration: underline;
}
	
	
#BottomLogo 
{
	font-size: 120%;
	color:#009966;
	width: 200;
	margin: 0px 0px 0px 80px;}
	
	
	/* begin gallery styling */
#jgal { list-style: none; width: 200px; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; }
#jgal li img { position: absolute; top: 20px; left: 220px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ }

#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 0 0 0; }
#gallery li img {width: 52; height: 22;}

