@import 'presentation.css';
/* This CSS file contains all the styling for the pages structural layout. */
body {
	background:url(../images/snab-bg.jpg) no-repeat #002953;
	font:12px Arial, Helvetica, sans-serif;
	color:#505962;
	margin:0;
}
#wrapper {
	width:984px;
	margin:0 auto;
	padding-bottom:30px;
}
#header {
	background:url(../images/header.jpg);
	width:984px;
	height:86px;
	position:relative;
}
#header-cap {
	background:url(../images/header-end.jpg);
	width:66px;
	height:86px;
	position:absolute;
	top:0;
	right:-66px;
}
#divider {
	background:url(../images/top-devider.jpg) no-repeat;
	width:984px;
	height:10px;
	font-size:0;
}
#left-column {
	background:url(../images/left-column-bg.jpg) repeat-y;
	width:230px;
	float:left;
	display:inline;
}
#lc {
	padding:23px 10px 10px 17px;
}
.action-box {
	background:url(../images/left-box-bg.jpg);
	width:163px;
	height:78px;
	padding:20px;
}
#center-column {
	background:url(../images/center-column-bg.jpg) top right no-repeat #FFFFFF;
	width:534px;
	float:left;
	display:inline;
}
#cc {
	padding:25px 20px;
}
#right-column {
	background:url(../images/right-column-bg.jpg) top right repeat-y #FFFFFF;
	width:220px;
	float:left;
	display:inline;
}
#rc	{
	padding:30px 20px 10px 6px;
}
#footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	width:944px;
	height:46px;
	padding:20px;
	clear:both;
}
