html, body{
    margin: 0;
    padding: 0;
    background-color: #5a2616;
    font-family: Arial, Helvetica, san-serif;
    color: #d78634;
}

A:link {text-decoration: none; color: #d74430;}
A:visited {text-decoration: none; color: #d74430;}
A:active {text-decoration: none; color: #d74430;}
A:hover {text-decoration: underline; color: #e55743;}

h1{
    margin-top: 0;
    padding-top: 0;
    font-size: 15px; 
    font-weight: bold;
}

h4{
   font-size: 11px;
   font-weight: bold;
   margin: 0;
   padding: 0;
  color: #d74430;
}

#site{
    width: 907px;
    margin: 0 auto;
    position: relative;
    left: 15px;
}

#top{
    width: 907px;
    height: 170px;
    position: relative;
    border: 0px solid red;
}

#pageBody{
    width: 907px;
    min-height: 368px;
    position: relative;
    background-image: url('/images/pageBody-bg.gif');
    background-repeat: repeat-y;
    background-color: #000;
	border: 0px solid red;
}

#logo{
	width: 170px;
	position: absolute;
	top: 23px;
	left: 0px;
}

#masthead{
	width: 737px;
	position: absolute;
	top: 23px;
	left: 170px;
}

#nav{
	width: 907px;
	position: absolute;
	top: 150px;
	left: 0px;
	height: 20px;
}

.navLink{
	float: left;
	display: inline;
}

#left{
	width: 182px;
	float: left;
	display: inline;
	background-color: #000;
}

#left-inner{
	width: 182px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 368px;
	background-color: #000;
}

#tier2{
	width: 725px;
	float: left;
	display: inline;
	min-height: 368px;
	background-image: url('/images/tier2-box-bg.gif');
	background-repeat: repeat-y;
}

#tier2Top{
	width: 725px;
	height: 39px;
	background-image: url('/images/tier2-box-top.gif');
	background-repeat: no-repeat;
}


#tier2Mid{
	width: 630px;
	margin-left: 30px;
	color: #e8e8e8;
	min-height: 289px;
	font-size: 11px;
	color: #d78634;
}


#tier2Bot{
	width: 725px;
	height: 40px;
	background-image: url('/images/tier2-box-bot.gif');
	background-repeat: no-repeat;
}


#middle{
	width: 392px;
	min-height: 368px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	position: relative;
}

#right{
	width: 333px;
	margin-top: 2px;
	min-height: 366px;
	float: left;
	display: inline;
	background-image: url('/images/turntable-bg.jpg');
	background-repeat: no-repeat;
}

#calendar{
	width: 160px;
	padding: 7px 0 0 10px;
	font-size: 10px;
	height: 150px;
}	

#openDaily{
	width: 166px;
	padding: 0 0 0 16px;
	font-size: 10px;
	position: relative;
	top: -4px;
}	
	
#photoGallery{
	width: 166px;
	font-size: 11px;
	color: #d74430;
	position: absolute;
	top: 252px;
	left: 16px;
}	

#photoGallery img{
	position: relative;
	left: -14px;
}

#liveMusic-title{
	width: 317px;
	font-size: 13px;
	line-height: 15px;
	font-weight:bold;
	color: #d74430;
}	

#liveMusic-body{
	width: 317px;
	padding: 1px 0 0 0px;
	font-size: 11px;
	line-height: 14px;
	color: #e8e8e8;
}	

#events-title{
	width: 244px;
	padding: 20px 0 0 12px;
	font-size: 20px;
	color: #e8e8e8;
}	

#events{
	width: 244px;
	height: 260px;
	border: 0px solid red;
	padding: 19px 0 0 24px;
	font-size: 11px;
	line-height: 12px;
	overflow:hidden;
}	

#events a{
	text-decoration: none;
}

#events-seeAll{
	width: 244px;
	padding: 11px 0 0 24px;
	font-size: 11px;
	color: #d74430;
}	

#bottom{
	width: 907px;
	height: 30px;
	clear: both;
	background-image: url('/images/bottom.jpg');
}


div.twoColumns{
       width: 100%;
}

div.clearBoth{
	clear: both;
}

div.leftColumn{
       width: 50%;
	float: left;
	display: inline;
}


div.rightColumn{
       width: 50%;
	float: left;
	display: inline;
}


#footer{
	font-size: 10px;
	color: #953f24;
	font-family: arial;
	text-align:center;
	height: 20px;
	margin-top: 3px;

    width: 855px;
    margin: 0 auto;
}
#footer a{
	color: #953f24;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

/* Error */
div.alert{
	padding: 7px 5px 5px 32px;
	color: #339966;
	border: 0px dotted #339966;
	background-image: url(/images/alert_icon_black.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	text-align: left;
	min-height: 32px;
}

div.error{
	padding: 7px 5px 5px 32px;
	color: #c00000;
	border: 0px dotted #c00000;
	background-image: url(/images/error_icon_black.gif);
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	text-align: left;
	min-height: 32px;
}

div.error a{ color: #c00000; text-decoration:underline; }

span.error,ul.error{
	color: #c00000;
}
