body { 
	margin: 0;
	text-align: center;   /*centra in IE 5.x */
}

h1 {
	display: none;
}

#container {
	width: 760px;
	margin: auto;
	background-color: #F8F8F8;
}

#top {
	background: url(../img/testata.jpg) no-repeat;
	height: 89px;
	padding-left: 10px;
	font-family: sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #FF9933;
	text-align: left;
}

#left, #right { 
	float: left; 
	width: 165px; 
	margin-top: 5px;
	text-align: center;
}

#right {
	margin-right: -5px;
}

#center {
	float: left;
	width: 430px;
	border-left: 1px dashed #DDDDDD;
	border-right: 1px dashed #DDDDDD;
	padding-bottom: 10px;
	/*margin: 0 0 -1px 0;*/
	text-align: center;
	
}

#center h2 {
	color: #FF9933;
	font-size: 25px;
	font-family: sans-serif;
	margin-top: 8px;
	margin-bottom: 2px;
}

#center h3 {
	color: #66CCFF;/*#024B47;*/
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 2px;
	font-style: italic;
}

img {
	border: 0px;
}

input {
	margin-top: 10px;
}

#footer {
	clear: both;
	border-top: 3px solid #FF9933;
	border-bottom: 6px solid #66CCFF;
	text-align: center;
	font-family: sans-serif;
	font-size: 10px;
}

#footer a:link, a:visited {
	color: Navy;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
