  body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#575757;
		font-size:10px;
		line-height:150%;
		
    background-color: #D09D00;
    background-image: url(/brewfest/assets/images/template/background.gif);
    background-position: center;
    background-repeat: repeat-y;
    
    margin: 0px;
    padding: 0px;
  }
	
h2 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 margin:14px 0px 0px 0px;
 line-height:135%;
}

h3 {
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 margin:0px 0px 0px 0px;
 line-height:135%;
}

p {
	margin:6px 0px 6px 0px;
}

ul {
	margin:0px 0px 0px 15px;
	padding: 0px 20px 0px 0px;
}

li {
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:disc;
	font-size:11px;
	line-height:135%;
}

a:link { color:#2047A2; text-decoration:underline; }
a:active { color:#2047A2; text-decoration:underline; }
a:hover { color:#2047A2; text-decoration:underline; }
a:visited { color:#818181; text-decoration:underline; }
  
  .bubbles {
    position: relative;
    width: 25%;
    overflow: hidden;
    background-image: url(/brewfest/assets/images/template/bubbles_span.gif);
    background-position: top left;
    background-repeat: repeat-x;
  }
  
  .bubbles div {

  }
  
  .bubbles-left {
    float: left;
  }
  
  .bubbles-left div {
    margin-right: auto;
    width: 200px;
    height: 600px;
  }
  
  .bubbles-right {
    float: right;
  }
  
  .bubbles-right div {
    margin-left: auto;
    width: 200px;
    height: 600px;
  }
	
	.subpageblock {
		border:2px solid #9F9F9F; 
		padding:12px;
	}
	
	.subpageblockheader {
		border:2px solid #9F9F9F; 
		padding:2px;
	}
	
	.musicimage {
		float:left;
		margin:4px 15px 0px 0px;
	}
	
	.beerlist {
	
	}
	
	.beerlist td {
		padding:5px 0px 5px 0px;
		border-bottom:1px solid #9F9F9F;
	}