@charset "utf-8";
/* CSS Document */

.clear { clear: both; height: 0; }

html #outer{height:100%;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	padding: 5px 0px;
	}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 11px;
	line-height: 20px;
	}
	
body { 
	margin: 0;
	padding: 0;
	background: #ccc url(../images/bodyback.jpg) 0 0 repeat-x;
	background-position: top;
}

a {
		text-decoration: none;
		color: #354261;
		font-weight: bold;
   }

a:hover {
		text-decoration: none;
		color: #354261;
		font-weight: bold;
  }

h1 {
		font-size: 18px;
		font-weight: bold;
		padding: 5px;
		color: #FF0000;  
		}

h2 {
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
		color: #FF0000; 
        }
		
h3 {
	font-size: 12px; 
	color: #333; 
	font-weight: bold; 
        }

.detail-thumbs {
		padding: 3px;
		}

#topcontainer {
	margin: 0;
	padding: 0;
	width: 950px;
	background: #000;
	}

#chat {
	width: 960px;
	height: 19px;
	padding: 0;
	background: transparent url(../images/chat_bk.jpg) 0 0 repeat-x;
}

#chatWrapper {
	background: transparent;
	float: right;
}

#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 80px; 
	background: #000 url(../images/header.jpg) 0 0 no-repeat;
	text-indent: -9999em;
}
	
#custom_header {
	width: 950px;
	height: 125px; 
	background: #000 url(../images/header_front.jpg) 0 0 no-repeat;
	display: block;		
}

#nav {
	display: none;
}

#bodycontent {

		position: inherit;
		height: auto; width: 100%;
		background-color: #000000;
		background-image:url(../images/background.jpg);
		background-position: top;
		background-repeat: no-repeat;
		}

#customcontent { background-color: #fff; }	
#customcontent td { padding: 5px; }
#customcontent td img { border: 1px solid #333; }
#customcontent h3 { padding: 5px 5px 5px 0px; }	
#bodycontent h1 { background-color: #fff; }	

#formColumnRight {
	display: none;
}

#footer {
	margin: 0 auto;
	height: 50px;
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}