body {
	font-family: Arial;
	background: url(images/background.png) #B9B489 repeat-x;
	margin: 0;
	padding: 0;
}

h5 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

a { text-decoration: none; color: black; }
a:hover { color: red; }

.menu {
	background: none;
	margin: 15px 0;
	list-style-type: none;
	height: 38px;
	color: black;
	padding: 0;
	font-family: Tahoma;
	text-align: center;
	border-bottom: 3px solid black;
}

.menu li {
	display: inline;
	margin: 10px 0 0 0;
}

.menu li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
}

.wrap {
	width: 1019px;
	margin: 0 auto;
}

.header {
	height: 203px;
	background: url(images/bg_header.jpg) no-repeat;
	border: 3px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	margin-top: 10px;
	position: relative;
}

.header div.head {
	bottom: 5px;
	right: 5px;
	position: absolute;
}

.left {
	background: url(images/bg_content.png) #9B966D  repeat-x;
	float: left;
	margin: 10px 0 10px;
	width: 130px;
	text-align: center;
	border: 3px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.middle {
	background: url(images/bg_content.png) #9B966D repeat-x;
	float: left;
	margin: 10px;
	padding: 0 15px;
	width: 670px;
	border: 3px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.right {
	background: url(images/bg_content.png) #9B966D repeat-x;
	float: right;
	margin: 10px 10px 0;
	width: 130px;
	text-align: center;
	border: 3px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.bottom {
	clear: both;
	text-align: center;
	width: 670px;
	margin: 0 auto;
	padding: 0 15px;
}

