body {
margin: 0;
padding: 0;
font: 73% "Trebuchet MS", tahoma, verdana, arial,  sans-serif;
line-height: 1.3em;
background: #F0E9DD url(img/Body_background.png) repeat-y;
background-position: 50% 0px;
}

#container {
background: #F0E9DD url(img/Body_container.png) repeat-y;
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 5px;
}

#banner {
height:240px;
padding: 10px;
border-bottom: none;
background:  url(img/Titolo_main.png) no-repeat;
}

#bannerM {
height:170px;
padding: 10px;
border-bottom: none;
background:  url(img/titoloMaschi.png) no-repeat;
}

#bannerF {
height:170px;
padding: 10px;
border-bottom: none;
background:  url(img/titoloFemmine.png) no-repeat;
}

#bannerG {
height:170px;
padding: 10px;
border-bottom: none;
background:  url(img/titoloGiovani.png) no-repeat;
}

#bannerN {
height:170px;
padding: 10px;
border-bottom: none;
background:  url(img/titoloNeutri.png) no-repeat;
}

#bannerC {
height:170px;
padding: 10px;
border-bottom: none;
background:  url(img/titoloCuccioli.png) no-repeat;
}

#banner h1, #bannerM h1,  #bannerF h1, #bannerN h1, #bannerG h1,#bannerC h1 {
padding: 12px 0 0 20px;
border-bottom: none;
border-top: none;
font-size: 100%;
text-align: right;
}

#content {
padding: 0px;
margin-left: 180px;
margin-bottom: 0;
}

#sidebar {
float: left;
width: 150px;
margin: 0 5px 5px 5px;
padding: 3px;
line-height: 1.4em;
}

#footer {
clear:both;
padding: 3px;
margin: 0 0 0 0;
font-size: .85em;
text-align: left;
color: #333;
}

#footer a:link, #footer a:visited {
background: inherit;
color: #333;
border-bottom: none;
}

#footer a:hover {
border-bottom: none;
background-color: inherit;
color: #663300;
}

#footer img {
top: auto;
vertical-align: middle;
}

p {
padding: 3px 5px 0px 5px;
}

#content h1, #sidebar h1 {
margin: 5px;
font-size: 160%;
text-transform: uppercase;
padding: 3px;
color: #EB6D00;
background: inherit;
}

h2 {
font-size: 110%;
height: 30px;
padding: 7px 0 0 10px;;
margin:0;
color: #508B4B;
}

h3 {
margin: 0 3px 5px 3px;
padding: 3px;
text-align: left;
font-size: 1.1em;
color:#508B4B;
background: inherit;
border-top: 1px solid #dfd0b9;
border-bottom: 1px solid #dfd0b9;
}

h4 {
text-align: left;
padding: 3px;
margin: 0 0 0 0;
font-size: .85em;
color: #c1c1ff;
}

h4 a:visited {
text-decoration: none;
color:#fff;
}

h5 {
font-size: 110%;
padding: 5px;
margin:5px;
color: #508B4B;
}

a {
text-decoration: none;
border-bottom: none;
background: inherit;
}

a:hover {
font-size:large;
color: #6CAD67;
background: inherit;
}

a:visited {
text-decoration: none;
}

a.nolarge{
font-size:small;
}

a img {
border: 0;
}

.img {
float: left;
padding: 1px;
margin: 1px;
border: 0px solid #dfd0b9;
}


.update {
font-size: 1em;
background: inherit;
color:#4F210D;
}

#navcontainer {
width: 150px;
margin-top: 20px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-style: oblique;
}

#navcontainer a { 
display: block;
padding: 3px;
width: 130px;
color: #666;
}

#navcontainer a:link, #navlist a:visited {
text-decoration: none;
}

#navlist {background:  url(img/Orme.png) repeat-y;}

#navcontainer a:hover {
background:  url(img/Sfondo_Navigator.png) no-repeat;
color: #3e3e3e;
}

.box {
margin: 10px; 
background: inherit;
color: #663300;
border: 1px solid #B7D6B4;
padding: 5px;
}

.search { 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: center; 
padding: 5px 0 5px 0;
}

form { 
margin: 0; 
}

.femmina{
background-color:pink;
}

.maschio{
background-color:blue;
}


