@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#DEE1CB;
	background-image:url(images/cobble-bg.jpg);
	background-position:top;
	background-repeat:repeat;
}

a {color:#000;}
img {border:0px;}

#wrapper {
	width:100%;
}

#container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#content {width:980px;}

#header {
	width:980px;
	height:140px;
	background-image:url(images/header.png);
	background-position:top;
	background-repeat:no-repeat;
}
#header img.logo {margin: 20px 0px 0px 175px;}

#main {
	width:980px;
	background-image:url(images/main-bg.png);
	background-position:top;
	background-repeat:repeat-y;
	margin-bottom:0px;
}
#main div.clear {clear:both;width:980px;height:1px;}

#lbar {
	float:left;
	width:170px;
	text-align:center;
}

#mb {
	float:left;
	width:640px;
}
#mb h1 {text-align:center;margin-bottom:0px;}
#mb h2 {text-align:center;margin-top:0px;font-weight:normal;font-style:italic;}
#mb p {margin-left:20px;margin-right:20px;}

#rbar {
	float:left;
	width:170px;
	text-align:center;
}
#footer {
	clear:both;
	width:980px;
	height:60px;
	padding-top:30px;
	text-align:center;
	background-image:url(images/foot-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}
#footer img {margin-top:3px;}