/*-----------------------------------------------
	Global Elements
-----------------------------------------------*/
#nav:after, #container:after, #content:after, #body:after, form:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}
* html #nav, * html #container, * html #body, * html #content, * html form, * html div
{
height: 1%;
}

* {
    margin: 0;
    padding: 0;
}

body {    
    padding-top: 30px;
    background-color: #000;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #B0B0B0;  
	cursor: default;
}
a { 
	text-decoration: none;
	color: #D04444;
}
a:link { 
	text-decoration: none;
	color: #D04444;
    }
a:visited { 
	text-decoration: none;
	color: #D04444;
}
a:hover { 
	text-decoration: none;
	color: #FF6666;
}
a:active { 
	text-decoration: none;
	color: #D04444;
}
h1 {
    display: none;
}
h2 {
	color: #BBBBBB;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}
h3 {
    font-size: 1.2em;       
}        
p {
    margin: 0 0 7px 0;        
}        
hr {
	border: 1px solid #000;
	border-top: 1px solid #999;
	margin: 5px 0 7px 0;
}

/*-----------------------------------------------
	Layout
-----------------------------------------------*/
#container {
    position: relative;
    margin: 0 auto;
    width: 816px;
}

#banner {
    width: 800px;
    display: block;
    height: 112px;
    background: url('images/title.png');
	background-repeat: no-repeat;
}

#content {
	height: 100%;
	margin-left: 15px;
	background: url('images/content.gif');
	background-repeat: repeat-y;
}     
#nav {
	float: left;
	
	padding-left: 28px;
	width: 213px;
}
#body {
	float: right;
	position: relative;
	width: 512px;
	padding-right: 40px;
}

#footer { 
    width: 800px;
    height: 18px;
	margin-left: 15px;
    background-color: #fff;
    background: url('images/footer.gif');
	background-repeat: no-repeat;
}     
.newsItem {
	padding: 20px 10px 20px 5px;
	margin-bottom: 25px;
}

.newsItem h2 {
	margin-bottom: 5px;
}


.newsItemBottom {
	border-top: 1px solid #555;
	margin-top: 15px;
	padding-top: 2px;
	color: #bbb;
}
.newsItemComments {
	text-align: right;
	width: 100%;
}
/*-----------------------------------------------
	Styles
-----------------------------------------------*/
#nav ul {
	list-style-type: none;
}
#nav li {
	margin-left: 4px;
}
#nav a {
	display: block;
	font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	width: 127px;
	height: 28px;
	padding: 7px 0px 0px 40px;
	background: url('images/button.gif') no-repeat;
	color: #C0C0C0;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/button_over.gif') no-repeat;
}