@charset "utf-8";
/* CSS Document */

body {
	font-family: tahoma, arial, helvetica, sans-serif;
	background: #170e09 url(../pub/images/fynns_bg.jpg) top center no-repeat;
}

#wrapper {
width:790px;
padding:0px 10px 0px 10px;
margin:0px auto;
background:#2b190d;
}

#wrapper2 {

margin-bottom:-13px;
}

#header{
	width:790px;
	height:160px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px; 
}



/*Content Area Layout*/
#pageContent {
width:790px;
}
	#left {/*weekly lineup column*/
		color:#eed1af;
		padding:0px 0px 330px 0px;
		width:231px;
		border: #472718 1px solid;
		border-top:none;
		border-bottom:none;
		background:#522d1a url(../pub/images/leftBarImg.jpg) bottom left no-repeat;
	}

	#lCol,#rCol,#top,#bottom, #homeCol{
		color:#eed1af;
		background:#2E1A0E;
	}
	td#lCol,td#rCol,td#top,td#homeCol{
		vertical-align:top !important;
	}
	
	#pageContent td#top { /*top image*/
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		height:10px !important;
	}
	
	#pageContent #lCol {/*technically the centre column*/
		border-right:1px dashed #eed1af;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
	}
		#pageContent #lCol div.inner {
			width:178px;
			padding: 0px 10px;
		}
	
	#pageContent #rCol {/*the right column*/
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		#pageContent #rCol div.inner {
			width:338px;
			padding:0px 10px;
		}
	
	
	#pageContent td#homeCol{/*For the home Template in which the content is displayed in a single column*/
		width:557px;
		vertical-align:top;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
		#pageContent #homeCol div.inner {
			vertical-align:top;
			
			width:537px;
			padding:0px 10px;
		}
	
	#pageContent td#bottom { /*bottom image*/
		vertical-align:bottom !important;
		width:557px !important;
		overflow:hidden;
		padding-bottom:0px;
	}
	
#footer {
	position:relative;
	top:-13px;
	background: url(../pub/images/footerbg.gif) top left no-repeat;
	height:95px;
	width:100%;
	margin:0px 0px -13px 0px;
	padding:0px 0px 0px 0px;
}
	#dgcLink{
		position:absolute;
		top:0px;
		left:0px;
	}
	#footer #footerMenu {
		position:absolute;
		top:78px;
		left:15px;
	}
	#footer #footerMenu .small {padding-right:20px;}
	#footerMenu a:link,#footerMenu a:visited,#footerMenu a:hover,#footerMenu a:active{color:#000;}
	
	/*Weekly Lineup*/
	#lineupWrap {
	width:100%;
	background: url(../pub/images/lbbg.jpg) top left repeat-x;
	}
	#weeklyLineup{
		width:211px;
		padding:30px 7px 10px 10px;
	}
	#monday,#tuesday,#wednesday,#thursday,#friday,#saturday,#sunday {display:none; padding:2px 10px;}
	
	/*ELEMENTS*/
	
	
	/*Classes*/
	.fRight {float:right;}
	.padded {padding:10px;}
	.small{font-size:0.9em;}
	
	
	/*Special Cases*/
	#contactTable {font-size:0.8em;}
	#contactTable td {padding:5px;}
	
	/*MOD NEWS - Used to manage event listings*/
	.eventsLeft{
		width:229px;
		padding:0px 10px 0px 0px;
		border-right:1px dashed #796551 ;
	}
	
	.eventsRight{
	
	}
	
	
	
	
	
	
	
	
	
	