@charset "UTF-8";
/* CSS Document */
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 100;
	border-style: none;
	background-color: #000000;
	color:#FFF;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
	border: none 0px;
}
a:hover {
	text-decoration: none;
	color: #605446;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	border: none 0px;
}
h1 {
	font-size:28px;
	text-align:left;
	display:inline;
	color:#FFF;
}
h2 {
	font-size:11px;
	font-style:normal;
	font-weight: 100;
	color:#a89a88;
}
h3 {
	font-size:11px;
	font-style:normal;
	color:#605446;
	font-weight: 100;
	display:inline;
	line-height:2.0em;
}
#centrato {
	position:absolute;
	left:50%;
	width:920px;
	margin-left:-460px;
	margin-top:80px;
}
#header {
	width:920px;
}
#picture {
	width:920px;
	height:150px;
	text-align:right;
}
#contents {
	width:920px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}
#bio {
	width:310px;
	float:left;
	padding-right:20px;
}
#download {
	width:310px;
	float:left;
	padding-right:20px;
}
#contact {
	width:260px;
	float:left;
}
#footer {
	width:920px;
	height:30px;
	float:left;
	text-align:center;
	padding-top:20px;
	color:#666;
}
#footer a {
	color:#666;
}
hr {
	background-color:#FFF;
	height: 1px;
	border: 0;
}
.intro {
	font-style:italic;
}
.hr_in {
	background-color:#333;
}
.detail {
	font-size:6px;
	text-transform:uppercase;
}
textarea {
		width:100%;
	resize: none;
	color:#CCC;
	background-color:#000;
	border-bottom:#333 solid 1px;
	border-top:#000 solid 0px;
	border-left:#000 solid 0px;
	border-right:#000 solid 0px;
	height:100px;
}
.input {
	color:#CCC;
	background-color:#000;
	border-bottom:#333 solid 1px;
	border-top:#000 solid 0px;
	border-left:#000 solid 0px;
	border-right:#000 solid 0px;
	width:100%;
}
.new {
	text-transform:uppercase;
	color:#605446;
}
.detail_info {color:#605446}

