body {
	background-color:#fff;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#wrapper {
	margin: 60px auto;
	width: 800px;
	text-align: left;
	position: relative;
}

#logo {
	position: absolute;
	top: -8px;
}

#navigation {
	position: absolute;
	top: 0px;
	left: 176px;
}

#line {
	position: absolute;
	top: 73px;
	left: 0px;
}

#left_col {
	position: absolute;
	top: 100px;
	left: 0px;
}

#content {
	position: absolute;
	top: 100px;
	left: 176px;
	padding-bottom: 50px;
	width: 628px;
}

img.header {
	margin-bottom: 15px;
}

#content img {
	margin-bottom: 4px;
	margin-right: 4px;
}

.hidden {
	display:none;
}

.title {
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #501845;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}
