div#mainBox {
	width: 899px;
	height: 537px;
	float: left;
	background-image: url(/img/background-home.jpg);
}

img#logo {
	float: right;
	margin: 15px 35px 0px 0px;
}

p#searchText {
	display: none;
}

/* Home Page Featured Event */
div#featuredEvent {
	position: relative;
	top: 200px;
	line-height: 1em;
	font-size: 0.95em;

	color: #666633;
	margin-right: 18px;

	width: 300px;
}

div#featuredEvent h1 {
	color: #cc6600;
	font-size: 14px;
	line-height: 27px;

	font-weight: normal;
	margin-bottom: 4px;
}

div#featuredEvent .title {
	text-transform: uppercase;
	color: #ffffff;
}

div#featuredEvent a {
	text-decoration: none;

	font-style: italic;

	color: #666633;
}

div#featuredEvent a:hover {
	color: #ffffff;
}

.gt {
	color: #ffcc33;
}

.raquo {
	color: #6699cc;
}