/* CSS Document by Definitive Labs Ltd */

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	padding-top: 275px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(/images/uwc-bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2 {
	padding: 0;
	margin: 0;
	font-size: 140%;
	text-transform: uppercase;
}

p {
	line-height: 140%;
}

a {
	color: #fff;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}




/* Defined Styles */

.leftnav {
	background-image: url(images/nav/left_nav_bg.png);
	background-repeat: repeat-y;
	
	/* */
	height: 300px;
	/* */	
}

.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

.leftnav ul li {
	padding: 2px;
	margin: 0;
	text-align: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #AFAFAF;
}

.leftnav ul li a{
	color: #000;
	text-align: left;
	text-decoration: none;
	padding: 0px 0px 0px 5px;
	margin: 0;
	line-height: 150%;
	display: block;
}

.leftnav ul li a:hover{
	color: #990000;
	font-weight: bold;	
}

.rightnav {
	background-image: url(images/nav/rightnav_bg.png);
	background-repeat: repeat-y;
}

.maincontent {
	padding: 17px 0 0 0;
	color: #fff;
}

p.date {
	margin: 0;
	padding: 0;
	width: 468px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-bottom: 5px;
}

.promocontent {
	padding: 10px 0 10px 0;
}

.leftbanners {
	padding: 10px 0 5px 12px;
}

.rightbanners {
	padding: 10px 0 5px 8px;
}

.rightbanners2 img {
	margin: 5px 0 0 0;
}

.forumbg {
	background-image: url(images/nav/forum_bg.png);
	background-repeat: repeat-y;
	font-size: 80%;
}

.forumbg ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	list-style: none;	
}

.forumbg ul li a{
	color: #000;
	text-decoration: none;
}

.forumbg ul li a:hover{
	color: #666;
	text-decoration: underline;
}

.footer {
	background-image: url(images/footer/footer.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.footer ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	padding-top: 22px;
	width: 820px;
}

.footer ul li {
	display: inline;
	font-size: 80%;
	padding: 0 3px 0 0;
}

.footer ul li a {
	text-decoration: none;
}