body {
	width: 701px;
	margin: 0 auto;
	padding: 0;
	background: #E8F7F9 url(/images/background.png) repeat-x scroll center top;
}
body, input, textarea {
	font-family: "georgia","times new roman",serif;
	font-size: 10pt;
	line-height: 1.5em;
	color: #222;
}
h1 {
	background-image: url(images/header.jpg);
	width: 670px;
	height: 140px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
	line-height: 140px;
	color: #888;
	font-style: italic;
}
h2 {
	color: #B4C835;
	font-size: 1.9em;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 10px;
}
li {
	margin-bottom: 1em;
}
p {
	margin-bottom: 0;
	margin-left: 20px;
}
a {
	color: #6CC7DC;
	margin: 0 5px;
}
strong {
	color: #B4C835;
	font-weight: normal;
}
input, textarea {
	width: 300px;
}
input[type=submit] {
	width: auto;
}
#items,
#create {
	background-color: #FFF;	
	padding: 0 10px 10px;
	width: 679px;
}
#items {
	padding-bottom: 20px;
	border-bottom: 1px dashed #DDD;
}