html { height: 100% } 
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	background-color: #750906;
	min-height: 101%;
	background-image: url('images/bg.gif');
}
#myBody{
	float: left;
	width:100%;
	height: 100%;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	background-position: top left;
	min-width: 780px;
	padding-bottom: 35px;
}
#all {
	float: left;
	margin-left: 35px;
	width: 930px;
}
#top {
	float: left;
	width: 930px;
	height: 248px;
	background-image: url('images/top.gif');
	background-repeat: repeat-x;
	background-position: 5px 0px;
}
#logo {
	margin-left: 41px;
	float: left;
	width: 285px;
	height: 240px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
#logo img{
	float: left;
	width: 285px;
	height: 240px;
	border: 0px;
}
#logo a{
	border: 0px;
}
#name {
	float: right;
	width: 483px;
	height: 182px;
	margin-right: 32px;
	background-image: url('images/name.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#menu {
	float: right;
	margin-right: 32px;
	width: 483px;
}
#menu img{
	margin:0px;
	padding:0px;
	border:0xp;
	visibility: hidden;
}
#menu div{
	height: 58px;
	float: left;
}
#menu a{
	height: 58px;
	float: left;
}
.history {
	width: 154px;
	background-image: url('images/history.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.history:hover{background-image: url('images/history_over.gif');}
.list {
	width: 140px;
	background-image: url('images/list.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.list:hover{background-image: url('images/list_over.gif');}
.gallery {
	width: 189px;
	background-image: url('images/gallery.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
.gallery:hover{background-image: url('images/gallery_over.gif');}
#main {
	text-align: left;
	float: left;
	width: 930px;
	background-image: url('images/main.gif');
	background-repeat: repeat-y;
	background-position: top left;
	
}
#mainTop {
	float: left;
	width: 930px;
	background-image: url('images/mainTop.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#mainBottom {
	float: left;
	width: 930px;
	background-image: url('images/mainBottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#mainContent{

	width: 800px;
	margin-left: 66px;
	padding-top: 15px;
	padding-bottom: 50px;
	min-height: 290px;	
	font-size: 12px;
}
#mainContent a{
	color: #253650
}
#mainContent h3{
	width: 800px;
	border-bottom: solid 1px #c2a74f;
	padding-bottom:5px;
	font-size: 14px;
	margin-bottom: 25px;
}
#mainContent img{
	max-width:796px;
	border: solid 2px #c2a74f;
	margin-top:15px;
	margin-bottom: 35px;
}

ul {
	list-style-type: square;
	margin-bottom: 25px;
}
ol {
	list-style-type: numbered;
	margin-bottom: 25px;
}