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

body{
	background-image:url(images/bg.png);
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: center;
	color: #FFF;
}


#container{
	width: 805px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top: 75px;
}

#info{
	text-align: center;
	color: #FFFFFF;
	padding: 8px;
	font-size: 24px;
}

#phone{
	text-align: right;
	color: #FFFFFF;
	padding: 8px;
}

a{
	text-decoration: none;
	border:none;
}
a:visited{
	text-decoration:none;
	border: none;
	color: #FF0;
}

.image{
	text-decoration: none;
}
#container #info table tr td {
	text-align: center;
}
#container h1 {
	color: #000;
}
#container #info p {
	color: #F00;
	font-weight: bold;
}
#container #info h5 {
	color: #000;
}
#container p {
	color: #000;
	font-size: 16px;
}
.bottom {
	color: #000;
}

