body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
	font-family: Verdana;
}

h1 {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 1px 0px;
	background-color: #999;
	color: #000;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #333;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.0em;
	float: right;
	margin: 0px 38px 0px 0px;
	border: 1px solid #C33;
	color: #C33;
}

h2, h3, p {
	padding: 0px 38px;
	text-align: center;
}

p {
	clear:right;
	margin: 5px 0px;
	line-height: 1.5em;
}

img {
	border: none;
}

#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 640px;
	border: 1px solid #666;
	background: #FFF url(img/bg-wrap640x32.gif) center top repeat-y;
}

.top {
	margin: 0px;
	padding: 28px 28px 0px 28px;
	background: url(img/bg-header640x32.gif) center top no-repeat;
	font-size: 10px;
}

.bottom {
	margin: 0px;
	padding: 0px 28px 28px 28px;
	background: url(img/bg-footer640x32.gif) center bottom no-repeat;
	font-size: 10px;
}

