* {
	margin: 0;
	padding: 0;
}
body {
	background: #dbebe5;
	font-family: Helvetica, Verdana, sans-serif;
	min-width: 640px;
	font-size: 12px;
	color: #2e2e2e;
}
p {
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #025da8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1	{
	font-size: 12px;
	text-align: left;
	margin-bottom: 8px;
	font-weight:normal;
	line-height:18px;
}
h2 {
	font-size: 13px;
	text-align:center;
	padding-bottom:4px;
}
#header {
	display: block;
	background: #fff;
	height: 157px;
	margin-bottom: 20px;
}
#header img {
	display: block;
	width: 255px;
	height: 157px;
	position: relative;
	float:left;
}
#content-top {
	width: 520px;
	height: 10px;
	margin: 0 auto;
	background: url(/assets/images/content-top.png) 0 0 no-repeat;
}
#content {
	width: 480px;
	padding: 10px 20px 20px;
	margin: 0 auto;
	background: url(/assets/images/content-bg.png) 0 0 repeat-y;
}
#content-bottom {
	width: 520px;
	height: 10px;
	margin: 0 auto;
	background: url(/assets/images/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;
}
#header-logo{
	width:513px;
	height:156px;
	margin: 0 auto;
	}
.tagline{
	float: right;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	height: 69px;
	padding-right: 7px;
	padding-top: 69px;
	text-align: center;
	width: 220px;
	}
.phone-number{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-align:center;
    font-style:normal;
	}
