/* 
13 Aprile 2006
template license: GNU GPL
Author: Mario Carboni - www.mariocarboni.com
*/
*{
	margin: 0;
	padding: 0;
	}
#wrapper {
height: auto!important;
height: 361px;
min-height: 361px;
background-image: url('../images3/bg1.jpg');
background-position: top center;
background-repeat: no-repeat;
width: 100%;
}

body {
font-size: 70%;
color: #222;
background: #fff;
background-image: url('../images3/pattern2.jpg');
background-position: top center;
background-repeat: repeat-y;
font-family: verdana, Arial, Helvetica, sans-serif;
}

#container {width:920px;margin:0 auto;padding:20px; }

#right {
float: right;
padding: 0px 45px 0 20px;
width: 560px;

}

#left {
margin-right:645px;
width:260px;

}

ul#nav {
list-style-type: none;
margin: 180px 0 0 0;
padding: 0;
}

ul#nav li a {
padding: 0;
margin: 0;
float: right;
text-indent: -9999px;
}

li#home a, li#portfolio a, li#blog a, li#gallery a
 {
height:84px;
}

li#home a {
width: 196px;
background: url('../images3/home.gif') no-repeat;
}
li#portfolio a {
width: 215px;
background: url('../images3/portfolio.gif') no-repeat;
}
li#blog a {
width: 215px;
background: url('../images3/blog.gif') no-repeat;
}
li#gallery a {
width: 215px;
background: url('../images3/gallery.gif') no-repeat;
}

/*stato hover nav*/
li#home a:hover,li#home a:focus,li#portfolio a:hover,li#portfolio
a:focus,li#blog a:hover,li#blog a:focus,li#gallery
a:hover,li#gallery a:focus {
background-position: 0px -84px;
}

#footer {

width: 100%;
height: 266px;

}

#containerFooter {
width:390px;
margin:0 auto;
padding:0 250px 0 320px;
}

h1 {padding:20px 0;}
p {width: 407px; 
margin: 10px 5px 10px 5px;
table {width: 400px;} 