@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 { 
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/bodyback.jpg) 0 0 repeat;
	background-attachment:fixed;
	margin-top: 0;
}

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;
	}

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

#nav {
	display: none;
}

#custom_header {
	width: 950px;
	height: 125px; 
	background: #000 url(../images/header_front.jpg) 0 0 no-repeat;
	display: block;		
}

#custom_nav {
		height: 35px;
		width: 950px;
		background-color: #000;
		}

#custom_nav {
		position: inherit;
		margin-top: 0px;
		height: 20px;
		width: 950px;
		background-color: #fff;
		display: block;
}

#custom_nav a {
	color: #0066FF;
	padding-top: 8px;
	font-size: 14px;
}

#bodycontent {

		position: inherit;
		height: auto; width: 100%;
		background-color: #000000;
		background-image:url(../images/background.jpg);
		background-position: top;
		background-repeat: no-repeat;
		}
		
#customcontent td { padding: 5px; }
#customcontent td img { border: 1px solid #333; }
#customcontent h3 { padding: 5px 5px 5px 0px; }	

#footer {
	background: #FFFFFF;
	color: #000;
}