#wrapper {
width:960px;
overflow:hidden;
margin:0 auto;
}

#header {
width: 960px;
height: 90px;
float: left;
background: url(../imgs/headerBg.jpg) top center;
}

#logo {
background: url(../imgs/logo.gif) no-repeat top left;
width: 325px;
height: 34px;
margin-top: 30px;
margin-left: 30px;
float: left;
}

#banner {
	width: 960px;
	height: 291px;
	float: left;
	background: url(../imgs/banner.jpg) no-repeat top center;
	margin-top: 2px;
	background-color: #CCCCCC;
}

#breadcrumps {
width: 960px;
float: left;
background: url(../imgs/breadShadow.gif) no-repeat top center;
height: 69px;
}

#content {
width: 970px;
float: left;
overflow: hidden;
height: auto;
background: #f6f3eb;
border: 1px solid #d9d3b3;
margin-top: 20px;
}

#leftCol {
width: 160px;
background: url(../imgs/beige.png);
border: 1px solid #d9d5c6;
margin: 5px 0 0 5px;
float: left
}

#rightCol {
float:right;
width: 750px;
overflow: hidden;
height: auto;
}

#footer {
width:100%;
margin: 0 auto;
background: #10273f
}

#footerLinks {
width: 960px;
height: 116px;
background: url(../imgs/footerBg.jpg) no-repeat top left;
margin: 0 auto
}

