html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #080808 url(../images/background.jpg) top no-repeat /*fixed*/ /*fixed*/;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	padding: 0;
}

img {
	padding: 0px;
	margin: 0px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #cb7421;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #8aa968;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* STRUCTURE */

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 223px;
}

#navBar {
	width: 800px;
	height: 45px;
	line-height: 45px;
	margin: 0px auto;
	background: url(../images/nav_bk.jpg) no-repeat;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}

#navBar a:link, #navBar a:visited {
	color: #fff;
	padding: 0px 10px 0px 10px;
	font-weight:bold;
	text-decoration: none;
}

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

#navBar ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	display: inline;
	margin-left: 0;
	padding-left: 0px;
	} 

#navBar ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}

#content{
	width: 800px;
	height: 100%;
	background: url(../images/body_bk.jpg) repeat-y;
	float: left;
}

#contentLeft {
	width: 600px;
	float: left;
}

#contentLeft p {
	padding-top: 10px;
}

#contentBody {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

#contentBody a:link, #contentBody a:visited {
	color: #cb7421;
	font-weight: bold;
	text-decoration: none;
}

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


#contentRight {
	width: 200px;
	float: right;
}

#footer {
	clear: both;
	width: 800px;
	height: 45px;
	line-height: 45px;
	background-color: #000;
	background: url(../images/footer_bk.jpg) no-repeat;
	text-align: center;
	margin: 0px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

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

.news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	font-weight: normal;
}

.newsdate {
	color: #ee8711;
	font-weight: bold;
}

.badgeArea {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 6px;
	padding-right: 5px;
}

.badge {
	padding-bottom: 5px;
}

#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}

#mytable td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #000;
	padding: 6px 6px 6px 12px;
	color: #fff;
}

#mytable td.alt {
	background: #5e5e5e;
	color: #fff;
}

#mytable td.spec {
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ee8711;
}

#mytable td.specalt {
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #5e5e5e;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #ee8711;
}

#news_listing {
	width: 90%;
	}

#news_listing h1{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: none;
	font-size: 16px;
	padding: 10px 0 5px 10px;
	color: #993300;
	}
	
#news_listing ul{
	margin: 10px 0 0 15px;
	padding: 0;
	}
	
#news_listing a:link, #news_listing a:visited
	{
	color: #cb7421;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
}

#news_listing a:hover
	{
	color: #8aa968;
	font-weight: normal;
	text-decoration: underline;
}

.news_title li{
	list-style: none;
	height: 23px;
	padding: 5px 0 0 25px;
	margin: 10px 0 0 0;
	font-weight: 0;
	background:url(../images/news_li.jpg) top left no-repeat;
	}


