body {
	background-color: #242424;
	text-align: center;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #b6b6b6;
}





#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#header {
	background: url('../images/bckgnd_hdr.gif') repeat-x;
	width: 100%;
	height: 86px;
	border-bottom: 1px solid #adadad;
}

#logo {
	float: left;
	width: 241px;
}

#tagline {
	float: right;
	width: 360px;
	height: 52px;
}

#primNav{
	width: 759px;
	float: right;
	text-align: right;
}

#primNav ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#primNav li {
	display: inline;
	list-style: none;
	padding: 7px 10px 17px 10px;
}

#primNav a {
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #b6b6b6;
	letter-spacing: 3px;
}
#primNav a:hover{
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #fff600;
	letter-spacing: 3px;
}
#homeContent {
	width: 100%;
	height: 426px;
	border-bottom: 1px solid #adadad;
	background-color: #000000;
}

#mainImageCont {
	width:640px;
	float:left;
}

#mainImgBorder {
	width:620px;
	border: 1px solid #808080;
	margin: 10px;
}

#mainImage {
	margin: 10px;	
	width:572px;
	text-align: center;
}

#featuredGallery {
	width: 360px;
	float: right;
	text-align: left;
	padding: 0px;
}

#featuredGallery a{
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #808080;
	letter-spacing: 3px;
}

#featuredGallery a:hover{
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #b6b6b6;
	letter-spacing: 3px;
}


#homeGallery {
	text-align: left;
	width: 325px;
	clear: both;
}

.homeImage {
	border: 1px solid #FFFFFF;
	margin: 3px;
}

#homeSecondary {
	width: 100%;
	height:189px;
	background: url('../images/bckgnd_sec.gif') repeat-x;
	border-top: 1px solid #adadad;
	clear: both;
}

#homeLeft{
	float: left;
	width: 640px;
	height: 187px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #5d5d5d;
}

#homeLeft p {
	padding-left: 10px;
}
#homeLeft h1 {
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #808080;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-left: 10px;
}

#homeRight{
	float: right;
	width: 360px;
	height: 187px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #5d5d5d;
}

#homeRight p {
	padding-left: 10px;
}

#homeRight h1 {
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 14px;
	text-decoration: none;
	color: #808080;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-left: 10px;
}

#homeRight li {
	list-style-image: url('../images/arrows.gif');
	margin-top: 5px;
}

#waitMessage{
	display:none;
	position:relative;
	top:-150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#pageContent {
	background-color: #4F4F4F;
	color: #BFBFBF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	text-align: left;
	padding: 10px;
}

#pageContent h1 {
	color: #BFBFBF;
	font-family: Adobe Garamond Pro, Garamond, Times New Roman, serif;
	font-size: 20px;
}

#footer{
	width: 100%;
	clear: both;
	height: 200px;
	border-top: 1px solid #adadad;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #5d5d5d;
	padding-top: 20px;
}
#footerLogo{
	float: left;
	width: 270px;
}
#copyright{
	float: right;
	width: 580px;
}