/*********************************

Styles for Borgo degli Ulivi
v.1.2

**********************************/


html,body{
	margin:0;
	padding:0;
	
}

img {
	border:0;
}

body{
	font: 14px arial,sans-serif;
	text-align:center;
	background: #FFFFFF url('../images/bg3.gif') repeat-x;
}

p{
	margin:0 10px 10px;
	
}

a{
	padding:5px;
	text-decoration:underline;
	/*color:#000000;*/
}

a:hover{
	padding:5px;
	text-decoration:none;
	color:#000000;
}

#price td, th
{
border:1px solid green;
/*border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius:10px; */
}
#price th
{
background-color:green;
color:white;
}

#pheadline {
        font-weight:bold;
        color:white;
}

.padleft {
	padding-left:20px;
}


/**************************/


div#header{
	background-color:#F3F2ED;
	width:888px;
	height:370px;
	background:url ('../images/header.gif') repeat-x;
}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
}

div#container{
	background-color:#FFFFCC;
	text-align:left;
}

div#content p{
	line-height:1.4;
}

div#2ndheader {
	float:left;
}

div#navigation{
	float:right;
	background:#FFFFFF;
}

div#navigation ul{
	margin:0 0;
	padding:0;
	list-style-type:none;
}

div#navigation li{
	
	margin-bottom:5px;
}

div#extra{
	background:#FFFFCC;
	/*background:#CCC8B3;*/
}

div#extra2{
	background:#CCC8B3;
}


div#footer{
	background:#BFBD93;
}

div#footer p{
	margin:0;
	padding:5px 10px;
}

div#container{
	width:888px;
	margin:0 auto;
}

div#content{
	float:left;
	width:888px;
}

div#navigation{
	float:left;
	width:888px;
}

div#extra{
	float:left;
	width:888px;
}

div#extra2 {
	float:right;
	width:440;
	margin:0 10px auto;
}

div#footer{
	clear:both;
	width:100%;
}

