* {
	margin: 0px;
	padding: 0px;
}

body {
	background:#F2E040 repeat-y;
	background-attachment: fixed;
	color: #CE2304;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width:460px;
}

a {
	color: #CE2304;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #60160a;
	background-color: inherit;
	
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2{
	font-size: 16px;
	
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}
#entertainment{
	
}
#entertainment h1{
	color: #2244FF;
	font-size:20px;
	font-weight: bold;
}
#entertainment h2{
	font-size:14px;
	color: #2244FF;
}
#entertainment h3{
	font-size:14px;
}

#sponsorpage{
}

#sponsorpage h1{
	color: #2244FF;
}
#sponsorpage h3{
	font-size: 16px;
	color: #2244FF;
}
#major{
	font-size:16px;	
}
#patron{
	font-size:14px;
}
#donor{
	font-size:12px;
}

#place{
	float: left;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}

#place ul{
}

#place li{
	padding: 4px 0px 0px 10px;
}

#sponsor{
	float: right;
	font-size: 14px;
	text-align: right;
}
#sponsor ul{
}
#sponsor li{
	padding: 4px 10px 0px 0px;
}

#etc{
	float:middle;
	font-size:14px;
	text-align: center;
	margin-top: 250px;
	
}