@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #66FFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
	background-image: url(../images/bg-dark-pink.jpg);
	background-repeat: repeat;
}
#container  {
	width: 808px;
	text-align: left;
	border: 2px solid #66FFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
}
#header  {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo {
	border: 2px solid #FF66CC;
	background-color: #000;
}
#main-content  {
	margin-left: 20px;
	margin-right: 20px;
}
#services {
	border: 2px solid #FF66CC;
	padding: 20px;
	background-color: #000;
}
#footer  {
	padding: 0 10px;
	color: #33FFFF;
	text-align: center;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #FF99FF;
	text-decoration: none;
}
.address {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #FF99FF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ff99ff;
}
#under-construction {
	font-size: 18px;
	color: #FC0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#info-below {
	text-align: center;
	font-size: 15px;
}
#facebook {
	text-align: center;
	font-size: 12px;
}
.heading-price {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 16px;
}
.small-text {
	font-family: "Times New Roman", Times, serif;
	color: #FC0;
	margin-left: 25px;
}
#main-content #services #contact ul {
	list-style-type: none;
}
