@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: 765px;
	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;
	z-index: 1000;
}

#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;
}
#mainContent {
	width: 820px;
	float: left;
	height: 608px;
}
#catNameMouseHereBar {
	float: left;
	width: 820px;
	height: 30px;
}
#categoryName {
	font-size: 1.2em;
	padding-left: 0.5em;
	color: #CCC;
	width: 350px;
	float: left;
	padding-top: .75em;
}
#mouseHereForStory {
	width: 350px;
	height: 15px;
	float: right;
	text-align: right;
	font-style: italic;
	margin-top: 1em;
	margin-right: 1em;
}
#mouseHereForStory a {
	color: #CCC;
	text-decoration: none;
}
#mouseHereForStory a:hover {
	color: #999;
}
#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;
}

