@charset "utf-8";
/* CSS Document */
body
{
	background:#000000;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}
a:link{color:#ffffff;text-decoration:none;}
a:active{color:#ffffff;text-decoration:none;}
a:hover{color:#cccccc;text-decoration:none;}
a:visited{color:#ffffff;text-decoration:none;}

#container
{
	width:884px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/mainpic3.jpg);
	background-repeat:no-repeat;
}
#aboutcontainer
{
	width:884px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/aboutpic.jpg);
	background-repeat:no-repeat;
}
#phonenumber
{
	width:442px;
	color:#ffffff;
	text-align:right;
	float:left;
	margin-top:65px;
	font-size:14px;
}
#navigation
{
	width:442px;
	color:#ffffff;
	text-align:left;
	float:left;
	margin-top:85px;
}
#navigation ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li
{
	display:inline;
	margin-right:25px;
}
#footer
{
	background-image:url(images/footerBG.jpg);
	background-repeat:no-repeat;
	width:884px;
	height:95px;
	margin-left:auto;
	margin-right:auto;
}
#footer p
{
	margin:0px 10px 0px 10px;
	padding-top:20px;
	color:#ffffff;
}
#aboutbody
{
	padding-top:295px;
}
#aboutbody h2
{
	font-size:16px;
	margin-left:15px;
}
#aboutbody ul
{
	list-style-type:none;
	margin:0px 0px 0px 30px;;
	padding:0;
}