html {
	overflow-y: auto;
	overflow-x:hidden;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #FFF;
}
/* ################################ DIV ################################ */



#contpage {
	margin: auto;
	width: 800px;
	height: auto; 
}
#header {
	position: relative;
	float: left;
	width: 800px;
	height: 100px;
	text-align: center;
	margin-bottom: 30px;
}
#cont {
	width: 800px;
	height: auto;
	min-height: 400px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:justify;
	color:#333;
}
#cont a {
	color:#555;
	text-decoration: none; 
}
#cont a:hover {
	color: #C00;
	text-decoration: none; 
}
#footer {
	width: 800px;
	height: auto;
	margin-top: 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#333;
}
#footer a {
	color:#666;
	text-decoration:none;
}
#footer a:hover {
	color: #C00;
	text-decoration:none;
}
#footer .dentro {
	color: #C00;
	text-decoration:none;
}
#copy {
	width: 790px;
	height: auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color:#666;
	line-height:18px;
	background-color: #e8e8e8;
	border-top: #bbb 3px solid;
	padding:6px;
	margin-top: 5px; 
}
/* ---------------- style --------------- */

.img {
	float: left;
	margin: 0px 15px 15px 0px;
}
.title {
	font-size: 16px;
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:italic;
	line-height: 20px;
}
.title2 {
	font-size: 13px;
	color: #555;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height: 20px;
}
.title3 {
	font-size: 16px;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	line-height: 22px;
}
.note {
	font-size: 11px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}