@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	background-attachment: fixed;
	background-color: #FFF;
	background-image: url(img/SF_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
		}
a, a:link, a:visited, a:active { color: #C00; }
a:hover { text-decoration:underline }
		
		#container {
	width: 868px;
	padding: 0px;
	background: transparent;
	margin-top: 170px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
		}

#container #people {
	height: 185px;
	width: 630px;
	background-color: #fbedd4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #362c13;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

#internalContent { width: 630px; background-color: #fbedd4; color: #362c13; padding-top: 10px; padding-bottom: 10px; padding-right: 25px; padding-left: 25px; font:13px/20px "HelveticaNeue", "Helvetica Neue", calibri, arial, sans-serif; }

#container #logo {
	margin-bottom: 35px;
	margin-left: 15px;
}
#container #events {
	background-color: #9a9507;
	position: absolute;
	height: 184px;
	width: 155px;
	right: 0px;
	top: 115px;
	padding: 10px;
}
#container #redBox {
	background-color: #EF2412;
	height: 175px;
	width: 348px;
	position: absolute;
	top: 329px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #f5e5c8;
}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}
#container #links {
	position: absolute;
	right: 0px;
	top: 330px;
}
#container #social {
	position: absolute;
	left: 0px;
	top: 527px;
}
#container #radio { position: absolute; left: 0px; top: 628px; }

