
body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #eee url(/images/bg-body.gif) repeat-x;
	color: #333;
}

a:link, a:visited {
	color: #c50;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	margin:  auto;
	width:  700px;
	background: #fff;
	padding:  50px;
	border: 2px solid #ccc;
}
#logo {
	float:  left;
}
#content-primary {
	margin-left: 275px;
}

p.first {
	margin-top: 0;
}
.heading {
	margin-bottom: 0;
	margin-top: 25px;
}
.signature {
	font-style: italic;
}