body {
	background-color: #000;
	color: #fff;
}

#page {
	position: relative;
	margin: 20px auto;
	width: 850px;
	height: 100%;
	color: #000;
	background-color: #fff;
	border-right: solid 1px #ccc;
}

#logo {
	padding: 57px 0 0 39px;
}

#content {
	width: 492px;
	padding: 0px 0px 30px 37px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	padding: 27px 0 10px 0px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.1px;
	line-height: 1.4em;
	padding-top: 25px;
}

p {
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.copyright {
    text-transform: uppercase;
    letter-spacing: 1px;
	background-color: #fff;
    color: #bbb;
    font-size: 10px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    font-weight: 100;	
	padding-top: 30px;
}