@CHARSET "UTF-8";
@import url(fonts.css);
@import url(lists.css);

* {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
	margin: 0 auto;
	overflow: auto;
}

body {
	background-color: #42698F;
}

.mbf-item { display: none; }

#wrapper {
	width: 841px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#logo {
	background: url(../images/logo.jpg);
	width: 637px;
	height: 145px;
	float: left;
}

#head {
	background: url(../images/head_2.jpg);
	width: 204px;
	height: 145px;
	float:left;
}

#contentcontainer {
	width: 841px;
	background: url(../images/bg_row.gif);
	min-height:80%;
	height: auto !important;
	height: 80%;
}

#content {
	width: 617px;
	padding: 0 10px 0 10px;
	float:left;
}

#navi {
	width: 204px;
	float: left;
	margin-top: 2px;
}

#strip {
	width: 171px;
	height: 413px;
	background: url(../images/photo_row1.jpg);
	position: absolute;
	left: 762px;
}

#map_canvas {
	width: 500px;
	height: 300px;
	margin: 20px 0 0 60px;	
}

.clear {
	clear: both;
}

.tabdesign {
	width: 500px;
	margin: 0 0 0 60px;	
}

.tabtop {
	width: 500px;
	height: 5px;
	margin: 20px 0 25px 60px;
	text-align: center;
}

.tabbot {
	width: 500px;
	height: 5px;
	background: url(../images/box_foot.jpg) repeat-x;
	margin: 10px 0 0 60px;
	text-align: center;
}

img {
	border: 0;
}

img.center {
	padding: 40px 0 0 60px;
}