BODY 
{
	background-color: #000;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, Sans-serif;
}

p
{
	padding-top: 0px;
	margin-top: 0px;
}

#outterWrapper
{
	background-image: url(images/bg3.jpg);
	background-position: center center;
	background-repeat: repeat-y;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
	background-color: #000;
}

#rightSidebar
{
	float: left;
	width: 200px;
	padding-right: 6px;
	background-image: url(images/logo2.jpg) !important;
	background-repeat: no-repeat;
	background-position: top left;
	color: #ccc;
	font-size: 12px;
	line-height: 1.3em;
	overflow: visible;
}

#innerSidebar
{
	padding-left:10px;
}

#main
{
	float: left;
	width: 732px;
}

#nav 
{
	text-align: center;
	height: 78px;
	background-color: #000;
}

#innerNav
{
	width: 940px;
	text-align: right;
	margin: 0 auto;
}

#nav h1
{
	padding: 0px;
	margin:0px;
	padding-top: 25px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
}

#nav ul
{
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style: none;
}

#nav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
	letter-spacing: normal;
}

#nav a
{
	padding: 10px;
	line-height: 20px;
	/* display: block; */
	font-size: 18px;
	color: #980b00;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

#mainContent
{
	
}

#mainContent h1
{
	font-family: georgia, "times new roman", serif;
	font-size: 22px;
	font-weight: normal;
	color: #980b00;
	padding: 0px;
	padding-top: 10px;
	margin:0px;
}

#blackBox
{
	float: left;
	width: 732px;
	padding: 10px;
	background-color: black;
}

#footer
{
	width: 932px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

#footerNav
{
	position: relative;
	color: #999;
	font-size: 11px;
	top: 30px;
}

#footerNav a
{
	color: #999;
	font-size: 12px;
	text-decoration: none;
	padding:5px;
}

#footerNav a:hover
{
	text-decoration: underline;
}

