
/*komrattostyles.css*/

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt}
h1, h2, h3, h4 { color: red; }
p { color: white }
a:link { color: Blue; }
a:visited { color: Blue; }
a:hover { color: red; }
div.dave {
	position : absolute;
	left : 0px;
	top : 10px;
	height : 200px;
	width : 266px;
	}
div.logo {
	position : absolute;
	left : 266px;
	top : 10px;
	height : 200px;
	width : 541px
	}
div.larry {
	position : absolute;
	left : 807px;
	top : 10px;
	height : 200px;
	width : 266px;
	}
div.timer {
	position : absolute;
	left : 0;
	top : 220px;
	height : 100px;	
	width : 807px;
	padding-left : 135px;
	}
div.toolbar {
	position : absolute;
	left : 0px;
	top : 250px;
	width : 200px;
	text-align : left;	
	}
div.page { 
	position : absolute;
	left : 237px;
	top : 350px;
	width : 600px;
	color : white;
	}
div.page2 { 
	position : absolute;
	left : 0px;
	top : 520px
	width : 600px;
	color : white;
	}
div.pageright {
	position : absolute;
	left : 868px;
	top : 250px;
	width : 200px;	
	text-align : right;	
	}
div.ticketspage { 
	position : absolute;
	left : 270px;
	top : 350px;
	width : 600px;
	color : white;
	text-align : left;
	}
div.ticketspageright {
	position : absolute;
	left : 740px;
	top : 250px;
	width : 225px;	
	text-align : right;	
	}
div.sspage { 
	position : absolute;
	left : 225px;
	top : 290px;
	width : 557px;
	color : white;
	padding : 20px;
	}
div.title {
	position : absolute;
	left : 0;
	top : 220px;
	height : 50px;	
	width : 807px;
	padding-left : 130px;
	padding-top : 25px;
	}
div.header {
	position : absolute;
	left : 0px;
	top : 0px;
	height : 300px;
	width : 1073px;
	}
div.mbtitle {
	position : absolute;
	left : 0;
	top : 225px;
	height : 50px;	
	width : 807px;
	padding-left : 410px;
	padding-top : 25px;
	}	
div.mbdave {
	position : absolute;
	left : 0px;
	top : 300px;
	height : 200px;
	width : 266px;
	}
div.mblogo {
	position : absolute;
	left : 266px;
	top : 300px;
	height : 200px;
	width : 541px;
	padding-left : 65px;
	}
div.mblarry {
	position : absolute;
	left : 807px;
	top : 300px;
	height : 200px;
	width : 266px;
	}
div.mbtoolbar {
	position : absolute;
	left : 0px;
	top : 250px;
	width : 200px;
	text-align : left;		
	}	
div.mbpage { 
	position : absolute;
	left : 250px;
	top : 325px;
	width : 823px;
	color : white;
	}
