body {
	font:8pt sans-serif;
	background:url('/assets/gfx/background.png') repeat-x #2E2E2E;
}
#wrap {
	width:700px;
	margin:0px auto 0px auto;
	background:url('/assets/gfx/headerlogo.png') no-repeat;
}
#top {
	height:140px;
}
#buttons {
	height:43px;
	overflow:hidden;
}
#buttons > * {
	float:left;
	display:block;
}
#buttons > .separator {
	width:1px;
	height:43px;
	background:url('/assets/gfx/headerseparator.png') no-repeat;
}
#buttons > a {
	height:20px;
	padding:18px 15px 5px 15px;
	font-size:100%;
	color:#606060;
	text-decoration:none;
}

.page-top {
	height:15px;
	background:url('/assets/gfx/page-700-top.png') no-repeat;
}
.page-main {
	background:#FFFFFF;
	padding:0px 10px 0px 10px;
}
.page-foot {
	height:15px;
	background:url('/assets/gfx/page-700-foot.png') no-repeat;
}

