@charset "iso-8859-1";
/* CSS Document */

body {
	background-image:url('../images/bg_pattern.gif');
	margin: 10px;
}

#content {
	width: 800px;
	margin: auto;
}

#header {
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	height: 291px;
}

#menu {
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
	height: 34px;
	border: 3px solid #462f1b;
	border-bottom: none;
}

#menu ul {
	margin: 5px;
	padding: 0px;
}

#menu ul li {
	display: inline;
}

#menu ul li a:link {
	padding: 8px;
	color: #FFCC00;
	text-decoration: none;
}

#menu ul li a:visited {
	padding: 8px;
	color: #FFCC00;
	text-decoration: none;
}

#menu ul li a:hover {
	padding: 8px;
	color: #ffffff;
	text-decoration: none;
}

#main {
	background-image: url('../images/bg_footer.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	border: 3px solid #462f1b;
	border-top: none;
	background-color: #ffffff;
}

#left {
	position: relative;
	float: left;
	padding: 10px;
	width: 200px;
}

#right {
	position: relative;
	float: right;
	padding: 10px;
	width: 550px;
	border-left: 1px solid #E9D6C5;
}

#right h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #785230;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 3px;
}

#left h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #785230;
	text-transform: uppercase;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

#right h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: right;
}

#right p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: right;
	margin-left: 20px;
}

#right ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4c1212;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: right;
	margin-left: 20px;
}
#clear {
	float: none;
	clear: both;
	height: 50px;
}