/* -- generic styles ------------------------*/

div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3 {
	font-family:Tahoma, Geneva, sans-serif;
	margin-bottom: .4em;
}
h4 {
	font-family:Tahoma, Geneva, sans-serif;
}
p {
	margin-bottom:1em;
	line-height:1.6;
}




#wrapper {
	width: 950px;
	background: #000;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0px 0px;
}

#wrapper a:link,
#wrapper a:visited {
	text-decoration: none;
	color: #999;
}
#wrapper a:hover {
	color: #FFD5D5;
	border-bottom: 1px dashed #566440;
}

/* ----- STAGE STYLES ----- */
#stage {
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 950px;
}


/* ----- MENUBAR STYLES ----- */

#menubar {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 950px;
}

#menubar img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}


#footer {
	background: #000;
	margin: 0px;
	padding: 0px  5px 0px 0px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	color: #999;
	width: 950px;
}
#footer a:hover {
	color:#CDBFBE;
	border-bottom: 1px dashed #566440;
}

/* --- area specific styles --- */

#footer p {
	font-size: 1em;
	color:#999;
	/* --- specific line height is used in order to vertically centre text within the value --- */
	line-height: 32px;
}


#footer img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	float: left;
}
