@charset "UTF-8";
/* CSS Shabazz 08 Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	margin-top: 0px;
	background-image:url(../images/shabazz08_bg.jpg);
	background-attachment: fixed;
	background-color: #000;
	background-position: center top;
}

/* Headers */

h1 {
	font-size: 1.25em;
	color: #000;
	margin-bottom: -5px;
}

h2 {
	color: #000;
	font-size: 1em;
	margin-bottom: -12px;
}

h3 {
	color: #000;
	font-size: .75em;
}

/*Links*/

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #b61c24;
}

#header {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/*margin-top: -20px;*/
	background-color: #000;
}

#nav {
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 750px;
	/*height: 500px;*/
	font-size: .85em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	background: #fff;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 15px;
}

#footer {
	width: 800px;
	color: #fff;
	font-size: .75em;
	text-align: center;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}


#rightlinks {
	width: 263px;
	height: 366px;
	float: right;
	margin-right: -11px;
	margin-top: -11px;
	background-image:url(../images/right_nav_bg.jpg);
	background-repeat:no-repeat;
	font-size: .9em;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
}

#rightlinks a {
	color: #000;
}

#rightlinks a:hover {
	color: #b31d23;
}

#content a {
	color: #000;
	text-decoration: underline;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


.rightlinks {
	padding: 5px;
	margin-bottom: -10px;
	margin-left: 26px;
}

.rightnewad {
	margin-right: -11px;
}

a img {
	border: 0;
}

#content p {
	text-align: left;
}

#content p .centeralign{
	text-align: center;
}
