body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #EEEEEE;
	line-height: 180%;
	letter-spacing:1px;
	text-align:justify;
}

a
{
	color:#86ade8;
	text-decoration: none;
}

a:hover
{
	color: #1086d8;
	text-decoration: none;
}

#header_wrapper
{
	margin: 0 auto;
	width: 100%;
	background: #86ade8;
	height: 92px;
}

#header
{
	margin: 0 auto;
	width: 758px;
	height: 85px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
/* 	border-bottom: 20px solid #6F6F6F; */
	background: #EEEEEE;
	text-align:right;
}

#header h1
{
	margin: 0 auto;
	color: #86ade8;
	font-family: sans-serif;
	font-size: 325%;
	padding-right: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menu_wrapper
{
	margin: 0 auto;
	width: 760px;
	height:22px;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #86ade8;
	font-family: sans-serif;
}

.now a
{
	color: #6F6F6F;
	height:22px;
	padding: 0 1.5em;
	margin: 0 auto;
	border-right: 1px solid #EEEEEE;
	background: #EEEEEE;
	text-decoration: none;
	float: left;
}

.menu a
{
	color: #FFFFFF;
	height:22px;
	padding: 0 1.5em;
	margin: 0 auto;
	border-right: 1px solid #EEEEEE;
	background: #86ade8;
	text-decoration: none;
	float: left;
}

.menu a:hover
{
	color: #FFFFFF;
	height:22px;
	padding: 0 1.5em;
	margin: 0 auto;
	border-right: 1px solid #EEEEEE;
	background: #1086d8;
	text-decoration: none;
	float: left;
}

#main
{
	margin: 0 auto;
	width: 738px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	line-height: 240%;
	background: #FFFFFF;
}

#main h2
{
	color: #666666;
	padding-bottom: 3px;
	border-bottom: 1px solid #86ade8;
	font-family: sans-serif;
	font-size: 225%;
	letter-spacing: -1px;
	margin-top:100px;
}

#latest_download
{
	margin-top:40px;
	width:206px;
	height:64px;
	background: #FFBB00;
	color: #1086d8;
	text-align:right;
	line-height: 140%;
	letter-spacing:0.5px;
	font-size: 90%;
	font-weight:bold;
	float:right;
	cursor:hand;
}

.old_download
{
	margin-top:40px;
	width:206px;
	height:64px;
	background: #86ade8;
	color: #1086d8;
	text-align:right;
	line-height: 140%;
	letter-spacing:0.5px;
	font-size: 90%;
	font-weight:bold;
	float:right;
	cursor:hand;
}

.download_wrapper
{
	width: 738px;
	height:104px;
}

.rel
{
	margin-top:10px;
	margin-right:15px;
	color:white;
	font-weight:bold;
}

.docs_button
{
	margin-top:40px;
	width:206px;
	height:64px;
	background: #FF4400;
	color: #1086d8;
	text-align:right;
	line-height: 140%;
	letter-spacing:0.5px;
	font-size: 90%;
	font-weight:bold;
	float:right;
	cursor:hand;
}

#sf
{
	position:absolute;
	top:48px;
	left:0px;
}

#folder_tree
{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	line-height: 100%;
	letter-spacing:0px;
	text-align:justify;
}

.family
{
	color: #999999;
	margin-top:30px;
	margin-bottom:15px;
	font-weight:normal;
	font-family: sans-serif;
	font-size: 105%;
	letter-spacing: -1px;
}

#prefixes
{
	font-weight:bold;
}

.names
{
	float:left;
	width:215px;
	margin-bottom:30px;
	color: #1086d8;
}

.descriptions
{
	float:left;
	width:515px;
	margin-bottom:30px;
	font-weight:normal;
}

.dependency
{
	color:red;
	text-decoration:none;
	text-transform:uppercase;
}

.dependency:hover
{
	color:white;
}