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

body {
	margin: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
}

img {
border-color:black;
}

a:link, a:visited {
color:#333;
text-decoration:none;
}

H1,h2 {
margin-top:0px;
color:#3399FF;
}

.header {
margin:0 auto;
height:113px;
background-image:url(images/headerback.jpg);
}

.middleblock {
background-image:url(images/midback.jpg);
margin:0 auto;
}

.footer {
padding-top:20px;
height:400px;
background-image:url(images/footerback.jpg);
background-repeat:repeat-x;
}

.contentset {
margin:0 auto;
width:950px;
text-align:center;
border-left:5px solid #65c9e1;
border-right:5px solid #65c9e1;
}

.menu {
width:350px;
float:right;
margin-top:30px;
height:25px;
border-bottom:solid 2px #000;
text-align:right;
}

.phonenumber {
float:right;
margin-top:10px;
height:25px;
text-align:right;
color:#ff3366;
}

.pink {
	color:#ff3366;
}

.menu a:link, .menu a:visited {
font-size:18px;
color: #000;
text-decoration:none;
margin-left:20px;
}

.menu a:hover {
color:#3399FF;
}

.content {
padding:20px;
float:right;
width:330px;
}
.content2 {
padding:20px;
float:right;
width:550px;
}

.address {
text-align:left;
float:right;
font-size:12px;
height:100px;
width:155px;
margin-left:20px;
line-height:18px;
padding-top:20px;
}
#tagline {
margin-top:-20px;
margin-left:-25px;
}
.pricebox {
	width:500px;
	height:180px;
	background-image:url(images/priceback.jpg);
	margin:0 auto;
}
.pricebox .column {
	margin-top:20px;
	width:124px;
	float:left;
}
.pricebox .column .minute {
	font-size:40px;
	color:#ff3366;
}
.pricebox .column .price {
	color:#3399FF;	
	font-size:25px;
	margin-top:15px;
}