body {
	margin: 0;
}

#container {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

#left-side {
	float: left;
	width: 175px;
	min-height: 640px;
	background: #ffffff url('../img/left-bg.gif') top right;
}

#middle {
	width: 1020px;
	min-height: 510px;
	border-left: #2977A0 solid 2px;
	border-right: #2977A0 solid 2px;
	border-bottom: #2977A0 solid 2px;
	background: #f6f5f0;
}

#right-side {
	float: right;
	width: 175px;
	min-height: 640px;
	background: #ffffff url('../img/right-bg.gif');
}

#header {
	height:	140px;
	width:	1020px;
	background: #f1f7fe url('../img/header-bg.gif') repeat-x left bottom;
}

#header-logo {
	float: left;
	width: 150px;
	height:	140px;
	background: url('../img/logo.gif') no-repeat scroll center center;
}

#header-top {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
	height: 85px;
	width: 630px;
	text-align: right;
}

#header-bottom {
	float: right;
	height: 45px;
	width: 630px;
	margin-right: 20px;
	text-align: right;
}

#content {
	width: 970px;
	min-height: 480px;
	background: #f6f5f0 url('../img/content-bg.gif') repeat left;
	padding: 0px 15px;
}

#bottom {
	width: 1000px;
	height: 80px;
	padding-top: 20px;
	text-align: center;
	background: #f6f5f0 url('../img/content-bg.gif') repeat left;
}

#footer {
	width: 1000px;
	height: 65px;
	background: #f6f5f0 url('../img/logo-small.gif') no-repeat center center; 
}

