body {
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #657077;
	margin: 0px;

	font-family: Helvetica, Arial, sans-serif;
}

div#main {
	width: 1102px;
	margin: 0px auto;	
}

h1 {
	font-size: 17px;	
}

#webplayer {
	margin: 14px 0px 14px;
	border: 1px solid #494E52;
	width: 1100px;
	height: 700px;
}

#theTeam {
	background-image: url(images/background.png);
	background-color: #626c73;
	display: none;
	
	/* the two properties below have to be the same as in #webplayer */
	margin: 14px 0px 14px;
	border: 1px solid #494E52;
}


.theTeamContent a {
	color: #FFEBB5;
	font-size: small;
}

.theTeamContent a:hover {
	color: #f0dfb9;
	text-decoration: underline;
}

div.theTeamBack {
	width: 20%;
	float: left;
}

div.theTeamInfoEmail {
	width: 50%;
	text-align: center;
	float: left;
}

div.theTeamInfoEmail a {
	font-size: x-small;
}

div.theTeamInfoEmail .theTeamRole {
	font-size: large;
}

div.theTeamInfoEmail {
}

div.theTeamColumn {
	float: left;
	width: 50%;
}

div.theTeamColumn a {
	margin-left: 10px;
	text-decoration: none;
}

span.theTeamRole {
	font-size: small;
}

.theTeamContent {
	margin: 20px;
	color:#FFEBB5;
}

.barWrap {
	margin: 300px auto 0 auto;
	background-color: #f7f7d4;
	height: 80px;
	border: #fff solid 2px;
}
.contentWrap {
	width: 800px;
	margin: 0 auto;
}
.infoBalloon {
	margin: -200px 0 0 0;
	width: 243px;
	height: 230px;
	background-image: url(balloon.png);
	position:relative;
}
.infoBalloonContent {
	padding: 35px 25px 0 25px;
	font-size:20px;
	font-style:italic;
	color:#000000;
}
.successBalloon {
	width: 146px;
	height: 126px;
	margin: -170px 0 0 570px;
	position:relative;
}
.errorBalloon {
	width: 146px;
	height: 126px;
	margin: -170px 0 0 570px;
	position:relative;
}
.resultText {
	padding: 30px 10px 0 6px;
	margin: -130px 0 0 570px;
	width: 146px;
	height: 126px;
	color: #ffffff;
	text-align:center;
	position: absolute;
}
.linkBox {
	font-size: 11px;
	color:#FFEBB5;
	height: 50px;
	width: 166px;
	padding: 2px;
	float: left;
}

.linkBoxVideo, .linkBoxContact, .linkBoxDonate {
	width: 130px;
}

.linkBox p{
	margin: 3px 0px 0px;	
}

.linkBox a{
	color: #FFEBB5;
	text-decoration: underline;
}

.linkBox a:hover{
	color: #f0dfb9;
	text-decoration: underline;
}

.linkBox .linkLine{
	margin-top: 8px;	
}

.linkBoxesWrapper {
		
}

.subscribeEmailInputContainer {
	float: left;
	width: auto;	
}
	
.subscribeEmailInput {
	border: #C1B809 solid 1px;
	padding: 3px;
	color: #000000;
	width: 9em;
	font-size: 11px;
	margin-top: 3px;
}

.subscribeButton, .donateButton {
	width: 3em;
	margin: 3px 4px 0px;
	padding: 2px 0px 3px;
	text-align: center;

	cursor: default;
	float: left;
	
	background-color:#464c54;
	color:#ffebb5;
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}

.donateButton {
	width: 4em;
	float: left;
}

.leftOfDonateButton {
	float: left;
	width: 6em;
}

.subscribeButton.over, .donateButton.over{
	background-color:#363c44;
	color: #ffebb5;
	border: 1px solid #464c54;
	background-image: none;
	/*color: #282e32;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
}