html {
	margin: 0px 15px 0px 0px;
	padding: 0px;
} 

body {
	/*background-color: #c00;
	background-image: url(../img/pattern_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;*/
	background-image: url(../img/pattern.gif);
	font: 100% Georgia, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	/*color: inherit;*/
}

body > #content { 
	margin:auto;  
} 

img {
	border: 1px solid #999;
   margin: 3px 3px 3px 1px;
}

a:link, a:visited, a:active {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
}

a:hover {
	color: #fff;
	background-color: #c00;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
}

li, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 23px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
}

h2 {
	font-size: 16px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0px 1px 0px;
}

h3 {
	font-size: 12px;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 0px 1px 0;
}

#content{
	width: 630px;
	height: auto;
	text-align:center;
}

#header{
	border: 13px solid #fff;
	height: 230px;
	width: 100%;
	/*background: #c00 url(../img/header2.jpg) no-repeat top right;*/
	background: #c00 url(../img/header.jpg) no-repeat top right;
	padding-left: 3px;
	padding-right: 3px;
}

.box {
	border: 13px solid #fff;
	width: 100%;
	background: #f0f0f0;
	margin: 13px 0px 13px 0px; /*il vuoto sopra e sotto i box*/
	text-align:left;
	padding-left: 3px;
	padding-right: 3px;
	/*filter:alpha(opacity=63);
	-moz-opacity:.63;
	opacity:.63;*/
	}

.boxmenu {
	border: 13px solid #fff;
	width: 100%;
	background: #f0f0f0;
	margin: 13px 0px 13px 0px; /*il vuoto sopra e sotto i box*/
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	/*filter:alpha(opacity=63);
	-moz-opacity:.63;
	opacity:.63;*/
	}

.boxportfolio {
	background: #e0e0e0;
	height: 108px;
	margin: 13px 1px 13px 1px; /*il vuoto sopra e sotto i box*/
	float: none;
	padding-left: 3px;
	padding-right: 3px;
}

.boxnews {
	background: #e0e0e0;
	margin: 13px 1px 13px 1px; /*il vuoto sopra e sotto i box*/
	padding-left: 3px;
	padding-right: 3px;
}

.txt	{
	/*border: 1px solid #c00;*/
	background: #f0f0f0;
	padding-left: 3px;
	padding-right: 3px;
}

.date {
	font-size: 11px;
	color: #999;
	border-bottom: 1px dotted #999;
}

.displaynone {
	display:none;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/closelabel.gif) no-repeat center;
	margin: 5px 0px 0px 0px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

