* {
	margin: 0;
	padding: 0;
}
body {
	background: url(bg.png) 0 145px repeat-x #aad1e1;
	font-family: Helvetica, Verdana, sans-serif;
	min-width: 640px;
	font-size: 12px;
	color: #2e2e2e;
}
p {
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #006892;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1	{
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}
h2 {
	font-size: 12px;
}
#header {
	display: block;
	background: #fff;
	height: 145px;
	margin-bottom: 20px;
}
#header img {
	display: block;
	width: 513px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	top: 17px;
}
#content-top {
	width: 520px;
	height: 10px;
	margin: 0 auto;
	background: url(content-top.png) 0 0 no-repeat;
}
#content {
	width: 480px;
	padding: 20px;
	margin: 0 auto;
	background: url(content-bg.png) 0 0 repeat-y;
}
#content-bottom {
	width: 520px;
	height: 10px;
	margin: 0 auto;
	background: url(content-bottom.png) 0 0 no-repeat;
}
#footer {
	margin: 20px 0;
}
#footer p {
	text-align: center;
	width: 512px;
	margin: 0 auto;
}

#intro {
	margin-bottom: 16px;
}
#rooms {
	width: 100%;
	margin-bottom: 16px;
}
#reps {
	width: 100%;
	text-align: center;
	border-top: 1px solid;
	padding-top: 16px;
}
#reps p.email {
	margin-bottom: 16px;
}
#yudu-catalog {
	padding-top: 20px;
	border-top: 1px solid #2e2e2e;
}