/*

dark-grey: #3F454F
grey: #696B73 (eg dots)

*/

html, body {
	background-color: #3F454F;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #696B73; 
}

#container {
	margin:	0px auto;
	width: 760px;
}
#header h1 {
	height: 120px;
	background: url('heading.gif') no-repeat top left;
	text-indent: -2000px;
}
#main {
	margin-left:194px;
	min-height: 400px;	
}
#content {
	width: 500px;	
}

#footer {
	min-height: 80px;
	background: url('footer.gif') no-repeat bottom left;
}

.address-name {
	text-transform: uppercase;
}
.address-info {
	font-weight: bold;
}

#content h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding: 30px 0px 20px 0px;	
}


p, address {
	padding: 1em 0;
}
hr {
	margin: 25px 0px;
	border:none;
	border-top: 1px solid #696B73;
}