@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 70%;
	background-image: url(../images/BGhome_BlackGrad.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapperMAIN {
	height: 757px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#wrapperTOP {
	height: 94px;
	width: 820px;
	float: left;
}
#addressBar {
	text-align: center;
	float: left;
	width: 820px;
	margin-top: 5.5em;
	padding-bottom: 0.5em;
}
#addressBar p {
	font-size: 1.1em;
	color: #CCC;
}
#addressBar a {
	text-decoration: none;
	color: #CCC;
}
#addressBar a:hover {
	text-decoration: underline;
}
#wrapperNavBar {
	float: left;
	width: 820px;
	height: 20px;
	background-image: url(../images/navBar_GRAY.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 20px;
	background-image: url(images/navBar_GRAY.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a {
	width: 91px;
}

#nav li {
	float: left;
	width: 91px;
}
	
#nav li a {
	text-align: center;
	color: #FFF;
	display: block;
	line-height: 18px;
	text-decoration: none;
	font-size: 1.1em;
}
#nav li a:hover {
	color: #000;
	background-color: #FFF;
	font-style: italic;
}

#nav li a#current {
	color: #000;
	background-color: #FFF;
	height: 18px;
}

#nav ul {
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	color: #CCC;
	background-color: #000;
	float: left;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover li a {
	background-color: #000;
	width: 180px;
	color: #CCC;
}

#nav li li a:hover {
	background-color: #CCC;
	width: 180px;
	color: #333;
	font-style: italic;
}

#nav li li a {
	background-color: #000;
	width: 180px;
	color: #CCC;
}

#nav li li a:hover {
	background-color: #CCC;
	width: 180px;
	color: #333;
	font-style: italic;
}

.largeTypefaceBottom {
	font-size: 1.7em;
	color: #FFF;
}
#categoryName {
	font-size: 1.2em;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	padding-left: .5em;
}
#mainContent {
	width: 820px;
	float: left;
	height: 603px;
}
#mainLeft {
	float: left;
	width: 67%;
	height: 603px;
}
#catName {
	float: left;
	width: 250px;
	margin-left: 1.5em;
	margin-top: 1em;
	font-size: 1.1em;
	height: 20px;
	margin-bottom: 1em;
}
#mouseHereForStory {
	width: 250px;
	height: 15px;
	float: left;
	margin-top: 1.7em;
	text-align: right;
}
#mouseHereForStory a {
	color: #CCC;
	text-decoration: none;
}
#mouseHereForStory a:hover {
	color: #666;
}
.home {
	font-size: 1.5em;
	font-weight: bold;
	color: #999;
}
#mainRight {
	float: left;
	width: 32%;
	height: 603px;
}
#viewTheCollections {
	margin-top: 1.7em;
	text-align: left;
	color: #FFF;
	margin-bottom: 0.5em;
	width: 240px;
	float: left;
	font-style: italic;
	margin-left: 1em;
}
#viewOurSpecialProjects {
	text-align: left;
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #FFF;
	float: left;
	width: 240px;
	font-style: italic;
	margin-left: 1em;
}
#linkDoubleSoumacks {
	float: left;
	height: 41px;
	width: 240px;
	margin-left: 1em;
	margin-bottom: .5em;
}
#flash {
	width: 500px;
	float: left;
	margin-left: 1.5em;
}
#wrapperBottomNavBar {
	float: left;
	width: 820px;
	height: 20px;
	background-image: url(../images/navBar_GRAY.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	float: left;
	width: 820px;
	height: 20px;
	text-align: center;
	color: #CCC;
	background-color: #000;
	line-height: 20px;
	font-size: 0.8em;
}
#footer a {
	text-decoration: none;
	color: #CCC;
}
#footer a:hover {
	text-decoration: underline;
}

