@charset "utf-8";


/* Common styles */

*{
	margin: 0;
	padding: 0;
	border: none;
	outline:none;
}

body{
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-family: "Calibri", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3f3f3f;
	text-align:center;
}

body#interns{
	background-position: top;
	background-attachment:fixed;
}

.clearer{
	height: 1px;
	clear: both;
}

h1 {background-color:#333; color: #fff; font-size:22px; font-weight:bold; margin: 5px; padding: 10px;}

a:link, a:visited{
	color: #555;
	text-decoration: none;
}

#wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
}

#player{
	width: 900px;
	margin: 0 auto;
}

#header{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#content{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

.social{
	width: 850px;
	margin: 0;
	text-align:center;
}

.icons{
	position: relative;
	margin: 0 auto;
	width: 800px;
}

.links{
	position: absolute;
	margin: -90px 290px 0 0;
}

.intern{
	width: 850px;
	margin: 10px 0 10px 0;
}

.intern .bio img{
	float: left;
	padding: 10px;
}

.bio{
	padding: 10px 0 0 0;
	background-image: url(../images/header_bios.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
}

.bio p{
	padding: 20px 10px 10px 0px;
	width: 590px;
	float: right;
}

.bio a, .bio a:visited{
	color: #660000;
}

.title{
	background-color: #f4f4f4;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 0 0 0 10px;
	margin: 0 5px 0 5px;
	display: block;
}

.banner_wrap{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.banner{
	position: absolute;
	top: 10px;
	right: -230px;
}

#footer{
	text-align: right;
	color: #444;
	font-size: 11px;
	width: 800px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#legal img, #designBy img{
	float: right;
}
