﻿		body {
			text-align: center;
			background-color: #9B8160;
			margin: 10 10 10 10;
			font-size: 11px;
			font-family: arial, sans-serif;
			color: #333333;		
		}
		A {
			color: white;
			text-decoration: none;
		}
		A:Visited {
			color: white;
			text-decoration: none;
		}
		A:Hover {
			color: white;
			text-decoration: underline;
		}
		#container {
			position: relative;
			margin: auto;
			background-color: #DCB98B;
			text-align: left;
			width: 750px;
			height: 500px;
			border: 1px solid black;
		}
		#sideBar {
			position: absolute;
			top: 0px;
			left: 0px;
			background-image: url(images/bg_sidebar.gif);
			background-color: #9D3911;
			width: 146px;
			height: 500px;
			border-right: 1px solid #000000;
		}
		#mainContent {
			position: absolute;
			top: 0px;
			left: 147px;
			background-image: url(images/main_watermark.jpg);
			width: 603px;
			height: 500px;
		}
		#mainMenu {
			position: absolute;
			top: 0px;
			left: 147px;
		}
		#beerList 
		{
		    color: white;
		    font-weight: bold;
			position: absolute;
            bottom: 5px;
            right: 10px;
		}		
		#addressInfo {
			position: absolute;
			top: 445px;
			left: 47px;
			font-size: 9px;
			color: white;
			overflow: hidden;
		}
		#photoTop {
			position: absolute;
			top: 140px;
			left: 68px;
			z-index: 10;
		}
		#photoBottom {
			position: absolute;
			top: 290px;
			left: 68px;
			z-index: 10;
		}
		#contentBox {
			position: absolute;
			top: 140px;
			left: 195px;
			z-index: 10;
			width: 449px;
			height: 327px;
			border: 1px solid #000000;
			overflow: auto;
		}
		.metaBox {
			background-color: #000000;
			filter:alpha(opacity=30);
			opacity: 0.3;
			-moz-opacity:0.3;
			width: 429px;
			height: 307px;
			padding: 10px;
			z-index: 0;
		}
		.contentText {
			position: absolute;
			top: 150px;
			left: 205px;
			z-index: 15;
			font-size: 12px;
			font-weight: bold;
			font-family: arial, sans-serif;
			color: #ffffff;			
			width: 439px;
			height: 317px;
			overflow: auto;
		}		
		#longContent 
		{
			position: absolute;
			top: 140px;
			left: 195px;		    
		}
		#contentBox2 {
			z-index: 10;
			width: 469px;
			border: 1px solid #000000;
		}
		.metaBox2 {
			background-color: #674E3F;

			width: 449px;
			padding: 10px;
			z-index: 0;
		}		
		.contentText2 {
			position: relative;
			z-index: 15;
			font-size: 12px;
			font-family: arial, sans-serif;
			color: #fff;			
		}
		
		.eventTitle 
		{
		    font-weight: bold;
		    color: White;
		}
		.eventDate 
		{
		    font-style: italic;
		    margin-bottom: 3px;
		    color: White;
		}
	    .eventDescription 
		{
		    font-size: 11px;
            color: #ededed;
		}
		
		
