﻿#Main {
	width: 766px;
	text-align: left;
	background-color: black;
	
	padding: 0px 1px 0px 0px;
	
	margin: 0 auto;}/*This code removes margins that are automatically present*/

#TopSec {
	width: 765px;
	margin-left: 10px;
	
	background-color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

#LeftSec {
	float: left;
	width: 24%;
	
	margin: 2px;}

#RightSec {
	float: right;
	width: 200px;
	height: 587px;
	border: 1px solid white;
	background-color: white;
	margin-right: 2px;
	margin-top: 4px;
	margin-left: 1px;
	margin-bottom: 0px;
	}
	
#RightSec .p {
	border: 1px solid black;
	margin: 2px 2px 2px 2px;
	background-color: white;
	padding: 6px 6px 6px 6px;
}


	
#CenterSec {
	width: 755px;
	overflow: hidden;
	background-color: Black;
	
	
	margin: 2px 2px 2px 2px;}
	
#CenterSec .img {
	width: 604px;
	}
	
#CenterSec .p {
	margin: 6px 4px 4px 8px;
	padding: 8px 8px 8px 8px;
	background-color: #FCFCFC;
	border: 1px solid #9DADC6;
}

p.CenterSec {
	padding: 4px;
	border:thin black dotted;
	background-color: #FCFCFC;
	margin: 0px 0px 0px 0px;
	float: left;
}


#BottomSec {
	width: 765px;
	border: 1px dashed white;
	padding:1% 0;
	text-align: center;
	background-color: white;
	border-top: 1px dotted gray;
	float: left;
	}
	
#CenterDiv {
	
	overflow: hidden;
	width: 100%;
}


	
	#menu {
height: 20px;
margin: 0px 0px 6px;
background: #eec;
}

ul#navlist {
margin: 0px -15px 6px -15px;
padding: 0px;
white-space: nowrap;
font-weight: bold;
}

#navlist li {
display: inline;
list-style-type: none;
float: left;
padding: 0px 0;
}

#navlist a {
padding: 5px 12px;
}

#navlist a:link, #navlist a:visited {
color: #246;
background-color: #eec;
text-decoration: none;
}

#navlist a:hover {
color: #fff;
background-color: #369;
text-decoration: none;
} 



ul {
	list-style-type: none;
	margin: 0;}
	
body {
	background-color: black;
	font-family: "Verdana", "Helvetica", "Lucida Grande", "Arial", "sans-serif"; 
	color:white}

	blockquote {
	margin: 6px 4px 4px 8px;
	padding: 8px 8px 8px 8px;
	background-color: #FCFCFC;
	border: 1px solid #9DADC6;
	
}
	
	.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}

img
{  border-style: none;
}

.img-shadow {
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 3px -6px;
  padding: 4px;
  }
  
.shadowClear {
	width: 135px;
	margin: 8px;
	padding: 0px;
	float: left;
}


.GallThumbOut {
	background-color: white;
	border: 1px solid gray;
	text-align: center;
	padding: 6px 2px 4px 2px;
	margin: 10px 8px 4px 8px;
	width: 155px;
	float: left;
}

.GallThumbOut img {
	width: 145px;
	height: 145px;	
}

.GallThumbOut p {
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	
}

#GallerySection {
	width: 740px;
	margin: 0px;
	padding: 6px 2px 4px 4px;
	text-align:center;
}

#GalleryWrap {
	width: 750px;
	margin: 10px;
	padding: 10px;
	text-align:center;
	
}

.RightInfo {
border: 1px solid black;
	margin: 2px 2px 2px 2px;
	background-color: white;
	padding: 6px 6px 6px 6px;
}

.RightContent {
	margin: 2px;

	float: left;
	padding: 8px;
	background-color: #FCFCFC;
	border: 1px solid #9DADC6;
}




