body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	background-color: #FFFFFF;
	margin: 0px;
	margin-padding: 0px;
	font-size:11px;
	background: url(../img/bg_content.png) fixed no-repeat;
}

img {
	border: none;
}

#cos {
	width: 800px;
	height: auto;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 180px;
	background-image:url(../img/header2.png);
}

#menu {
	height: 26px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: -3px;
	margin-bottom: 1px;
	font-weight: bold;
	background:url(../img/bg_menu.png) repeat-x;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_item_off {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
}

.menu_item_on {
	float: right;
	height: 36px;
	margin-top: -3px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;	
	color: #333333;
	background:url(../img/bg_menu_on.png) repeat-x;
}

#footer {
	clear: both;
	width: 800px;
	height: 26px;
	text-align: center;
	background: url(../img/bg_footer.png) repeat-x;
	font-size: 11px;
	color: #666666;
}

#footer #copy {
	padding-top: 9px;
}

#contents {
	width: auto;
	padding-bottom: 20px;
	
}

#space {
	clear: both;
	height: 20px;
}

.leftMain {
	float: left;
	width: 450px;
	padding-right: 15px;
	padding-left: 35px;
	padding-top: 10px;
	text-align: justify;
	font-size: 12px;
	color: #181818;
	background: inherit;
}

.leftMain h1 {
	font-size: 14px;
	color: #8a2d19;
	border-bottom: 1px dotted #8a2d19;	
}

.rightMain {
	float: right;
	width: 300px;
	background: inherit;
}

.global {
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 10px;
	text-align: justify;
	font-size: 12px;
	color: #181818;
}

.global h1 {
	font-size: 14px;
	color: #8a2d19;
	border-bottom: 1px dotted #8a2d19;	
}

.global a {
	text-decoration: none;
	color: #9b1913;
}

.global a:hover {
	border-bottom: 1px dotted #9b1913;
}

#pilota {
	border: 1px solid #9b1913;
}

.nota {
	margin-top: 40px;
	border: 1px solid #8a2d19;
	padding: 10px;
	text-align: center;
	background-color: white;
}

.picture {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 200px;
	height: 200px;
	align: center;
	border: 1px solid #ccc;
	background: #FFFFFF; 
}

#sticks {
	margin-left: 50px;
	margin-bottom: 50px;
}

#sticks a {
	text-decoration: none;
}

#sticks a:hover {
	text-decoration: none;
	border: none;
}