@charset "utf-8";
body {
	background-color: #1A0E00;
	margin-top: 0px;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/background.png);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F1104;
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F1104;
	margin-top: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1F1104;
	font-size: 16px;
	font-weight: normal;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F1104;
}
h3 {
	color: #1F1104;
	font-size: 12px;
	font-weight: bold;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #69441F;
	background-color: #e6b15c;
	width: 780px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #806833;
	border-right-color: #806833;
	border-bottom-color: #806833;
	border-left-color: #806833;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#main  a {
	color: #A07135;
	text-decoration: none;
	border:none;
}
#main  a:hover {
	text-decoration: underline;
}


#main #top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 780px;
	height: 235px;
	background-color: #4C3116;
}
#main #top #top_menu {
	float: right;
	margin-top: 20px;
	color: #1F1104;
	padding-right: 10px;
}
#main #top #top_menu a {
	color: #1F1104;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#main #top #top_menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#main #right {
	float: right;
	width: 250px;
}

#main #content {
	font-size: 12px;
	width: 500px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1F1104;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#main #footer {
	background-color: #1F1104;
	color: #80683A;
	font-size: 10px;
	text-align: right;
	float: left;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5C3E22;
	height: 20px;
	margin-bottom: 15px;
}
a img {
	border: 4px none #1F1104;
	margin: 3px;
}

#right img {
	border: 0px solid #1F1104;
	margin: 3px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

