html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-color: #000000; /* #231f20; */
/*	background-image: url(images/layout/bgbody.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right; */
	font-family: Verdana, Arial, Sans Serif;
	font-size: 12px;
}

table {
	border-collapse: collapse;
}

h2 {
	font-size: 16px;
}
	
.clear {
	clear: both;
}

#container h1 {
	display: none;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #ea1e25;
}

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

a img {
	border: none;
}

#container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#header {
	width: 100%;
}

#logo {
	padding-top: 10px;
}

#menu {
	padding-bottom: 5px;
}

#menu table {
	border-collapse: collapse;
}

.menubutton {
	width: 155px;
	text-align: left;
	font-size: 1em;
}

.imgmenu
{ 
/*	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50; */
}

.menubutton a {
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.menubutton img {
	margin-bottom: 3px;
}

.categoria {
	text-align: right;
	float: right;
	color: #ea1e25;
	font-size: 1.2em;
	font-weight: bold;
}

#footer {
	clear: both;
/*	padding-top: 10px;
	padding-bottom: 10px; */
	font-size: 11px;
	color: #666666;
	background-color: #000000; /* #231f20; */
/*	background-image: url(images/layout/marmo_foot.jpg); 
	background-repeat: repeat-x; */
/*	bottom: 0;
	right: 0;
	position: fixed; 
	width: 100%; 
	z-index: 9;
	display: block; */ /* PROBLEMA IN FF NON SI VEDE LO SFONDO (???)*/
	margin-top: 20px;
	margin-bottom: 20px;
}

a.footlink {
	color: #666666;
	font-weight: normal;
}

a.footlink:hover {
	color: #ea1e25;
}

#content {
	padding-top: 20px;
	margin-bottom: 20px;
}

#leftSide {
	width: 300px;
	float: left;
	margin-right: 20px;
}

#rightSide {
	width: 600px;
	float: right;
}

#photoProject {
	margin-bottom: 10px;
	text-align: right;
	height: 400px;
}

.photoLink {
	padding: 2px;
	border: 1px solid #666666;
}

.description {
	font-family: Georgia, Times New Roman, serif; 
	/* text-align: justify; */
	font-size: 11px;
	/* font-weight: bold; */
}

.otherprojects {
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	font-size: 11px;
}

.otherprojects p {
	margin-top: 0;
}

.otherprojects a {
	color: #8b7a7a;
	font-weight: normal;
}

.otherprojects a:hover {
	color: #FFFFFF;
}

a.backbutton {
	color: #CCCCCC;
	font-size: 1.2em;
	display: block;
	text-align: right;
	padding-top: 20px;
}

a.backbutton:hover {
	color: #FFFFFF;
	background-color: #333333;
}

.thumbs {
	float: right;
}

.thumbs img {
	margin-left: 5px; 
}

.thumbs a {
	color: #CCCCCC;
	font-weight: normal;	
}

.thumbs a:hover {
	color: #ea1e25;
	font-weight: normal;	
}

#txtPrev, #txtNext {
	color: #ea1e25;
}

.textbox {
	background: none;
	color: #FFFFFF;
	border: 1px solid #8B7A7A;
}

.redbold, .formerrore {
	color: #ea1e25;
	font-weight: bold;
}

tr.separator {
	background-color: #8B7A7A;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
} 

ul.adminmenu, ul.adminmenu li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

ul.adminmenu li {
	float: left;
	margin-right: 3px;
}

ul.adminmenu li a {
	border: 1px solid #999999;
	width: 130px;
	padding: 5px;
	display: block;
}

.galleriaDesc {
	text-align: justify;
}

.imagespreview {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.display {
	display: block;
}

.press, .biblio {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.press img, .biblio img {
	width: 135px;
	height: 175px;
}