@charset "utf-8";
/* CSS Document */
body {
	font:Arial, Helvetica, sans-serif;
	background-color: #ECD9D9;
}
#container{
margin: 0 auto;
padding:3px;
width:780px;
background:#FFFFFF;
border:1px solid;
}
#header{
margin: 0 auto;
margin-bottom:3px;
width:780px;
}
#navi{
background:#d3113f;
padding:5px;
}
#navi ul{
margin:0;
padding:0;
list-style:none;
}
#navi li {
display:inline;
margin:0;
padding:0;
}
#navi a{
padding:5px;
background:#d3113f;
color:#FFFFFF;
text-decoration:none;
border-left:1px solid #FFFFFF; 
}
#navi a:hover{ 
background-color:#FFFFFF; 
color:#d3113f; 
padding:5px; 
}  
#main{
width:780px;
margin:0px;
padding:0px;
}
#bottombar{
width:780px;
clear:both;
}
#bottombar a{
color:#d3113f;
}
#bottombar a:hover{
text-decoration:none;
}
#footer{
width:780px;
height:30px;
color:#FFFFFF;
background:#d3113f;
clear:both;
}
#footer a:link{
color:#FFFFFF;
}
#footer a:hover{
text-decoration:none;
}
#footer a:visited{
color:#FFFFFF;
}
#copyright{
margin:0 auto;
padding-top:5px;
width:780px;
color:#d3113f;
clear:both;
}
#copyright a:link{
color:#d3113f;
}
#copyright a:hover{
color:#FFFFFF;
}

<!-- Contact page -->
#form {
width:300px;
float:left;
}
#contact {
width:390px;
float:right;
padding:3px;
margin:3px;
border:1px solid #d3113f;
}
<!-- End Contact -->

<!-- Location Page -->
#info {
width:250px;
float:left;
text-align:center;
color:#d3113f;
}
#map {
width:425px;
float:right;
margin:3px;
}
<!-- End Location -->

<!-- Services Page -->
#price_navi{
width:210px;
float:left;
}

#price_navi a{
display:block;
color:#FFFFFF;
background:#d3113f;
text-decoration:none;
font-size:20px;
padding:10px;
}

#price_navi a:hover{
background:#FFFFFF;
color:#d3113f;
}

#price_list{
float:right;
width:500px;
padding:0px 50px 10px 10px;
clear:both;
}
<!-- End Services -->