@charset "utf-8";
/* CSS Document */

body {
	background-color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img {border:0;}

#wrapper {
	width:100%;
}

#container {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

#content {
	background-image:url(images/escher-bar.jpg);
	background-repeat:repeat-y;
	background-position:11px 70px;
}

#header {
	height:70px;
	width:860px;
	color:#eed;
	background-image:url(images/bg-header.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#main {
	width:860px;
}

#lbar {
	float:left;
	width:140px;
	color:#eed;
	margin-left:10px;
}
#lbar a {color:#eed;}
#lbar p {margin-left:10px;}

#mb {
	float:left;
	width:540px;
	color:#633;
	margin-left:10px;
}
#mb h1 {text-align:center;}
#mb a {color:#633;}
#mb img.main {
	margin-right:10px;
	margin-left:10px;
	border: 1px solid #633;
}

#gallery {margin-left:10px;}
#gallery div.gal {
	float:left;
	width:150px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}
#gallery img {border: 1px solid #633;}
#gallery h4 {text-align:center;}

#rbar {
	float:left;
	width:140px;
	margin-left:10px;
}

#footer {
	clear:both;
	width:860px;
	height:35px;
	color:#eed;
	text-align:right;
	padding-top:5px;
	background-image:url(images/bg-footer.gif);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#footer a {color:#eed;}