
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

body{
	color: #CCC;
	font: 12px "Century Gothic",Arial,sans-serif;
	font-weight: bold;
	border-top: 4px #0aa0a9 solid;
	background: #191919 url(images.live/chainback.jpg) repeat-x center 152px;
	padding-bottom: 20px;
}

a{
	color: #0aa0a9;
}

.blockTitle{
	font-weight: bold;
	font-size: 2em;
	color: white;
	padding-bottom: 7px;
}

.centerContainer{
	width: 968px;
	margin: auto;
}

.centerContainer .headerBox{
	height: 148px;
	background: url(images.live/headback.jpg) no-repeat center top;
}

.centerContainer .headerBox .headerLogo{
	margin-top: 38px;
	margin-left: 43px;
}

.centerContainer .headerBox .menuList{
	display: block;
	float: right;
	list-style-type: none;
	margin-top: 75px;
}

.centerContainer .headerBox .menuList li{
	display: inline;
}

.centerContainer .headerBox .menuList li a{
	display: block;
	float: left;
	background: url(images.live/menubtnback.png);
	height: 30px;
	width: 92px;

	margin-left: 5px;

	text-align: center;
	/*text-transform: uppercase;*/
	text-decoration: none;

	line-height: 25px;
	font-size: 1.4em;
	color: white;
}

.centerContainer .headerBox .menuList li a:hover{
	text-decoration: underline;
}

.centerContainer .headerBox .menuList li a.pkrButton{
	background: url(images.live/menubtnpkr.png);
}

.centerContainer .headerBox .menuList li a img{
}

.centerContainer .lightBox{
	height: 360px;
	background: black url(images.live/lightback.jpg) no-repeat center top;
}

.centerContainer .lightBox .lightBoxImg{
	display: block;
	float: right;
	width: 597px;
	height: 360px;
	background: black url(images.live/lightback.jpg) no-repeat center top;
}

.centerContainer .lightBox .textBox{
	margin-left: 30px;
}

.centerContainer .lightBox .textBox p{
	color: #0aa0a9;
	font-size: 2.5em;
	margin-left: 60px;
	padding-top: 20px;
}

.centerContainer .lightBox .textBox p.title{
	color: white;
	text-transform: uppercase;
	margin-left: 40px;
}

.centerContainer .footBox{
	height: 77px;
	margin-top: 29px;
	background: url(images.live/footback.jpg);
}

.centerContainer .footBox .menuList{
	list-style-type: none;
	padding-top: 30px;
	padding-left: 365px;
}

.centerContainer .footBox .menuList li{
	display: inline;
	border-left: 1px #868786 solid;
	padding-left: 5px;
	padding-right: 5px;
}

.centerContainer .footBox .menuList li.first{
	border-left: none;
}

.centerContainer .footBox .menuList li a{
	color: #868786;
	text-decoration: none;
}

.centerContainer .footBox .menuList li a:hover{
	color: #CCC;
	text-decoration: underline;
}

.centerContainer .mainBox{
	min-height: 100px;
	margin-top: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: black url(images.live/contentback.jpg) no-repeat center top;
}

.centerContainer .mainBox .leftColumn{
	padding-left: 30px;
}

.centerContainer .mainBox .leftColumn .newsBoxTop{
	background: url(images.live/innerpaneltop.gif);
	height: 7px;
	width: 274px;
}
.centerContainer .mainBox .leftColumn .newsBoxBottom{
	background: url(images.live/innerpanelbottom.gif);
	height: 7px;
	width: 274px;
}

.centerContainer .mainBox .leftColumn .newsBox{
	background: #181818;
	width: 250px;
	padding-left: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
}

.centerContainer .mainBox .leftColumn .newsBox .newsList{
	list-style-image: url(images.live/bullet.gif);
	list-style-type: none;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.centerContainer .mainBox .leftColumn .newsBox .newsList > li{
	border-top: 1px #333 solid;
	padding-top: 8px;
	padding-bottom: 9px;
}

.centerContainer .mainBox .leftColumn .newsBox .newsList > li.first{
	border-top: none;
	padding-top: 0px;
}

.centerContainer .mainBox .rightColumn{
	float: right;
	width: 600px;
}

.centerContainer .mainBox .bannerBox{
	padding-bottom: 15px;
}

.centerContainer .mainBox .rightColumn .postBox .postTitle{
	font-weight: bold;
	font-size: 2em;
	color: white;
	padding-bottom: 7px;
}

.centerContainer .mainBox .rightColumn .postBox p{
	padding-bottom: 7px;
}

