/* CSS Document */
.wrapper {
background: #eca9a0;
width: 620px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
}

.clr {
clear: both;
}

.header {
width: 100%;
}

.headerleft {
float: left;
}

.headerright {
float: right;
}

.content {
background: url("images/mop.gif") bottom right no-repeat;
float: left;
width: 445px;
padding-right: 60px;
padding-left: 10
}

.menu {
width: 75px;
float: left;
padding: 10px;}

.footer {
width: 630px;
background: #550000;
font-size: 10px;
text-align: center;
padding: 5px;
margin-left: auto;
margin-right: auto;
color: #ffffff;
}

.title {
font-size: 24px;
font-weight: bold;
}

.phone {
font-size: 36px;
font-weight: bold;
}

a:link {
text-decoration:underline;
color:#3399FF;
}

a:hover {
text-decoration: underline;
color:#3333FF;
}

