* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #5E4816;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	height: 780px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#column_left {
	float: left;
	height: 740px;
	width: 150px;
	background-image: url(../pictures/Left.jpg);
}
#column_middle {
	height: 740px;
	width: 700px;
	float: left;
}
#column_right {
	float: left;
	height: 740px;
	width: 150px;
	background-image: url(../pictures/Right.jpg);
}
#footer {
	clear: both;
	height: 40px;
	width: 1000px;
}
#column_middle_left {
	height: 468px;
	width: 198px;
	float: left;
	background-color: #5E4816;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E4A522;
	border-left-color: #E3A325;
	text-align: center;
}
#column_middle_right {
	float: left;
	height: 468px;
	width: 498px;
	background-color: #5E4816;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5A623;
	border-bottom-color: #E5A623;
	text-align: left;
}
#column_middle_menubar {
	height: 20px;
	width: 676px;
	text-align: center;
	padding: 10px;
	color: #E0A525;
	background-color: #5E4816;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2A224;
	border-left-color: #E2A224;
}
#column_middle_footer {
	clear: both;
	height: 40px;
	width: 700px;
	background-image: url(../pictures/Footer.jpg);
}
#column_middle_header {
	height: 148px;
	width: 696px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBA016;
	border-right-color: #DBA016;
	border-left-color: #DBA016;
	background-image: url(../pictures/Header.jpg);
}
#column_middle_top {
	height: 40px;
	width: 700px;
	background-image: url(../pictures/Top.jpg);
}
.space_right_left {
	padding-right: 1em;
	padding-left: 1em;
}
.space_top_bottom {
	padding-top: 10px;
	padding-bottom: 10px;
}


#div_tagg {
	position: relative;
	top: -57px;
	left: 565px;
}

a:link {
	text-decoration: none;
	color: #e2a224;
}

a:visited {
	text-decoration: none;
	color: #e2a224;
}
a:hover {
	text-decoration: none;
	color: #917939;
}
