#container {
	padding-top: 0px;
	margin: auto;
	width: 760px;
	background: #B9DEEA;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#header {
	background: #DDDDDD;
	width: 760px;
	
}

#left {
	background-color: #A6C0D0;
	float: left;
	width: 180px;
	color: #004080;
	border-left: solid #004080 2px;
	border-bottom: solid #004080 2px;
	border-right: solid #004080 2px;
	position: relative;
	left: 15px;

}

#middle {
	border-style: none;
	float: left;
	width: 532px;
	background-color: #B9DEEA;
	padding-left: 25px;
	padding-right: 10px;
	

}

#footer {
	clear: both;
	background-color: #CCCCCC;
	background-image: url(../images/rounded_bottom.png) left bottom no-repeat;
	width: 760px;
}















