/*----------------------------------------- global ----------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #222222;
	font-family: Verdana, sans;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	}
:focus {
	outline: 0;
	}
body{
	background-color: #ffffff;
	}
a:link, a:visited{
	color: #83b000;
	text-decoration: underline;
	}
a:hover, a:active{
	color: #cc0000;
	text-decoration: underline;
	}
h1{
	height: 18px;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 54px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.05em;
	}
h2{
	height: 18px;
	color: #666666;
	margin-top: 36px;
	margin-bottom: 18px;
	font-weight: bold;
	}
h3{
	height: 18px;
	color: #666666;
	font-weight: bold;
	margin-top: 18px;
	}
p{margin-bottom: 18px;}
strong{font-weight: bold;}
ul{
	margin-bottom: 18px;
	}
li{
	list-style-type: square;
	list-style-position: inside;
	}
/*----------------------------------------- end of global ---------------------------------*/

/*----------------------------------------- page ------------------------------------------------*/
#page{
	width: 846px;
	height: 100%;
	position: absolute;
	top: 18px;
	left: 90px;
	}
/*----------------------------------------- end of page ---------------------------------------*/
/*----------------------------------------- extranav --------------------------------------------*/
#extranav{
	width: 846px;
	height: 18px;
	margin-bottom: 54px;
	}
#extranav li{
	list-style-type: none;
	display: inline;
	color: #aaaaaa;
	}
#extranav li.on{
	color: #555555;
	}
/*----------------------------------------- end of extranav -------------------------------------*/
/*----------------------------------------- content -----------------------------------------*/
#content {
	width: 846px;
	}
/*----------------------------------------- description ---------------------------------------------*/
#text{
	width: 558px;
	float: left;
	}
/*----------------------------------------- end of description -----------------------------*/
/*----------------------------------------- coments ---------------------------------------------*/
#coments{
	width: 270px;
	float: right;
	margin-top: 144px;
	}
#photos img{
	margin-bottom: 18px;
	}
/*----------------------------------------- end of photos ----------------------------------*/
/*----------------------------------------- end of content -----------------------------*/	
/*----------------------------------------- copyright ------------------------------------*/
#copyright{
	font-size: 10px;
	color: #999999;
	clear: both;
	padding-bottom: 90px;
	padding-top: 90px;
	}
#copyright a{
	font-size: 10px;
	}
/*----------------------------------------- end of copyright -----------------------------*/
#authors{
	padding-top: 18px;
	margin-top: 36px;
	border-top: 1px solid #666666;
	}