body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(background.png);
	font-size: medium;
	line-height: 1.3em;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #b7bee3;
}
h1 {
	font-size: large;
}
#wrapper {
	background-position: center;
	width: 800px;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.1px;
}
#wrapper #header {
	float: left;
	vertical-align: middle;
	padding-top: 40px;
	width: 100%;
}
#wrapper #header #title {
	font-size: 40px;
	height: 60px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

#wrapper #header #logo {
	float: left;
	width: 120px;
	margin-right: 80px;
}
#wrapper #page #content {
	float: left;
	width: 460px;
	padding-right: 40px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #page #rightbar {
	float: right;
	width: 260px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
