/**********************************

Use: Reset Styles for all browsers

***********************************/
:focus { 
	outline: 0; 
} 

html {overflow: scroll;} 
	
body, p, blockquote {
	background: #ffffff;
	word-spacing: 12px;
	padding: 10px;
	font-family: Arial, Helvetica ;
	font-weight: normal;
	font-size: 11px;	
	text-align:center;
	margin: 20px auto 0 auto;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}
a img, iframe { border: none; }

input,select {
	font-family: Arial, Helvetica ;
	font-weight: normal;
	font-size: 11px;	
}



h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }



.Vspacer {
	width: 16px;
	margin: 0px 0px 0px 0px;	
	position:relative;
}

.nowrap {
	word-spacing: normal;
	font-weight: normal;
	font-size: 11px;	
}

.nowrapBold {
	word-spacing: normal;
	font-weight: bold;
	font-size: 13px;	
}

.credits{
		margin: 15px 18px 15px 18px;
		width: 705px;
		text-align:left;
		float:left;
		/*background:#00ff00;*/
}

.creditsRedDay{
		margin: 3px 18px 15px 18px;
		width: 705px;
		text-align:left;
		float:left;
		/*background:#00ff00;*/
}

.redDay {
	color : #990033;
}

/*********************/
/*LAYOUT*/
/*********************/

#content {
		margin: 0 auto;
		width:741px;
		position: relative;
		text-align:center;
		/*background:#ff0000;*/
}

#logo {
	width: 705px;
	margin: 15px auto 30px auto;
	background-image: url(images/logo.png);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: fixed; 	
}

#calendario {
		width: 741px;
		text-align:left;
		float:left;
}

#prev_row {
	width: 16px;
	margin: 0px 0px 0px 0px;
	float:left;	
}

#next_row {
	text-align:right;
	width: 16px;
	margin: 0px 0px 0px 0px;
	float:left;	
}

#cal {
	width: 709px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	float:left;	
	line-height:100%;
}

#fotoContenuto{
		margin: 30px auto 0px auto;
		width: 709px;
		text-align:center;	
		vertical-align:top;
}
#foto_numerouno{
	margin: 170px auto 0px auto;
	width: 709px;
}

#altre_foto{	
	margin: 20px auto 0px auto;
}

#commento  {
	width:100%;
	word-spacing: normal;
	text-align:center;
	margin: 4px auto auto auto;
}

#copyright {
		margin: 25px 0px 0px 0px;
		width: 100%;
		text-align:center;
		float:left;
		word-spacing: normal;
		color:#999999;
}


