*{
margin:0px;
padding:0px;
}
img{border:0px}

html{
width:100%;
height:100%;
background-color:#000000;
background-image:url(images/smallbgriccardo.jpg);
background-position:top left;
background-repeat:repeat-x
}

body {
width:100%;
height:100%;
margin:0 auto;
background-image:url(images/bgriccardo.jpg);
background-position:top center;
background-repeat:no-repeat;
position:relative;
}

#header{
width:1000px;
height:275px;
margin:0 auto;
position:relative;
}

#meta{
width:550px;
margin-left:100px;
padding-top:13px;
}

#meta a{
font-family:Tahoma;
color:#674009;
text-decoration:none;
}
#meta a:visited{text-decoration:none}
#meta a:hover{text-decoration:none}

#contenitore{
width:1000px;
margin:0 auto;
position:relative;
}

#bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
        margin-left:100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663F08;
        width:550px;
        text-align:justify;
}

#bio div a {
        color: #FFFFFF;
}
#bio div a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#bio div a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #B94304;
}

#prefooter{
width:100%;
float:left;
padding:0px 0 0 0
}

#footer{
width:100%;
float:left;
padding:0px 0 0 0
}
#footer div{
background-color:#674009;
text-align:center;
padding:10px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#F3FBFF;
}
#footer div a{
color:#F3FBFF;
text-decoration:underline;
margin:0 5px;
}
#footer div a:visited{text-decoration:underline}
#footer div a:hover{text-decoration:none}
#copy{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
text-align:center;
line-height:40px;
}
#copy a{
color:#B94304;
text-decoration:underline
}
#copy a:visited{text-decoration:underline}
#copy a:hover{text-decoration:none}


/* the headings you can use */
h1, h2, h3, h4, h5, h6, h7
{
	margin: 0px;
	padding: 1px;
	color:#FFFFFF;
}
h1 { 
	 /* left menu */
	 font-size: 20px;
         font-weight: bold;
	 color:#FFFFFF;
}
h2 { /* page headers */
	 font-size: 14px;
     font-weight: bold;
} 
h3 { /* slogan under logo */ 
	 font-size: 15px; 
     font-weight: bolder;
     position: relative;
}
h4 { /* back to admin options, and other text links like that */
	 font-size: 12px;   
	 text-align: center;
     font-weight: normal;
}
h5 { /* product id in details.php */
	 font-size: 12px;
     font-weight: bold;
} 
h6 { /* the headers in editsettings.php */
     font-size: 13px;   
	 text-align: center;
     font-weight: bold;
     color: black;
     border: 1px solid #808080;
	 background: url(images/h6_bg.png) #d9dffb;
}
