html
{
	list-style-type: none;
	text-align: center;
	background-color: #000;
	background-image: url(images/backdrop.jpg);
	color: #FFF;
}

html, body, a, h1, h2, h3, h4, ul, li, img
{
	border: none;
	margin: 0;
	padding:  0;
	display: inline;
}

a
{
	text-decoration: none;
}

ul a
{
	border-bottom: none;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#box
{
	width: 900px;
	background: url(images/repeat.png) repeat-y;
	text-align: left;
}

#header
{
	width: 900px;
	height: 200px;
	background: url(images/top.png) no-repeat;
}
#header a, a:hover, a:visited
{
	color: #FFF;
}

#topLinks
{
	text-align: right;
	padding-top: 35px;
	padding-right: 23px;
}

#topLinks li
{
	margin-left: 7px;
	padding: 1px 2px 1px 2px;

}

#navigation
{
	padding-top: 72px;
	padding-right: 50px;
	text-align: right;
}

#navigation li a
{
	border-top: 3px solid #7b7b7b;
	padding: 2px 5px 3px 5px;
	margin-left: 7px;
	font-variant: small-caps;
	background: #000;
	border-bottom: 2px solid #000;
}

#navigation li a:hover
{
	background: #EB5E00;
}

.current
{
	background: #333300;
}

#contentBox
{
	font-size: small;
	padding-left: 60px;
	clear: both;
	width: 900px;
}

#pageHeader
{
	font: x-large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #656565;
	border-bottom: 1px solid #656565;
	margin-bottom: 30px;
}

#content
{
	width: 595px;
	float: right;
	padding-right: 130px;
	font: small/125% Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
#content a
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	
}
#content a:hover
{
	color: #EB5E00;
}
#content img
{
	float: left;
	padding: 10px 10px 10px 0px;
}
#content h3
{
	display: block;
	clear: both;
	text-transform: uppercase;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #595959;
	color: #595959;
	font-weight: bold;
	width: 100%;
}
#content p
{
	margin: 0;
	padding: 0;
}

#leftBar
{
	float: left;
	width: 150px;
	margin-right: 25px;
}
#leftBar h3
{
	color: #414141;
	font: small "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #353535;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
}
#leftBar li a
{
	display: list-item;
	list-style-position: inside;
	color: #656565;
	list-style-type: lower-roman;
	text-transform: capitalize;
	font: small Georgia, "Times New Roman", Times, serif;
	border: none;
	padding-left: 7px;
}
#leftBar li a:hover
{
	color: #a7a7a7;
}

.newsBox
{
	clear: both;
	width: 550px;
}
.newsContent
{
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.newsTitle
{
	border-bottom: 1px solid #7e3509;
	font: large "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #b0b0b0;
	display: block;
	width:  100%;
}
.newsDate
{
	text-align: right;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: x-small;
	color: #6e6e6e;
}

#footer
{
	background: url(images/bottom.png) no-repeat;
	height: 120px;
	width: 900px;
}

.clear
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.popLeft {
	color: #c4c4c4;
	background: #333300;
	font-size: 75%;
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #7b7b7b;
	padding-right: 10px;
	position: relative;
	left: -80px;
	margin-right: -75px;
	width: 175px;
}

.popRight {
	color: #c4c4c4;
	background: #333300;
	font-size: 75%;
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #7b7b7b;
	padding-left: 10px;
	position: relative;
	left: 90px;
	margin-left: -85px;
	width: 175px;
}
.popRight h1 {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	color: #d7d7d7;
	font-weight: bold;
}
.popLeft h1 {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font: medium "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	color: #d7d7d7;
	font-weight: bold;
}
#content li {
	display: list-item;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: disc;
}
#content ul {
	padding-left: 5px;
	display: block;
	list-style-position: outside;
	list-style-type: disc;
}