body {
	font-family: "Helvetic Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777;
}

#page {
	margin-left: auto;
	width: 527px;
	margin-right: auto;
	margin-top: 33px;
}


#content_right {
	float: left;
	width: 527px;
}

h1 {
	color: #777;
	margin: 0;
	padding-bottom: 10px;
}

img {
	padding: 5px;
	border: 2px solid #ccc;
}

p {
	line-height: 1.5em;
}

a {
	color: red;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}

a:hover {
	text-decoration: none;
	border: none;
}

a:visited {
	color: red;
}