.wrapper {
	margin-top: 130px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.ContentBox{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background: url(../images/box_filler.png) repeat-y;
	border-top-width: 5px;
	border-bottom-width: 5px;
}

.ContentBoxTop {
	width: 700px;
	min-height: 8px;
	background: url(../images/box_top.png);
}

.ContentBoxContent {
	text-align: center;
	width: 668px;
}

.ContentBoxBottom {
	width: 700px;
	min-height: 178px;
	position: relative;
	padding-right: 14px;
	padding-bottom: 1px;
	padding-left: 14px;
	background: url(../images/box_bottom.png) no-repeat 0 bottom;
}

body {
	border-style: none;
	text-decoration: none;
	font-size: 8px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: white;
}

h1 {
	color: #636363;
	font: 12px;
}

h2 {
	font: 11px;
	color: #636363;
}
img {
	border-style: none;
}

.bg-left {
	height: 180px;
	max-width: 3px;
	width: 3px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../images/header/bg-left.png);
}

.topLeft {
	border-style: none;
	text-decoration: none;
	max-width: 458px;
	margin-left: 16px;
	margin-top: 50px;
	float: left;
	text-align: center;
	width: 458px;
	display: block;
}

.title {
	float: none;
	display: block;
	max-height: 93px;
	height: 93px;
	max-width: 458px;
	width: 458px;
	background-repeat: no-repeat;
	background-image: url(../images/header/title.png);
}

.logo {
	margin-left: 10px;
	float: left;
	display: block;
	max-width: 226px;
	max-height: 284px;
	height: 284px;
	width: 226px;
	background-repeat: no-repeat;
	background-image: url(../images/header/logo.png);
}

.bg-right {
	height: 180px;
	display: block;
	max-width: 3px;
	width: 3px;
	float: right;
	background-image: url(../images/header/bg-right.png);
}