@charset "UTF-8";
/* CSS Document */
html {
text-decoration:none;
outline:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
body {
background:#dac893;
}
#wrapper {
width:800px;
margin:0 auto;
padding:0;
}
#headerwrapper {
text-indent:-9999px;
background-color:#faf8f0;
padding:8px 0 12px 0;
margin:0;
background-image:url(images/ringmtn_logo328x229.gif);
background-repeat:no-repeat;
background-position:center;
}
#drips {
height:200px;
width:300px;
float:left;
position:relative;
left:25px;
}
#mainimage {
height:225px;
background-image:url(images/gelatos800x225.jpg);
background-repeat:no-repeat;
}
h1 {
position:relative;
width:328px;
height:229px;
overflow:hidden;
}
h1 span {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
#main {
background-color:#faf8f0;
padding:15px 30px;
margin:0;
border-top-color:#870200;
border-top-width:medium;
}
#main p {
font-size:small;
}
h3 {
text-align:center;
font-size:larger;
}
dt {
font-size:small
}
li {
font-size:small;
font-weight:bold;
line-height:1.5em;
}
#map {
position:relative;
width:425px;
margin:0 auto;
padding:25px 0;
}
#awards {
position:relative;
width:455px;
margin:0 auto;
padding:0;
}
#awards li {
list-style-type:none;
}
#awards li li {
list-style-type:circle;
font-weight:normal;
}
.home {
text-align:center;
}
#footer {
padding:1.5em;
background-color:#870200;
text-align:center;
font-size:small;
color:#faf8f0;
}
#footer a {
color: #faf8f0;
text-decoration:none;
font-weight:normal;
}
#footer a:hover, a:live, a:visited, a:active, {
text-decoration:none;
color: #faf8f0;
font-weight:normal;
}