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

body {
	background-color: #000;
}
#page {
	background-color: #000;
	height: 600px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#content {
	background-color: #000;
	height: 520px;
	width: 955px;
	padding: 0px;
}
#page #content #text {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	margin-right: 200px;
	margin-left: 200px;
	text-align: justify;
	margin-top: 50px;
}
#footer {
	background-color: #000;
	height: 80px;
	width: 955px;
	margin: 0px;
	padding: 0px;
	float: none;
}
#page #footer p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 25px;
	text-align: center;
	color: #FFF;
}
#page #footer p a:link {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}
#page #footer p a:visited {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}
#page #footer p a:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	color: #333;
	text-decoration: none;
}
#page #footer p a:active {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
}
#page #content #phone {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#page #content #email {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
