@charset "UTF-8";
#wrap {
	width: 675px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#wrap span {
	font-weight:bold;
	color:#800000;
	font-size:1.0em;
}
.alignright {
	text-align: right;
}
#left {
	float: left;
	height: 124px;
	width: 124px;
	margin-right: 11px;
	margin-bottom: 11px;
	background-color: #FFF;
	display: block;
}
#header {
	background-image: url(gfx/spaces.png);
	height: 250px;
	width: 675px;
	margin-top:32px;
}
.line {
	background-image: url(gfx/linea.png);
	background-repeat: repeat;
	height: 1px;
	width: 675px;
	margin-bottom: 11px;
	clear: both;
}
#right {
	float: right;
	height: 124px;
	width: 124px;
	margin-bottom: 11px;
	background-color: #FFF;
	display: block;
	margin-left: 11px;
}
#nav {
	position:fixed;
	top:0;
	display:block;
	background-color:#fff;
	height: 25px;
	width: 675px;
	padding-top:3px;
	padding-bottom:3px;
	z-index:999;
}
#nav .item {
	margin-left:3px;
	margin-right:3px;
	float: left;
}
#help {
	height: 80px;
	width: 675px;
	margin-bottom: 11px;
}
.line-2 {
	background-image: url(gfx/linea.png);
	background-repeat: repeat;
	height: 1px;
	width: 675px;
	margin-top:27px;
}
