P,DIV,TD,INPUT,SELECT {
	/*font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, Sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	/*color: #523726;*/
	color: #151316;
}

BODY {
	background-color : #523525;
	padding:0px;
	margin:0px;
	text-align: center;
}
H1 {
	font-size:150%;
	color: #141510;
	margin-top: -5px;
	padding-top: 0px;
}
H2 {
	font-size:130%;
	color: #141510;
}
H3 {
	font-size:130%;
}
H4 {
	font-size:120%;
}
H6 {
	font-size:110%;
}
a:link {
	text-decoration: underline;
	color: #5B3C28;
}
a:visited {
	text-decoration: underline;
	color: #5B3C28;
}
a:hover {
	text-decoration: none;
}
DIV#page {
	width: 565px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;
	background-image: url(pic/page.jpg);
	background-repeat: repeat-y;
}
DIV#top {
	height: 182px;
	background-image: url(pic/top.jpg);
	background-repeat: no-repeat;
}
DIV#top UL#mainmenu {
	position:absolute;
	left:200px;
	top: 32px;
	padding: 0px;
	margin: 0px;
}

DIV#top UL LI {
	float: left;
	list-style-type: none;
	padding: 0px 15px 0px 15px;
	background-image: url(pic/menu.gif);
	background-position: left;
	background-repeat: no-repeat;
}
DIV#top UL LI A {
	color: #101413;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}
DIV#top UL LI A:visited {
	color: #101413;
	text-decoration: none;
	font-weight: bold;
}
DIV#top UL LI A:hover {
	color: #86695B;
	text-decoration: none;
	font-weight: bold;
}
A#homelink {
	display: block;
	position: absolute;
	width: 200px;
	height: 50px;
	left: 15px;
	top: 15px;
}
DIV#center {
	padding: 10px 38px 10px 38px;
	_height: 200px;
	min-height: 200px;
	text-align: left;
	background-image: url(pic/middle.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
DIV#bottom {
	height: 34px;
	padding-top: 10px;
	padding-right: 80px;
	background-image: url(pic/bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
DIV#images {

}
DIV#images IMG {
	border: 2px solid #C29D69;
	padding: 2px;
}
DIV#images IMG:hover {
	border: 2px solid #543429;
	padding: 2px;

}