@charset "utf-8";
#wrapper {
	position: relative;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 30px;
	width: 900px;
	margin-top: 10px;
	float: left;
	position: relative;
}
#header {
	height: 115px;
	width: 900px;
	position: relative;
}
#content {
	height: auto;
	width: 600px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#sidebar {
	float: right;
	height: auto;
	width: 270px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: thin dashed #999;
	padding: 3px;
}
#footer {
	clear: both;
	height: 90px;
	width: 900px;
}
#wrapper #header #date {
	height: 20px;
	width: 35px;
	top: 0px;
	right: 0px;
	position: relative;
}
