html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: white url('images/background.png') top left repeat;
}

div#wrapper {
	margin: 0 auto;
	width: 1004px;
	padding: 0 46px 0 36px;
}

div#logo {
	margin-bottom: 9px;
}

div#menu {
	width: 186px;
	margin: 36px 46px 0 0;
	float: left;
}

div#submenu {
	height: 30px;
	font-size:14px;
}

div#submenu ul li {
	display: inline;
	line-height: 30px; 
	padding-right: 14px;
	padding-left: 5px;
	background: url('images/submenu-separator.png') center right no-repeat;
}

div#submenu ul li a {
	text-decoration:underline;
}

div#submenu ul li.first {
	padding-left: 0 !important;
}

div#submenu ul li.last {
	background: none !important;
}

div#footer {
	margin-top: 2em;
	height: 28px;
	line-height: 28px;
/*	background: #663366; */
	background: #5c6d18;
}

div#footer ul li {
	display: inline;
	border-left: 1pt solid white; 
	padding-left: 6px;
	padding-right: 4px;
}

div#footer ul li.first {
	border-left: none !important;
	padding-left: 12px
}


div#footer ul li a {
	color: white;
	text-decoration: none;
	font-family: "Helvetica", Arial, serif;
	font-size: 0.9em;
}

div#content {
	margin-left:231px;
}

div#header {
	border-bottom: 1px solid #663366;
}

div#header>img {
	margin-bottom: -4px;
}

#menu ul li {
	background: transparent url('images/menu-separator.png') bottom center no-repeat;
/*	height: 20px; */
	padding: 6px 0;
}

div.image img {
	margin: 1px 0 -2px 0;
}

gallery {
	margin: 1px 0 -2px 0;
	width: 222px;
}

div.image {
/*	border-top: 8px solid #ffcc33;
	border-bottom: 8px solid #ffcc33; */
	border-top: 8px solid #B0531C;
	border-bottom: 8px solid #B0531C; 
}

gallery.img{
	width: 200px
	}

div.text {
	float: left;
	width: 422px;
	margin-right: 46px;
}

div.picture {
	float: left;
	width: 222px;
	margin-top: 46px;
}
	
.clean {
	clear: both;
}