body { 
	border-width: 0px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 153, 0);
    font-family: Arial;
    text-align: justify;
	font-size:12px;
	margin: auto;
}

td, tr {
	vertical-align:top;
	text-align:left;
}

#main_index {
	margin:auto;
	padding-top: 100px;
	color: rgb(0, 0, 0);
	width: 580px;
	font-size:16px;
}

#main_outer {
	margin:auto;
	color: rgb(0, 0, 0);
	width: 800px;
}

#buttons {
	margin-right : 20px;
	text-align: left;
	width : 150px;
	font-size:14px;
}

a.mainbutton {
	font-weight : bold;
	display : block;
	background-color: #FFCD36;
	padding : 2px;
	padding-left: 15px;
	margin-bottom : 5px;
	margin-right : 5px;
	margin-left : 5px;
	color : #000000;
	text-decoration:none;
}

a.express {
	background-image: url(images/express.jpg);
	background-repeat : no-repeat;
	height : 20px;
	font-weight : bold;
	display : block;
	padding : 1px;
	margin-bottom : 5px;
	margin-right : 5px;
	margin-left : 5px;
	color : #000000;
	text-decoration:none;
}

a.mainbutton:hover{ 
	color:#F90533; 
	text-decoration:none;
}

a.selectedbutton,a.selectedbutton:hover {
	font-weight : bold;
	display : block;
	background-color: #FFCD36;
	padding : 2px;
	padding-left: 15px;
	margin-bottom : 5px;
	margin-right : 5px;
	margin-left : 5px;
	color : #F90533;
	text-decoration:none;
}

a.enterbutton:link,a.enterbutton:visited{ color:#FFD437; font-weight : bold; text-decoration:none;}
a.enterbutton:hover{ color:#F90533; font-weight : bold; text-decoration:none;}

a:link,a:visited{color:#000000; text-decoration:none;}
a:hover{ color:#0000FF; text-decoration:none;}

#kernel {
	text-align : justify;
	padding-left : 10px;
	padding-right : 20px;
}

#header {
	height : auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	vertical-align : bottom;
}

#main_inner { 
    border-left: 8px solid #FFD437;
    border-right: 8px solid #FFD437;
    background-color: rgb(255, 255, 255);
    padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#photos {
	float : right;
	padding-left : 15px;
	padding-bottom : 10px;
}

.ticket {
	text-align: center;
}

.columntxt {
	text-align: justify;
	padding-right : 15px;
}

#footer {
	height : 75px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align : right;
	padding-right : 40px;
	padding-top : 10px;
}

.txtdeco {
	font-weight : bold;
	color : #F90533;
}
a.txtdeco:link,a.txtdeco:visited{color:#F90533; text-decoration:none;}
a.txtdeco:hover{ color:#0000FF; text-decoration:none;}

.biggerTxt{
	font-weight : bold;
	font-size:12px;
}

.service {
	margin-left : 20px;
}

.contatti {
	font-weight : bold;
	padding-top: 10px;
	padding-left : 33px;
}

a.footerbutton {
	text-decoration:none;
}

#new{
	float : left;
	display : inline;
}

#main_lower {
	margin:auto;
	width: 800px;
	font-size:8px;
	text-align : right;
}

a.lower_txt,a.lower_txt:hover {
	color: rgb(255, 153, 0);
	text-decoration:none;
}

a.credits:link,a.credits:visited{ color: rgb(255, 153, 0); text-decoration:none;}
a.credits:hover{ color:#F90533; text-decoration:none;}



