/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 float:left;
 width: 750px;
}
#header {
 color:	#990000;
 width: 744px;
 border-bottom:1px solid #990000;border-top:1px solid #990000;
 height: 30px;
 margin: 5px 0px 20px 0px;
 background:	#D8FFD5;
}
#leftcolumn { 
/* background: url(/images/pastShows.jpg) no-repeat ;*/
 color: #990000;
 border-bottom:1px solid #990000;border-top:1px solid #990000;
 display: block;
height:500px;	
 width: 248px;
 float: left;
}

#content { 
/*background: url(/images/currentShow.jpg) no-repeat ;*/
 float: left;
 color: #990000;
  border-bottom:1px solid #990000;border-top:1px solid #990000;
 height: 500px;
 width: 248px;
 display: inline;
}
#rightcolumn { 
/*background: url(/images/future.jpg) no-repeat ;*/
 color: #990000;
 border-bottom:1px solid #990000;border-top:1px solid #990000;
 height: 500px;
 width: 248px;
 float: left;
 position: relative;
}