body {
	color: #333;
	font-size: 11px;
	font-family: "Helvetic Neue", Helvetica, Arial, Tahoma, Verdana;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0;
}

#page {
	width: 891px;
	border: none;
	margin: 144px auto auto 36px;
	padding: 0;
}

#sidebar {
	margin-left: 68px;
	width: 111px;
	height: 93px;
	float: left;
}

#header {
	width: 737px;
	height: 81px;
	margin: 0;
	padding:  0;
	text-align: left;
	vertical-align: top;
}

img {
	border: none;
}

#content {
	width: 640px;
	float: right;
	color: #333;
	font-size: 11px;
	font-family: "Helvetic Neue", Helvetica, Arial, Tahoma, Verdana;
}

a:link {
	color: white;
	background-color: black;
	text-decoration: none;
}
a:visited {
	color: white;
	background-color: black;
	text-decoration: none;
}
a:active {
	color: white;
	background-color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

td {
	vertical-align: middle;
	text-align: center;
}