@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Comic Sans Ms;
	font-size: 12px;
}
#bg {
	left:0px;
	right:0px;
	top:0px;
	z-index:-1;
	display: non;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#bg1 {
	left:0px;
	right:0px;
	z-index:-1;
	display: non;
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 600px;
	FILTER: FlipV;
}
#main {
	width: 760px;
	background: #FEFEC6;
	border-top: 10px solid #00662E;
	border-right: 10px solid #00662E;
	border-bottom: 15px solid #00662E;
	border-left: 10px solid #00662E;
	z-index:2;
	position: absolute;
	left: 50%;
	top: 50%;
	overflow: hidden;
	margin-top: -360px;
	margin-left: -400px;
}
#header {
	margin: 10px;
	height: 230px;
	z-index: 3;
}
#logo {
	margin: 0px 10px 10px;
	width: 274px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}
#logo .linea {
	margin-left: 20px;
	margin-right: 20px;
	color: #000000;
}
#content {
	width: 440px;
	float: right;
	margin: 0px 10px 10px 0px;
}
#content h1 {
	text-align: center;
	font-size: 24px;
}
#content p {
	font-size: 14px;
}

#content .color1 {
	color: #5f7156;
}
#content .color1 a {
	color: #5f7156;
	text-decoration: none;
}
#content .color1 a:hover {
	text-decoration: underline;
}

#content .color2 {
	color: #eb3d00;
}
#content .color2 a {
	color: #eb3d00;
	text-decoration: none;
}
#content .color2 a:hover {
	text-decoration: underline;
}

#content .color3 {
	color: #004697;
}
#content .color3 a {
	color: #004697;
	text-decoration: none;
}
#content .color3 a:hover {
	text-decoration: underline;
}


.nofloat {
	clear: both;
}
.left {
	float: left;
}

