@charset "utf-8";
body {
	margin: 0px;
	background-image: url(media/pattern.gif);
	background-repeat: repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
a, a:hover {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(media/header.jpg);
	background-repeat: no-repeat;
	height: 131px;
	width: 950px;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	cursor: pointer;
	cursor: hand;
}
.fillHeaderClass {
	background-image: url(media/header_bg.gif);
	background-repeat: repeat-x;
	height: 131px;
	width: 100%;
	clear: both;
}
.fillMenuClass {
	background-image: url(media/menu_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	height: 41px;
	width: 100%;
}

#menu {
	text-align: center;
	clear: both;
	height: 41px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menuClass {
	background-image: url(media/menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	width: auto;
	float: left;
	padding: 13px 13px 0px 13px;
	font-size: 10px;
}
.menuClass a, .menuClass a:hover {
	color: #482e03;
	text-decoration: none;
}
.menuClass a:hover {
	color: #FFFFFF;
}
.capClass {
	font-size: 14px;
}
.sepClass {
	width: 2px;
	height: 41px;
	float: left;
	background-image: url(media/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.panelTop {
	width: 100%;
	height: 5px;
	background-image: url(media/panel_top.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}
.panelTopLeft {
	width: 5px;
	height: 5px;
	background-image: url(media/panel_topleft.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
}
.panelTopRight {
	width: 5px;
	height: 5px;
	background-image: url(media/panel_topright.gif);
	background-repeat: no-repeat;
	float: right;
	font-size: 1px;
}
.panelCenter {
	width: 100%;
	height: 100%;
}
.panelLeft {
	width: 5px;
	height: 100%;
	background-image: url(media/panel_left.gif);
	background-repeat: repeat-y;
	float: left;
}
.panelRight {
	width: 5px;
	height: 100%;
	background-image: url(media/panel_right.gif);
	background-repeat: repeat-y;
	float: right;
}
.panelBottom {
	width: 100%;
	height: 5px;
	background-image: url(media/panel_bottom.gif);
	background-repeat: repeat-x;
	font-size: 1px;
}
.panelBottomLeft {
	width: 5px;
	height: 5px;
	background-image: url(media/panel_bottomleft.gif);
	background-repeat: no-repeat;
	float: left;
	font-size: 1px;
}
.panelBottomRight {
	width: 5px;
	height: 5px;
	background-image: url(media/panel_bottomright.gif);
	background-repeat: no-repeat;
	float: right;
	font-size: 1px;
}
.panelContent {
	width: 180px;
	height: 290px;
	padding: 5px;
	float: left;
	font-size: 12px;
}
.panelClass {
	width: 200px;
	height: 300px;
	margin-bottom: 20px;
	clear: both;
}
.panelHeaderClass {
	width: 100%;
	background-image: url(media/decor.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 18px;
	color: #600000;
	height: 45px;
}
.panelTitleClass {
	width: 147px;
	border-bottom: 1px solid #986719;
	height: 23px;
}
.panelText {
	overflow: hidden;
	height: 240px;
}

#main {
	clear: both;
	height: auto;
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#mainLeft {
	float: left;
}
#mainRight {
	float: left;
}
#mainTop {
	width: 744px;
	height: 12px;
	background-image: url(media/content_top.gif);
	background-repeat: no-repeat;
	font-size: 1px;
}
#mainBottom {
	width: 744px;
	height: 12px;
	background-image: url(media/content_bottom.gif);
	background-repeat: no-repeat;
	font-size: 1px;
        margin-top: -10px;
}
#mainCenter {
	width: 744px;
	height: auto;
	background-image: url(media/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}
#mainContent {
	height: auto;
	width: auto;
	float: left;
}
#mainFoto {
	/*border: 1px solid #cccccc;*/
	width: 680px;
	height: 270px;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
        display: none;
}
#mainTextArea {
	margin: 10px auto 10px auto;
	width: 680px;
	height: auto;
	overflow: auto;
	overflow-x: hidden;
	color: #333333;
	font-size: 12px;
}
#mainTextArea img {
	border: 3px solid #666666;
	margin: 5px;
}
#mainTitolo {
	color: #181818;
	font-size: 16px;
}
#mainTextArea h1, #mainTextArea h2, #mainTextArea h3, #mainTextArea h4, #mainTextArea h5, #mainTextArea h6 {
	color: #b0542f;
	font-size: 14px;
}
.eventoClass {
	width: 670px;
	height: 100px;
	border-bottom: 1px solid #666666;
	clear: both;
	padding-top: 10px;
	cursor: pointer;
	cursor: hand;
}
.artistaClass {
	width: 220px;
	height: 50px;
	border-bottom: 1px solid #666666;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
}
input, textarea {
	border:1px solid #666666;
	background-color: #FFFFFF;
	color: #333333;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
	color: #482e03;
}
#footer a, #footer a:hover {
	color: #482e03;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
fieldset, legend {
	color: #333333;
}

