* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 80%;
	color: #5A5A78;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.2em;
}

li {
	margin-left: 15px;
}

a:link, a:hover, a:visited, a:active {
	color:#0066CC;
}

#focus_area {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: inherit;
}

#header {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px;
}

#nav {
	background: url(/images/layout/menu_background.png) repeat-x top;
	height: 60px;
}

#content {
	padding-top: 15px;
	clear: left;
	background-color: #f3f3f6;
	border: 1px solid #EEEEF2;
}

#content2 {
	padding-top: 15px;
	clear: left;
	background-color: #f3f3f6;
	border: 1px solid #EEEEF2;
}

#needs_padding {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	height:auto;
}

#footer {
	text-align: right;
	color: #D7D7E1;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
}

#footer a {
	text-decoration: none;
	color: #D7D7E1;
}

#footer a:hover {
	text-decoration: underline;
	color: #BBBBCC;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	/*width: 10em;*/
}

#menu li {
	float: left;
	margin-left: 0;
	/*width: 10em;*/
}

#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 99;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

.feature_image {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.feature_image_wide {
	margin-bottom: 15px;
}

#player {
	float: right;
}

#logos td {
	padding: 4px;
}

hr  {
border: 0;
background-position:center;
height: 1px;
color: #999999;
background-color: #999999;
}
