body {
	background: #000 url("../images/bg.jpg") no-repeat 50% 0%;
	border-top: 5px solid #000;
	color: #fff;
	font-size: 11px;
	padding: 20px 0 40px;
}

a {
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	border: 0px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
}

.container_16 {
	margin-bottom: 20px;
	width: 1200px;
}

#wrapper {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -200px;
	text-align: center;
	min-width: 960px; 

}

.container_16 {
	position:absolute;
	width:640px;
	height:410px;
	left:50%;
	top:50%;
	margin-left:-320px; // half of width
	margin-top:-205px; ;// half of height

}

.container_24 {
	background: #fff url(../img/24_col.gif) repeat-y;
}




.sm {
	list-style:none; 
	width:459px; 
	height:100px; 
	display:block; 
	margin-left: 0px; 
	margin-top: 0px;}
	
.sm li {
	float:left; 
	display:inline; 
	overflow:hidden;
	margin-left: 0px;
}

p.copy {
	text-align: center;	
	display: block;
	margin-top: 30px;
}

.slides {
	margin-left: -10px;
}