body
{
	background-color: black;
	font-size: medium;
	color: #666;
	width: 1010px;
	margin: 0 auto;
	min-height: 800px;
	font-family: Helvetica,Verdana;
	
}
#header
{
	margin-top: 20px;
	height: 80px;
	background: #000 url("xchris3.png") no-repeat center 0;
	overflow: auto;
	text-align: right;
	
}
#main
{
	border: 1px solid #222;
	min-height:600px;
	z-index: 2000;
	
	
}
#footer
{
	
	
	height: 50px;
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 30px;
	font-weight: normal;
}

.box
{
	float: left;
	overflow: auto;
	width: 100%;
	margin-top: 40px;
}

img
{
/*	border: 1px solid #000;*/
	overflow: auto;
	margin: 20px;
	border: none;
	
}
.left
{
	float: left;
}
.details
{
	padding: 5px;
	margin: 20px 20px 0 0;
	font-size: small;
	float: right;
/*	border: 1px solid #222;*/
	width: 270px;
	min-height: 200px;

}
.title
{
	font-size: 1.8em;
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 10px;
	background-color: #151515;
}
.field
{
width: 80px;		
font-variant: small-caps;
float: left;
white-space: nowrap;
}
.data
{
width: 150px;
white-space: nowrap;

}
#bar
{
	background: #222;
	top: 20px;
	z-index: 1;
	width: 100%;
	opacity: 0.7;
	text-align: right;
	font-variant: small-caps;
	
}

#barretta
{
	opacity: 0.8;
	text-align: right;
	background-color: #222;
	border: 1px solid #222;
	padding: 2px;
	vertical-align: middle;
	height: 90px;
	display: block;
}



.menu
{
 display: inline;
}
.menu a,.menu a:active,.menu:visited,.menu a:hover
{
	color: #666;
	text-decoration: none;
	margin-left: 10px;
	font-variant: small-caps;
}
.menu a:hover
{
	color: red;
	vertical-align: bottom;
}
.note
{	font-size: 0.9em;
	margin-top: 20px;
	text-align: justify;
}
#check
{
	position: fixed;
	top: 20%;
	width: 20px;
	height: 100px;

	background-color: #0a0a0a;
	
}
.link ,.link:active,.link:visited,.link:hover
{
	color: #aaa;
	text-decoration: none;
	letter-spacing: 2px;
}
.link:hover
{
	color: red;
}
