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

* {
font-family: Arial, Helvetica, sans-serif;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}

body
{
	background-color: #262626;
}

.one-edge-shadow 
{
	-webkit-box-shadow: 10px 0 14px  -10px black , -10px 0 14px  -10px black;
	-moz-box-shadow: 10px 0 14px  -10px black , -10px 0 14px  -10px black;
	box-shadow: 10px 0 14px  -10px black , -10px 0 14px  -10px black;
}
#container 
{
	height: auto;
	width: 740px;
	background-color: #FFF;
	margin: auto;
}

#header 
{
	height: 20px;
	width: 740px;
	color: #fff;
	font-weight: normal;
	position: relative;
	background-color: #0054a5;
	padding-bottom: 10px;
}

#links a 
{
	color: #FFF;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#links a:Hover 
{
	color: #CCCCCC;
}

		
		#footer 
		{
	background-image: url(../images/footer.jpg);
	height: 80px;
	width: 740px;
		}
		
		#location 
		{
			color: #36C;
			padding: 13px;
			text-decoration: underline;
		}
#footer 
#contact
		{
	color: #36C;
	padding-left: 630px;
	float: left;
		}
