body {
	margin: 0 auto;
	background-color:#FFF;
	padding:0px;
	width:960px;
	font-family: "Verdana";
	font-size: 12px;
}

.stage {
	width:960px;
	position:relative;
	background-color:#FFF;
	border:0px solid #000;
	text-align:center;
}

.text {
	font-family: "Verdana";
	font-size: 12px;
	color: #000;
	letter-spacing:1px;
	line-height: 18px;
	text-align:left;

}

a:link.inline
{
	font-family: "Verdana";
	font-size: 12px;
	text-decoration: underline;
	color: #000;
	font-style: oblique;
	letter-spacing:1px;
	line-height:20px
}

a:link
{
	font-family: "Verdana";
	font-size: 13px;
	text-decoration: none;
	color: #000;
	font-style: oblique;
	letter-spacing:1px;
	line-height:20px
}

a:hover
{
	font-family: "Verdana";
	font-size: 13px
	text-decoration: none;
	color: #FFF;
	font-style: oblique;
}

a:visited
{
	font-family: "Verdana";
	font-size: 13px;
	color: #000;
	font-style: oblique;
}

#header
{ 
	width:960px;
	text-align:right;
}

#menu
{
	font-family: "Verdana";
	font-size: 13px;
	width:960px;
	text-align:center;
	height:20px;
	background-color:#f94f05;
	border-bottom:2px #000 solid;
	border-top:2px #F96 solid;
}

#footer
{	
	width:960px;
	height:20px;
	font-family: "Verdana";
	font-size: 11px;
	letter-spacing:1px;
	text-align:center;
	color: #FFF;
	background-color:#000;
}
	