/*General*/
body { 
margin : 0 auto;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #333333;
line-height : 13px;
margin : 0 auto;
width : 990px;
background: #270822;
} 

#wrapper{
	width: 964px;
	height: 640px;
	background: #FFF;
	margin: 113px 0 0 0;
	padding: 0;
}

#leftColumn{
	width: 209px;
	margin: 35px 0 0 32px;
	float: left;
}


#welcome{
	width: 209px;
}

#footer{
	width: 964px;
	height: 56px;
}

p {
	color: #270822;
	padding: 0 3px 0 3px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:549px;
	width: 660px;
	margin: 22px 12px 0 0;
	padding: 0;
	float: left;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: none;
	padding: 0;
	margin: 0;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500
}
