

/*page divisions */
body {
		width: 1024px;
		background-image:
		url('images/main/event_background.gif');
		background-repeat: repeat-y;
		}
a:link {color: #FFFFFF}
a:visited {color: #FFFFFF}
a:hover {color: #95743F}
a:active {color: #99CCFF}

#header {
		width: 1024px;
		position:absolute;
		top: 220px;
		left: 0px;
		}
#flash {
		position:absolute;
		left:50px;
		top:0px;
		}
#text {
		width: 700px;
		position:absolute;
		left:125px;
		top:275px;
		color: white;
		margin-right: .5cm;
		margin-left: .5cm;
		margin-top: .5cm;
		}
#links {
		position:absolute;
		left: 560px;
		top:260px;
		width: 350px;
		margin-top: .5cm;
		}
#footer {
		position:absolute;
		top: 1000px;
		left: -.25px;
		}
/*text styles */

p {
	width: 700px;
	font:10pt georgia;
	color:#FFFFFF;
	}
p.right {
	font-family: 10pt times;
	color:#FFFFFF;
	margin-right: .5cm;
	}
	
h1 { 
	font: 16pt georgia; 
	color: #FFFFFF;
	
	width: 350px;
	}
h2 { 
	font: 14pt georgia; 
	color: #FFFFFF;
	width: 700px;
	}
h5 {
	font: 8pt georgia;
	color:#FFFFFF
	width: 350px;
	margin-left: 1cm;
	margin-top: -.25cm;
	}
h6 {
	font: 8pt georgia;
	color:#FFFFFF
	width: 350px;
	margin-left: 1cm;
	margin-top: -.25cm;
	}


	

	



	


