@charset "utf-8";
/* CSS Mediaformat.pl */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/back.gif);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	text-align: center;
	color: #fff;
	}


a {	color: #FF9900;
	text-decoration: none;
}


h1 {
	font-size: 16px;
	color: #FF9933;
	}

#content {
	width: 800px;
	margin: 0 auto;
	}


#headerUpperSmallContainer {
	text-align: left;
	}
	
#headerUpperSmall {
	background-image: url(img/headerText.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 20px;
	margin: 10px 0 0 50px;
	}

#upperPart {
/*	background:#3366FF;*/
	margin: 20px auto 0 auto;
	width: 800px;
	height: 380px;
	padding: 0 0 0 0;
	}

	
#flashHolder {
	width: 760px;
	height: 360px;
	background: #000;
	margin: 0 auto;
	}

#middleContent {
	width: 760px;
	margin: auto;
	}

#bottomCreditsBack {
	background-image: url(img/bottomCreditsBack.gif);
	background-repeat: repeat-x;
	height: 100px;
	padding: 20px 10px 20px 10px;
	color: #fff;
	float: left;
	width: 100%;
	}

#container {
	width: 760px;
	}
	
#bodyTextInternal {
	width: 360px;
	float: left;
	padding: 0px 10px 30px 10px;
}



.orange{color: #FF9900;}
.faq {
	border-color:#999999;
	padding: 10px;
	}

