@charset "UTF-8";
/* CSS Document */

#container{
width: 800px;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#container #header{
background-image: url(images/taps_01.jpg);
height: 205px;
width: 800px;
background-repeat: no-repeat;
background-position: center;
}

#nav {

}

#nav ul {
list-style: none;
padding: 0;
margin: 0;
width: 800px;
}

#nav li {
float: right;
margin-top: 0;
margin-right: 0;
margin-left: 0;
}


#content {
background-image:url(images/taps_14.jpg);
background-repeat:repeat-y;
padding-left: 33px;
padding-right: 33px;
padding-bottom: 10px;
}

#footer {
background-image:url(images/taps_16.jpg);
background-repeat: no-repeat;
height: 35px;
width: 800;
}



