/* ---------------------------------------------
GENERAL STYLES
-----------------------------------------------*/

body {
	font-family: "Arial Black" Arial, Helvetica, sans-serif;  
}

*  
{
padding:0;
margin:0;
}	

* a:hover, * a:active
{
	outline:none;
}
	
		
.clear 
{
  clear: both;
  height: 0;
}

li li, li p, td p, blockquote p 
{
	font-size:1em
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

img 
{
	border: 0;
	vertical-align:bottom;
}


ul,li 
{
	list-style-type:none;
}


/* ---------------------------------------------
CONTENT STYLES
-----------------------------------------------*/

#contentarea {
	width: 950px;
	height: auto;
	clear: both;
	padding: 75px 0 45px 0;
}

h2#links-title {
	clear: both;
	display:block;
	text-indent: -50000px;
	width:950px;
	height:36px;
	border-bottom: 1px solid #fff;
	background: url(../images/links-title.gif) no-repeat top left;
	overflow:hidden;
	margin: 0;
	padding: 0;
}

.cmslist {
	width: 950px;
	height: auto;
	border-bottom: 1px solid #fff;
	clear: both;
}

.cmslist dl {
	float: left;
	width: 220px;
	height: auto;
	margin: 0 8px;
	padding: 30px 0 15px 0;
}

* html .cmslist dl {
	float: left;
	width: 220px;
	height: auto;
	margin: 0 6px;
	padding: 15px 0;
}

.cmslist dt {
	background: #252525;
	margin: 0 auto;
	clear: both;
}

.cmslist dt img {
	border: none;
}

.cmslist dd {
	padding: 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	clear: both;
}

.cmslist dd p {
	padding: 0;
	line-height: 12px;
}

p.descrip {
	text-transform: none;
}

.cmslist dd span {
	color: #646464;
}

p.comment {
	color: #646464;
	margin: 5px 0;
}

.cmslist dd a {
	color: #FFFF00;
	padding: 10px 0;
	clear: both;
	text-decoration: none;
}

.cmslist dd a:hover {
	color: #646464;
	padding: 10px 0;
	clear: both;
	text-decoration: none;
}

#foot {
	background: url(../images/footer.gif) no-repeat bottom;
	width: 920px;
	padding: 53px 10px 0 20px; 
	clear: both;
	height: auto;
}

#foot ul {
	float: right;
}

#foot p {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #191919;
}

#foot ul li { 	
	float: left;
	font-size: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

#foot ul li a {
	color: #191919;
	text-decoration: none;
}

#foot ul li a:hover {
	color: #646464;
	text-decoration: none;
}

a.backto {
	background: url(../images/yellow-arrow.gif) no-repeat left center;
	padding-left: 11px;
	color: #FFFF00;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	margin-bottom: 15px;
}

a.backto:hover {
	background: url(../images/grey-arrow.gif) no-repeat left center;
	padding-left: 11px;
	color: #646464;
	font-size: 12px;
	text-decoration: none;
	float: right;
	margin-bottom: 15px;
}

p.title {
	float: right;
	width: 460px;
	font-size: 18px;
	color: #FFFF00;
	text-transform: uppercase;
	padding: 35px 0 20px 0;
}

p.text {
	float: right;
	width: 460px;
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
}

#test-img {
	float: left;
	width: 465px;
	height: 452px;
	background: #252525;
	margin-bottom: 30px;
}

#test-img a {
	text-decoration: none;
	color: #646464;
}

.pagelist {
 	clear: both;
	font-size: 12px;
	padding: 10px 0;
	color: #fff;
}

.pagelist a {
	color: #FFFF00;
	text-decoration: none;
}

.pagelist a:hover {
	color: #646464;
	text-decoration: none;
}

.row {
 	clear: both;
}	