body {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	background-color: #333333;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
	font-size: 13px;
	color: #333;
	text-align:center;
}

h1 {
	font-size: 28px;
	color: #000;
}

a{color: #FFF}

a:hover {
	background-color: #FFF;
	text-decoration: none;
}

#page {
	background-color: #222;
	width: 750px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin: 0 auto;
	width 760;
}

#sidebar {
	float: right;
	width: 175px;
}

#header {
	clear: both;
}


#header, #about, #getting-started {
	padding-left: 75px;
	padding-right: 30px;
}

#header {
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
}

#header h1, #header h2 {margin: 0}
#header h2 {
	color: #888;
	font-weight: normal;
	font-size: 16px;
}


#about h3 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

#about-content {
background-color: #ffd;
border: 1px solid #fc0;
margin-left: -11px;
}

#about-content table {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
border-collapse: collapse;
}

#about-content td {
padding: 10px;
padding-top: 3px;
padding-bottom: 3px;
}

#about-content td.name{color: #555}
#about-content td.value {color: #000}

#about-content.failure {
background-color: #fcc;
border: 1px solid #f00;
}

#about-content.failure p {
margin: 0;
padding: 10px;
}

#getting-started {
border-top: 1px solid #ccc;
margin-top: 25px;
padding-top: 15px;
}

#getting-started h1 {
margin: 0;
font-size: 20px;
}

#getting-started h2 {
margin: 0;
font-size: 14px;
font-weight: normal;
color: #333;
margin-bottom: 25px;
}

#getting-started ol {
margin-left: 0;
padding-left: 0;
}

#getting-started li {
font-size: 18px;
color: #888;
margin-bottom: 25px;
}

#getting-started li h2 {
margin: 0;
font-weight: normal;
font-size: 18px;
color: #333;
}

#getting-started li p {
color: #555;
font-size: 13px;
}

#search {
margin: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: 11px;
}

#search input {
font-size: 11px;
margin: 2px;
}

#search-text {width: 170px}

#sidebar ul {
margin-left: 0;
padding-left: 0;
}

#sidebar ul h3 {
margin-top: 25px;
font-size: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#sidebar li {
list-style-type: none;
}

#sidebar ul.links li {
margin-bottom: 5px;
}




#stage {
	position:absolute;
	left:15%;
}









.stage, .title_img {
	position:absolute;
}

.versionLink {
	position:absolute;
	
	font-family:Verdana;
	font-size:18pt;
}

#header_nav li {
list-style-type: none;
}

#header_nav ul.links li {
margin-bottom: 5px;
}

.stage, .title_img {
	position:absolute;
	left: 24px;
	top: 33px;
	width: 586px;
	height: 521px;
}

.versionLink {
	position:absolute;
	
	font-family:Verdana;
	font-size:18pt;
}

a:link, a:visited{
	color:#000000;
}
a:active{
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
}

#topnav {
	text-align:center;
 	margin: 4px;
}

#topnav ul {
 	list-style: none;
 	display:inline;
}

#header { 
	text-align:center;
	margin: 4px;
}

#header li {
	display:inline;
}

#header.null {
  	margin: 10px; 
  	padding: 10px; 
  	text-align:center; 
  	vertical-align: middle; 
  	color: #ffffff; 
  	display: inline; 
  	font-size: 12px; 
  	font-weight: bold; 
}

#header a:link, #header a:visited{
	color:#FFF;
	text-decoration:none;
	padding: 4px;
}

#header a:active{
	color:#252525;
	text-decoration:none;
	padding: 4px;
}

#header a:hover {
	color:#FFFFFF;
	background: #252525;
	padding: 4px;
}

