/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/sfondo.jpg) repeat left top;
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

img
{  border-style: none;
}

blockquote {
position: absolute;
left: 35px;
top: -165px;
display: block;
padding: 0 0px;
width: 300px;
font-size: 14px;

}

blockquote:before, blockquote:after {
color: #BF4D36;
display: block;
font-family: Georgia, serif;
font-size: 1000%;
width: 50px;
}

blockquote:before {
content: "\201C";
height: 0;
margin-left: -0.30em;
}

cite
    {
    font-size: 12px;
    float: right;    
}



p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #BF4D36;
}

a:hover {
	background: none;
	text-decoration: underline;
	color: red;
}

/* Header */

#header {
	width: 900px;
	height: 80px;
	margin: 35px;
	
	
}


/* Wrapper */


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	
}

/* Content */

#content {
	padding-left: 35px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 35px;
	margin: 0px;
	position: absolute;
	left: 330px;
	float: right;
	width: 550px;
	
}

.image {
	text-align:center;
}

.image img {
	padding:10px 10px 10px 10px;
	border:none;
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow: 0px 0px 15px #666;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 15px #666;
	ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#666')";    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#666');  
}

/* Sidebar */

#sidebar {
	padding-left: 35px;
	padding-bottom: 0;
	padding-right: 35px;
	padding-top: 35px;
	margin: 0px;
	float: left;
	width: 260px;
	background: url(images/sfondo_light.jpg) repeat left top;
	
}

.photo img {
	padding:0px 0px 0px 0px;
	float: left;
	border:none;
	-webkit-box-shadow: 0px 0px 15px #666;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 15px #666;
	ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#666')";    
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color='#666'); 
}

#sidebar p {
	position: relative;
	padding-bottom: 20px;
	text-align: justify;
	z-index:1;
}

#sidebar a {
	color: #c0504d;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: red;
}


