#leftbox {
	float: left;
	height: 360px;
	width: 200px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 5px;
}
#content {
	height: 500px;
	width: 900px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.StrongBig {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.eventName {
	font-size: 36px;
	font-weight: bolder;
	color: #FF6600;
	text-decoration: underline;
}
.red {
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}
.normal14 {
	font-size: 14px;
	font-weight: normal;
}
.strong14 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0099;
}

.blue {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}.normal12 {
	font-size: 12px;
	font-weight: normal;
}
.biggreen {
	font-size: 20px;
	font-weight: bold;
	color: #00CC00;
}
.color2 {
	font-size: 14px;
	color: #0099FF;
}
.color3 {
	font-size: 14px;
	color: #990000;
}
.color4 {
	font-size: 14px;
	color: #FF6600;
}
.color5 {
	font-size: 14px;
	color: #00CC00;
}
#rightbox {
	float: left;
	height: 360px;
	width: 200px;
	padding: 5px;
}
#content img {
	margin-top: 150px;
	margin-left: 50px;
}
