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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background: url(../Imgs/bg.jpg) 0 150px repeat-x;
}
.clear {
	width: 1px; height: 1px;
	clear: both;
	overflow: hidden;
}

#frame {
	width: 860px;
	margin: 10px auto 0 auto;
	background: white;
}

#logo {
	margin-left: 30px;
}
#menu2 {
	text-align: right;
	float: right;
	width: 400px;
	margin-top: 70px;
	margin-right: 30px;
}
#menu {
	height: 40px;
	padding-left: 30px; margin-bottom: 30px;
	background: #6d3e21 url(../Imgs/menu-left.jpg) top left no-repeat;
	overflow: hidden;
}
#curve {
	background: url(../Imgs/menu-right.jpg) top right no-repeat;
	padding-right: 30px;
	text-align: center;
}

#leftcol {
	width: 500px;
	margin-right: 30px;
	float: left;
}
#rightcol {
	width: 300px;
	float: left;
}
#minheight {
	width: 1px; height: 450px; overflow: hidden;
	float: right;
}
#content {
	padding: 0 0 20px 30px;
}

#footer {
	background: #6d3e21;
	padding: 10px 0;
	text-align: center;
}
#footer-content {
	font-size: 85%;
	text-align: left;
	width: 800px;
	color: white;
	margin: 0 auto;
}