body, html {
	height: 100%;
	background-color: #000;
	color: #fff;
	/* 
	background-image: url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;	
	background-position: bottom right;
	*/
	
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
}

div#doc2 {
	color: #000;
	
	height: 600px;
}

div#hd {
	
}
img#TopLogo {
	
}

div#ft {
	height: 50px;
	text-align: center;
}

div#SidebarArea {
	/*
	background-image: url('../img/sidebarbg2.jpg');
	background-repeat: repeat-y;
	*/
	
	padding: 3px;
	
	min-height: 400px;
}
div#SidebarArea ul {
	margin: 10px;
}
div#SidebarArea ul li {
	margin-bottom: 5px;
	padding: 5px;
	background-color: #000;
	color: #fff;
	
	font-size: 14pt;
}
a:link, a:active, a:visited { color: #fff; }
div#SidebarArea ul li a:link, div#SidebarArea ul li a:active, div#SidebarArea ul li a:visited {
	text-decoration: none;
	color: #fff;
} 
div#SidebarArea ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}
div#ContentArea {
	color: #fff;
	
	padding: 3px;
	
	min-height: 400px;
	min-width: 700px;
}

div#ContentArea h1 {
	font-weight: bold;
	font-size: 18pt;
}

div#ContentArea h2 {
	font-size: 14pt;
	font-weight: bold;
}

/* Bump actual content off of the edge */
div.PageContent {
	margin-left: 10px;
}

/* jQuery cycle styles */
div#MainPics {  
    height:  332px;  
    width:   532px;  
    padding: 0;  
	margin-left: auto;
	margin-right: auto;
} 
 
div#MainPics img {  
    padding: 15px;  
    border:  1px solid #000;  
    background-color: #000;  
    width:  500px; 
    height: 300px; 
    top:  0; 
    left: 0 
} 

.PhotoGallery ul { 
	list-style: none; 
}
.PhotoGallery li { 
	display: inline; 
}
.PhotoGallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
.PhotoGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.PhotoGallery ul a:hover { 
	color: #fff; 
}

div.Pane {
	text-align: center;
}