*{
	border: 0px;
	margin: 0 auto;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #05A9D5;
}
body{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
#wrapper{
	margin-top: 15px;
	width: 850px;
	padding-bottom: 18px;
}
#logo{
	width: 100%;
	text-align: left;
	border: 1px solid #CCCCCC;
}
#https{
	display: none;
	width: 300px;
}
#https a{
	color: #FF0000;
}
#center{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-top: 0px;
}

/* Main Body */
#center #main{
	margin-right: -1px;
	width: 85%;
	float: left;
	text-align: left;
	background-color: #F1F1F1;
	border-right: 1px solid #CCCCCC;
}
#center #main #body{
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;

	font-size: 13px;
	line-height: 26px;
}
#center #main #body .title{
	margin-top: 18px;
	font-weight: bold;
}
#center #main #body .block{
	text-indent: 18px;
}

#center #main #body .left-girl{
	margin-top: 18px;
	text-align: left;
}
#center #main #body .right-girl{
	margin-top: 18px;
	padding: 28px;
	text-align: right;
}


/****** Error: 404/500 ******/
#center #main #body #error{
	margin-top: 165px;
	padding-left: 86px;
	height: 456px;
	line-height: 465px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('/org/athena-not-found.gif');
	background-position: right top;
}


/****** Documentation ******/
#center #main #body #package-structure{
	margin-top: 18px;
	line-height: 16px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	background-repeat: no-repeat;
}



/****** Links ******/
#center #main #body .links{
	margin-top: 18px;
	width: 650px;
	line-height: 16px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	background-repeat: no-repeat;
}

#center #main #body .links a{
	padding: 2px;
	margin-left: 65px;
	margin-top: 18px;
	width: 165px;
	height: 48px;
	line-height: 48px;
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #CCCCCC;
}
#center #main #body .links a:hover{
	background-color: #FFFFFF;
}



/****** Step by Step ******/
#center #main #body .step-by-step{
	margin-top: 18px;
	line-height: 16px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
}
#center #main #body .step-by-step div{
	padding: 6px;
}
#center #main #body .step-by-step .img{
	padding: 16px;
}



/****** Release ******/
#center #main #body #full-release-log-page , #center #main #body #full-release-log-index , #center #main #body #latest-release{
	padding-bottom: 58px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	background-repeat: no-repeat;
}
/*
#center #main #body #full-release-log-page{
	padding-bottom: 358px;
	background-image: url('/org/release-page.gif');
	background-position: right bottom;
}
*/
/*
#center #main #body #latest-release{
	background-image: url('/org/release-latest.gif');
	background-position: right bottom;
}
*/

#center #main #body #full-release-log-index{
	background-image: url('/org/release-index.gif');
	background-position: right bottom;
}

#center #main #body #full-release-log-index .release-entry{
	margin-top: 18px;
	margin-left: 18px;
	padding: 8px;
	padding-left: 38px;
	width: 350px;
	float: left;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url('/org/star-inactive.gif');
	background-repeat: no-repeat;
	background-position: 8px center;
}
#center #main #body #full-release-log-index .release-entry-hover{
	font-weight: bold;
	background-image: url('/org/star-active.gif');
}
#center #main #body #full-release-log-index .release-entry-hover a{
	color: #FF0000;
}


/* F.A.Q */
#center #main #body .faq .faq-question, #center #main #body .faq .faq-answer{
	padding-left: 18px;
	padding-top: 8px;
	line-height: 18px;

	color: #0F0F0F;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
	background-repeat: no-repeat;
}
#center #main #body .faq .faq-question{
	margin-top: 28px;
	font-weight: bold;
	background-image: url('/org/question.gif');
	background-repeat: no-repeat;
	background-position: left top;
}


/* Right Navigator */
#center #navigator{
	width: 15%;
	text-align: left;
	float: left;
	/* background-color: #F1F1F1; */
}
#center #navigator a{
	color: #000000;
}
#center #navigator .nav-entry{
	padding: 8px;
	padding-left: 18px;
	cursor: pointer;
	border-left: 1px solid #CCCCCC;
}
#center #navigator #nav-entry-top{
	border-top: 0px;
}
#center #navigator .nav-entry-hover{
	color: #05A9D5;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	border-left: 0px;
	border-right: 0px;
}
#center #navigator .nav-entry-hover a{
	color: #05A9D5;
}
#center #navigator .nav-entry-active{
	font-weight: bold;
}


/* for release log */
#center #navigator .release-log-entry{
	padding: 8px;
	padding-left: 18px;
	cursor: pointer;
 	font-weight: bold;
	background-color: #F1F1F1;
	border: 1px solid #CCCCCC;
	border-left: 0px;
}

#center #navigator #full-release-log-entry{
	margin-top: 28px;
}







#copyright{
	margin-top: 8px;
	width: 100%;
}

.courier{
	font-family: Courier;
}
.gray{
	color: #CCCCCC;
}
.blue{
	color: #0000CC;
}
.red{
	color: #FF0000;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.clear{
	clear: both;
}
.hide{
	display: none;
}



.pad-bottom{
	padding-bottom: 186px;
}

.rom-cloud{
	text-align: center;
	padding-top: 86px;
	padding-bottom: 86px;
}

.site-moved{
	text-align: center;
	padding-top: 86px;
	padding-bottom: 86px;
}


.athena{
	padding-bottom: 186px;
	background-repeat: no-repeat;
	background-image: url('/org/athena.gif');
	background-position: right bottom;
}