* {
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top_img {
	height: 15px;
	width: 800px;
	background-color: #7291C7;
}
#logo {
	height: 187px;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	float: left;
	padding-top: 12px;
}
#navigation {
	clear: both;
	width: 800px;
	background-image: url(../images/btns/filler.jpg);
	background-repeat: no-repeat;
}
#news {
	height: 199px;
	width: 499px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	float: right;
}
#content {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
}
#locations {
	width: 800px;
}
#north {
	float: left;
	width: 390px;
}
#map {
	float: right;
	width: 400px;
	padding-right: 10px;
}


#footer {
	height: 20px;
	width: 800px;
	background-image: url(../images/framework/footer_img_01.jpg);
}
#spacer {
	clear: both;
	height: 10px;
	width: 800px;
}

#drop {
	background-image: url(../images/framework/drop.jpg);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}

