

body {
	margin: 0;
	padding: 0;
	background: #212429;
	color: #FFFFFF;
	font: 70%/1.6em Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	color: #bf0000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:active, a:focus {
	background:  #bf0000;
	color: #fff;
	}
	
h1 {
	font-size: 1.3em;
	color: #fff;
	font-weight: normal;
	}
	
h2 {
	font-size: 1.2em;
	}
h2 a, h2 a:link, h2 a:visited {
	color: #fff;
	}
h2 a:focus, h2 a:active {
	color: #fff;
	background: none;
	}
	
/*-- POSITIONING --*/

#container {
	width: 915px;
	margin: auto;
	}
	
#mastWrap {
	width: 100%;
	background: #232845;
	}
	
#topBar {
	width: 915px;
	margin: auto;
	height: 30px;
	color: #fff;
	}
	
#topBar p {
	margin: 10px 0 0 5px;
	}
	
#mastTop {
	width: 915px;
	height: 122px;
	margin: auto;
	background: url(../images/structure/masthead_top.jpg) top left no-repeat;
	}
	
#mastBottom {
	width: 915px;
	height: 61px;
	background: url(../images/structure/masthead_bottom.jpg) top left no-repeat;
	}
	
#contentWrap {
	width: 915px;
	background: url(../images/structure/page_tile.gif) top left repeat-y;
	}
	
#content {
	width: 915px;
	margin: auto;
	background: url(../images/structure/page_bg.gif) top left no-repeat;
	}
	
.contentLeft {
	float: left;
	width: 590px;
	}
.contentRight {
	float: right;
	width: 300px;
	}
.padding {
	padding: 10px;
	}	
.clear {clear: both;}
	
/*-- FOOTER --*/

#footer {
	width: 915px;
	height: 40px; /*75*/
	padding-top: 25px;
	background: url(../images/structure/footer_bg.gif) top left no-repeat;
	text-align:center;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 0.7em;
	}
	

/*-- GLOBAL NAV --*/
	

	
#nav {
	width: 915px;
	height: 61px;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav ul li a {
	display: block;
	float: left;
	width: 91px;
	height: 61px;
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#nav ul li a.one {
	background: url(../images/nav/nav_1.gif);
	}
#nav ul li a.two {
	background: url(../images/nav/nav_2.gif);
	}
#nav ul li a.three {
	background: url(../images/nav/nav_3.gif);
	}
#nav ul li a.four {
	background: url(../images/nav/nav_4.gif);
	}

#nav ul li a:hover {
	background-position: 0 -61px;
	}
	
#nav ul li a#selected {
	background-position: 0 -122px;
	}
	
/* ==========================
BLOG CLASSES
============================*/
	
h2.article {
	background: url(../images/icons/DJ.gif) top left no-repeat;
	padding-left: 20px;
	display: block;
	height: 15px;
	line-height: 17px;
	}
p.article {
	margin: 5px 5px 5px 20px;
	}
	
.blogPreview {
	border-bottom: 1px dashed #858071;
	}
	
/* ==========================
OTHER CLASSES
============================*/
	
html { height: 100%; margin-bottom: 1px;}
.newWindowInvert {
	background:  url("../images/icons/newWindowInvert.gif") no-repeat 1px 2px;
	padding-left: 18px;}