body {
	margin: 0;
	font-family: sans-serif;
	background-color: rgb(255,240,130);
}
img {
	border: 0;
}
h1 {
	font-size: 14pt;
	font-style: italic;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 12pt;
	font-style: italic;
}
table.box {
	width: 100%;
	border-collapse: collapse;
}
.redbold {
	color: red !important;
	font-weight: bold !important;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}
/* -------------------------------------- Header */
td#logo {
	vertical-align: top;
	padding-top: 10px;
	padding-left: 20px;
	background: url('/i/images/head.gif') repeat-x bottom;
}
td#logo a {
	font-family: serif;
	font-style: italic;
	font-size: 36pt;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
td#contact {
	width: 262px;
	vertical-align: top;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	background: url('/i/images/corner2.gif') no-repeat left bottom;
}
div#head-telephone {
	font-size: 20pt;
	color: blue;
}
div#head-address {
	font-size: 10pt;
}
/* -------------------------------------- Footer */
td#copyright {
	font-size: 9pt;
	color: gray;
	text-align: left;
	vertical-align: bottom;
	padding: 20px 0;
	background: url('/i/images/foot.gif') repeat-x top;
}
td#copyright ul {
	margin: 0 0 5px;
	padding-left: 0;
}
td#copyright li {
	display: inline;
}
td#counter {
	width: 253px;
	background: url('/i/images/corner3.gif') no-repeat left top;
	text-align: right;
	vertical-align: bottom;
	padding: 0 10px 10px;
}
td#counter div {
	visibility: hidden;
}
/* -------------------------------------- Corner */
td#corner2 {
	width: 19px;
	height: 11px;
}
td#corner1 {
	width: 19px;
	height: 11px;
}
td#corner1 {
	background: url('/i/images/corner1.jpg') no-repeat right bottom;
}
td#corner2 {
	background: url('/i/images/corner4.gif') no-repeat right top;
}
/* -------------------------------------- Menu */
td#menu {
	width: 190px;
	vertical-align: top;
	font-size: 10pt;
	background: white url('/i/images/menu.gif') repeat-y left;
	border-right: 1px solid red;
	padding-top: 10px;
	padding-left: 40px;
}
td#menu ul {
	margin-top: 0;
	margin-left: 15px;
	padding-left: 0;
}
td#menu dt {
	font-weight: bold;
}
td#menu dd {
	margin-left: 15px;
}
td#menu a {
	text-decoration: none;
	color: black;
}
td#menu a:hover {
	text-decoration: underline;
}
/* -------------------------------------- Board */
td#board {
	width: 260px;
	vertical-align: top;
	text-align: center;
	padding-top: 50px;
	background: url('/i/images/photo.gif') no-repeat 7px 29px;
}
td#board img {
	width: 200px;
}
/* -------------------------------------- Article */
td#article {
	vertical-align: top;
	background-color: white;
	padding: 10px 20px;
	font-size: 11pt;
	background: white url('/i/images/article.gif') repeat-y right top;
}
div.contact {
	background: ivory url('/i/images/phone-button-green_64x64.png') no-repeat 20px center;
	border: 2px gold dotted;
	vertical-align: middle;
	padding-left: 100px;
	padding-right: 20px;
	color: maroon;
}
dl.see dt {
	font-weight: bold;
}
/* -------------------------------------- Enter */
table.enter {
	width: 100%;
}
table.enter td {
	width: 20%;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	font-size: 9pt;
}
table.enter img {
	margin-bottom: 3px;
}
table.enter a {
	text-decoration: none;
	color: black;
}
/* -------------------------------------- Hive */
table.hive th {
	border: 1px silver solid;
	padding: 5px;
	text-align: center;
	background-color: Ivory;
}
table.hive td {
	border: 1px silver solid;
	padding: 5px;
	vertical-align: top;
}
table.hive blockquote {
	font-size: 9pt;
	margin: 0 10px 0 20px;
}
col.price {
	text-align: right;
	width: 120px;
}
