
html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	background: url('http://www.thebreakline.com/gfx/background.jpg') no-repeat  top center;
	background-color:#000;
	font-family: Arial, Verdana;
} 

.note {
	background: #FFFF99;
	padding: 2px;
}

.shows {
	font-size:20px;
}

.venue-name {
	font-size:12px; 
}

.date {
	font-size:10px;
}
.booking-p {
	font-size:14px;
}
#pagewidth{
	width:918px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

a:link { color:#336699; }
a:visited { color:#336699; }
a:hover { color:#336699; }
a:active { color:#336699; }

#header{
	background: url('http://www.thebreakline.com/gfx/bandPic2011.jpg') no-repeat  center;
	/*position:relative;*/ 
	height:502px;
	/*background-color:#000;*/ 
	width:918px;
} 

#menu {
	background: url('http://www.thebreakline.com/gfx/menu.jpg') no-repeat center;
	width:918px;
	height:44px;
	text-align:center;
}
.menu-graphic {
	padding: 0px 12px 0px 12px;
}

#wrapper {
	background: url('http://www.thebreakline.com/gfx/mainBackground.jpg') no-repeat center;
	width:918px;
	height: 761px;
}

/*makes content box a bit longer*/

#wrapper-longer {
	background: url('http://www.thebreakline.com/gfx/mainBackgroundLonger.jpg') no-repeat center;
	width:918px;
	height:1200px;	
}

.content-box {
	width:427px;
	margin: 12px 0px 5px 20px; 
	float:left;
	text-align: center;
}

.content-box-full {
	width:854px
	margin: 12px 0px 5px 20px;
	float:left;
	text-align:center;
}

.video-box {
	float:left;
	width:260px;
	margin-left:35px;
	margin-top:20px;
}

#twocols{
 width:825px; 
 float:right; 
 position:relative; 
	background-color:#fff;
}
  
#maincol{background-color: #fff;  
 float: left; 
 display:inline; 
 position: relative; 
 width:918px; 
	background-image: url('http://www.thebreakline.com/gfx/mainBackground.jpg') no-repeat;
}
 
#footer{
	height:15px;
	/*margin-top:20px;
	padding-top:10px;*/
	margin-bottom:20px;
	clear:both;
	text-align:center;
	color:#fff;
	font-variant:small-caps;
 } 
 
 
 
.new-shirt {
	width:225px;
 	padding:10px 22px 10px 22px;
	text-align:center;
 	float:left;
} 

.hidden {
	display:none;
}
 
.info {
	border: 4px solid #cccc00;
	background: #ffff99;
	margin:10px 100px 10px 100px;
	padding:10px;
}

img { border-style: none; }

 /* *** Float containers fix:
	.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
*/
