@charset "utf-8";
/* CSS Document */

a {
outline: none;
}

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -315px; /* half of content height */
/*	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	/*	background: blue;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

body {
	background-image: url(images/bkg.jpg);
}

.smallfont
{
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.mainfont
{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.HEADERCOPY
{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFC;
}
.rightdivider
{
	border-right: 1px solid #666;
}
.highlight-item
{
	font: italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
.smallfont-menu
{
	font: italic bolder 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #122400;
}
.subheader
{
	font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #633;
}
.beers
{
	font: 16px "Comic Sans MS", cursive;
	color: #930;
}
.tooltipfont
{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #06C;
}
h1
{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}
.images {
	border: 1px solid #000;
}
.mainfont-titlecase {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: capitalize;
}

