@charset "utf-8";
/* CSS Document */
a {
 color:#b58725;
}
a:hover {
color:#5e2933;

}
#header {
	height: 122px;
	background-image: url(images/right.jpg);
	width: 372px;

}

#footer {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-y;
	width: 772px;

}

#below {
	height: 200px;
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 100%;

}
#rightfill {
	background-image: url(images/right.jpg);
	height: 122px;
	width: 100%;
	background-repeat: repeat-x;
}
#menu {
	width: 172px;
	background-image: url(images/bottom.jpg);
	padding: 0px;
	text-indent: 15px;
	font-size: medium;
}
#menu a.other {
	color:#FFFFFF;
	margin-right:0px;
	display:inline;
}
#menu a:hover.other {
	color:#5e2933;
	display: inline;
	background-color:#b58725;
	margin-right: 0px;
}
#menu a {
	color:#FFFFFF;
	display: block;
	text-decoration: none;	
}
#menu a:hover {
	color:#5e2933;
	display: block;
	background-color:#b58725;
	margin-right: 30px;
}
#menu a.current {
	color:#5e2933;
	display: block;
	background-color:#b58725;
	margin-right: 30px;

}

#content {
	width: 450px;

}
#topRight{
	height:122px;
	float:right;
	background-image: url(images/right.jpg);
	width:400px;
	top: 0px;
	position: absolute;
	left: 372px;

}
#topRight img {
margin:3px;
}
#imgright{
	width: 200px;
	float:right;
	padding-left:5px;
	font-size: x-small;
	color: #5e2933;
}
#imgleft{
	width: 200px;
	float:left;
	padding-right:5px;
	font-size: x-small;
	color: #5e2933;
}
#imgcenter{
	width: 400px;
	float:center;
	padding-right:5px;
	padding-left:5px;
	font-size: x-small;
	color: #5e2933;
}
#right {
	width: 150px;

}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#FBEAD2
}
H1 {
	font-size: large;
	font-style: italic;
}

H2{
	font-size: medium;

}
H3{
	font-size: small;

}
h4 {
	font-size: x-small;
	color: #FFFFFF;
	margin-left: 30px;
}
h5 {
	font-size: small;
	color: #FFFFFF;
}
