body {
	margin:45px auto;
	padding:0px;
	text-align:center;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#fcebf8;
	font-family:'Georgia',Times New Roman,Trebuchet MS;
	font-size:11px;
}

#header {
	margin:0px auto;
	padding:0px;
	width:100%;
	height:124px;
	background-color:#c8a2c8;
}

#header_container {
	margin:0px auto;
	width:952px;
	height:124px;	
}

#header_left {
	width:346px;
	height:124px;
	float:left;
}

#header_right {
	width:606px;
	height:124px;
	float:left;
}

#header_right .menu {
	width:540px;
	margin:48px 0px 0px 0px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

.menu p.menu_element {
	display:inline;
	font-size:20px;
	color:#ffffff;
	padding:0px 10px 0px 10px;
}

.menu p.selected_element {
	display:inline;
	font-size:20px;
	color:#ffffff;
	background-color:#975c97;
	padding:0px 10px 0px 10px;
}

.menu_element a:link, .menu_element a:visited {
	color:#ffffff;
	text-decoration:none;
}

.menu_element a:hover, .menu_element a:active {
	color:#ffffff;
	text-decoration:none;
}

#content {
	margin:28px auto 10px auto;
	padding:30px 20px 30px 30px;
	text-align:left;
	width:900px;
	/*height:364px;*/
	border:1px solid #c1b4be;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	background-color:#fdf6e4;
}

#content_left {
	width:271px;
	float:left;
	padding:0px 30px 0px 0px;
}

#content_left #image {
	height:200px;
	border-bottom:1px dotted #000000;
}

#content_left #image img {
	border:3px solid #ded8c8;	
}

#content_left #news {
	margin:22px 0px 0px 0px;
	width:265px;
	height:135px;
	border:3px solid #ded8c8;
	background-color:#f8f4f8;
}

p.news_titolo {
	margin:8px 10px 0px 10px;
	padding:0px 0px 4px 0px;
	font-size:14px;
	color:#7b137b;
	border-bottom:1px solid #ded8c8;
}

#content_right {
	width:589px;
	/*height:363px;*/
	float:left;
	border-left:1px dotted #000000;
	border-right:1px dotted #000000;
}

#content_right p.testo_big {
	margin:0px 0px 30px 0px;
	padding:0px 30px 0px 30px;
	text-align:justify;
	font-size:16px;
}

#content_right p.testo {
	margin:0px 0px 30px 0px;
	padding:0px 30px 0px 30px;
	text-align:justify;
}

#content_right p {
	margin:0px 0px 30px 0px;
	padding:0px 30px 0px 30px;
	text-align:justify;
}

#content_right a:link, #content_right a:visited {
	color:#975c97;
	text-decoration:none;
}

#content_right a:hover, #content_right a:active {
	color:#c8a2c8;
	text-decoration:none;
}

#content_logo {
	margin:0px -30px 0px -30px;
	clear:both;
	width:950px;
	height:122px;
	background-image:url(../images/logo_content.jpg);
	background-repeat:no-repeat;
}

#footer {
	clear:both;
	margin:0px auto;
	padding:0px;
	width:100%;
	height:90px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
}

#footer_container {
	margin:0px auto;
	width:952px;
	height:90px;	
}

#footer_left {
	width:852px;
	height:90px;
	float:left;
}

#footer_left p.credits {
	color:#ffffff;
	margin:53px 6px 0px 0px;
	text-align:right;
}

#footer_left a:link, #footer_left a:visited {
	color:#ffffff;
	text-decoration:none;
}

#footer_left a:hover, #footer_left a:active {
	color:#c8a2c8;
	text-decoration:none;
}

#footer_right {
	margin:-1px 0px 0px 0px;
	width:100px;
	height:90px;
	float:left;
	background-image:url(../images/foglia.jpg);
	background-repeat:no-repeat;
}

/*NEWS*/

#pscroller1{
	text-align:left;
	margin:0px auto;
	width: 240px;
	height: 100px;
	/*margin-left: 29px;
	margin-top:10px;*/
	font-size:12px;
	/*border:1px solid #FF0000;*/
}

#pscroller2{
	width: 350px;
	height: 20px;
	padding: 3px;
}

#pscroller1 .titolo {
	color:#000000;
	text-align:left;
	/*background-color:#b1cfcf;
	
	margin:10px 0px 0px 0px;
	padding:6px;*/
}

#pscroller1 .testo {
	color:#000000;
	text-align:justify;
	margin:0px;
	padding:0px;
}

#pscroller1 a:link, #pscroller1 a:visited{
	text-decoration: none;
	color:#000000;
}
#pscroller1 a:hover, #pscroller1 a:active{
	text-decoration: none;
	color:#7b137b;
}

#pscroller1 .testo a:link, #pscroller1 .testo a:visited{
	text-decoration: none;
	color:#000000;
	font-weight:normal;
}
#pscroller1 .testo a:hover, #pscroller1 .testo a:active{
	text-decoration: none;
	color:#7b137b;
	font-weight:normal;
}

.someclass{ //class to apply to your scroller(s) if desired

}
