* {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 600px;
	color: #481F01;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/bgmikado.jpg);
	background-position: left top;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.wrapper {
	display: block;
	background: #fff;
	width: 910px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #A59A8A;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.header {
	color: #fff;
	text-align: center;
	width: 100%;
	background-image: url(../images/header-08.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 110px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.left {
	padding: 0;
	width: 165px;
	//width: 18%;
	float: left;
	border: 0px solid #481F01;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.nav {
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 1%;
	padding-right: 5px;
	padding-bottom: 1%;
	padding-left: 5px;
}

.nav ul {
	padding: 0;
	list-style: none;
}

.nav ul li a {
	display: block;
	height: 40px;
	padding-left: 0%;
	color: #330000;
	line-height: 40px;
	font-size: 0.8em;
	text-decoration: none;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}

.nav ul li a:hover, .nav ul li a.active {
	text-decoration: none;
	color: #EDB640;
	background-image: none;
}

.nav ul li ul {
	padding-left: 18px;
	font-size: .6em;
}

.nav ul ul a {
	line-height: 30px;
	height: 30px;
}

.right {
	float: right;
	width: 737px;
}

.entry {
	border: 1px none #481F01;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.entry h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
	background: url('images/bean.jpg') left center no-repeat;
}

.entry p {
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.entry img {
	padding: 2px;
	border: 1px none #000;
}

.footer {
	color: #A59A8A;
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 19px;
	//padding-bottom: 0px;
	width: 890px;
	min-height: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 11px;
	padding-right: 10px;
}

.footer a {
	color: #DD113B;
}


a {
	color: #EDB640;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
center {
	text-align: center;
}
.galthumb {
	margin-right: 10px;
}

