
/* very basic styling */

#intro {
	background-color:#000000;
	background-image:url(../img/intro/Background.jpg);
	background-repeat: repeat-x;
	/*	background-position:center;*/
}

#pages {
	background-color:#000000;
	background-image:url(../img/intro/Background.jpg);
	background-repeat: repeat-x;
}

#topic {
    position: relative;
    margin-left: 200px;
	margin-right: 150px;
	margin-top: 50px;
}

#title {
	font: 32px/37px tahoma, arial; 
	color: #ffffff;
	font-weight: bold; 
}

#menu {
    float:right;
}

#enter {
	border-style:none;
}

#content {
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
}


#footer_left {
	font: 12px arial;
	text-align:left;
	color:#FFFFFF;
}

#footer_right {
	font: 12px arial;
	text-align:right;
	color:#FFFFFF;
}

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

body 
{ 
	font: 12px/17px tahoma, arial; 
	color: #fffeb9;
}

p
{ 
	font: 22px/27px tahoma, arial, sans-serif; 
	color: #fffeb9;
}

a
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffeb9;
}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffeb9;
}
a.c:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #fffeb9;
}	
a:hover, a:active { 
	color: #870000;
}
ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.menu {
	text-align:left;
}

.menu_active {
	text-align:left;
}


/*****************
 * Tables
 */

.spacer_600 {
	width: 900px;
	height: 600px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.spacer_120 {
	width: 900px;
	height: 120px;
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.spacer_120 {
	width: 900px;
	height: 40px;
	border: 0px;
	margin-left: 15px;

	cellspacing: 0px;
	cellpadding: 0px;
}

.headsup {
	width: 760px;
	height: 80px;
	border: 0px;
	margin-left:30px;
	cellspacing: 0px;
	cellpadding: 0px;
}

.headsup_menu {
	width: 100px;
}

.headsup_title {
	width: 560px;
}

.headsup_title p {
	font: 32px/37px tahoma, arial; 
	color: #fffeb9;
	font-weight: bold; 
	text-align: center;
}

.headsup_menu a {
	font-weight: bold; 
	text-decoration: none; 
	color: #fffeb9;
}

.player_border {
	border-style:solid;
	border-color:#FFFFFF;
	border-width: 2px;
	width:484px;
	height:109px;
}
