a, a:visited {
	color: #055e97;
	font-weight: bold;
}

a:hover {
	color: #d15148;
	font-weight: bold;
}

body, html {
	background: #FFCC21 fixed center top;
	font-family: Verdana,arial,sans-serif;
	margin: 0 auto;
	display: table;
	padding: 0px;
	height: 100%;
	text-align: center;
}

h2 {
	margin: 5px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 5px 0px 0px 20px;
}

#column {
	background: #FA6257;
	color: #162252;
	font-size: 12px;
	margin: 10px 20px 0px 20px;
	width: 200px;
	float: left;
}

#column a:hover {
	color: #055e97;
}

#hor-divider {
	background: #055e97;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 735px;
	height: 2px;
	float: left;
}

#logo {
	margin: 0px 0px 0px 0px;
	width: 325px;
	height: 200px;
	padding: 0px;
	float: left;
}

#main {
	background: #FA6257;
	padding: 0px;
	width: 735px;
	height: 100%;
	z-index: 2;
	margin: 0px 1px 0px 1px;
	text-align: left;
}

#main-border {
	background: #055e97;
	padding: 0px;
	width: 737px;
	height: 100%;
	margin: 0px;
	z-index: 1;
}

#menu {
	background: url(img/menu_bg.jpg);
	margin: 0px 0px 0px 0px;
	width: 410px;
	height: 200px;
	text-align: right;
	font-size: 14px;
	float: left;
}

#pitch {
	background: #FA6257;
	color: #162252;
	font-size: 12px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	width: 425px;
	z-index: 4;
	float: left;
}

#pitch a:hover {
	color: #055e97;
}

#vert-divider {
	background: #055e97;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 1px;
	float: left;
	height: 100%;
}