body { background: #1f0b0a url(../img/bg-panel.png) center top no-repeat; }

.wrapper {
	display: block;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
	width: 930px;
}

#header { 
	height: 90px;
	padding-top: 5px;
}

#slides, #internal-image {
	display: block;
	height: 400px;
	position: relative;
	width: 930px;
}

#slides { display: inline-block; }

.ie7 #slides { display: block; }

#slide-wrapper, #internal-image { margin: -8px auto 35px; }

#slide-wrapper { 
	position: relative;
	text-align: center;
}

#internal-image { height: 300px; }

.slides_container {
	display:none;
	height: 400px;
	overflow:hidden;
	position:relative;
	width:930px;
}

.slides_container div.slide {
	display:block;
	height:400px;
	position: relative;
	width:930px;
}

#content { margin-bottom: 110px; }

#content .left-col {
	background: url(../img/bg_content.png) no-repeat top left;
	display: block;
	float: left;
	margin-right: 30px;
	width: 610px;
}

#content .left-col .border-top {
	background: url(../img/border_content-top.png) no-repeat;
	height: 30px;
	width: 610px;
}

#content .left-col .border-bottom {
	background: url(../img/border_content-bottom.png) no-repeat bottom left;
	overflow: hidden;
	padding: 0 30px 35px;
	width: 550px;
}

#content .right-col {
	display: block;
	float: left;
	width: 290px;
}

#content .right-col .callout { 	
	background: url(../img/bg_callouts.png) no-repeat top left;
	margin-bottom: 30px;
}

#content .right-col .callout .border-top {
	background: url(../img/border_callout-top.png) no-repeat;
	height: 30px;
	width: 290px;
}

#content .right-col .callout .border-bottom {
	background: url(../img/border_callout-bottom.png) no-repeat bottom left;
	overflow: hidden;
	padding: 0 30px 30px;
	width: 230px;
}

#footer {
	background: url(../img/bg_footer.png) repeat-x;
	height: 196px;
	padding: 8px 0;
}

.foot-wrapper {
	display: block;
	height: 156px;
	margin: 0 auto;
	padding: 20px 15px;
	width: 510px;
}

div.center {
	float: left;
	margin-top: 2px;
	width: 290px;
}

div.clear { 
	clear: both;
	height: 1px;
}

.left-col div.left, .left-col div.right {
	float: left;
	width: 260px;
}

.left-col div.left { margin-right: 20px; }