/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1 { margin: 0; padding: 0; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}

body {
	background: #393938;
	text-align: center;
}

#page {
	position: relative;
	display: block;
	
	margin: 0 auto;
	width: 660px;
	padding-top: 95px;
	
	text-align: left;
}

#header {
	border: 1px solid #777;
	width: 660px;
	height: 200px;
	
	background-position: center center;
	background-repeat: no-repeat;
}

#header h1 {
	position: absolute;
	top: 0;
	left: -37px;
	width: 750px;
	height: 85px;
	
	background-position: top left;
	background-repeat: no-repeat;
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}
#header .contact {
	position: absolute;
	top: 0;
	left: 0;
	
	width: 660px;
	height: 65px;
}
#header .contact p {
	position: absolute;
	bottom: 0;
	right: 0;
	
	margin: 0;
	padding: 0;
	
	color: #DDD;
	text-align: right;
	font-size: .7em;
	letter-spacing: 2px;
	
	font-family: "Avant Garde", "Century Gothic", "Futura Md MT", "Verdana", "Arial", "Helvetica", sans-serif;
}
#header .contact a {
	color: #DDD;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #777;
	color: white;
	text-align: center;
	font-size: .6em;
	color: #CCC;
	letter-spacing: 1px;
	
	font-family: "Avant Garde", "Century Gothic", "Futura Md MT", "Verdana", "Arial", "Helvetica", sans-serif;

}

#footer a {
	color: #A5A0FF;
	letter-spacing: 1px;
	
}