body {
	background-color: #e1e1e1;
	background-image: url(../images/background-gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	line-height: 23px;
}

#body {
	width: 740px;
	background-color: #ffffff;
}

#body .corner {
	width: 14px;
	height: 14px;
	overflow: hidden;
}

#body .top-left {
	float: left;
	background-image: url(../images/corner-top-left.gif);
}

#body .top-right {
	float: right;
	background-image: url(../images/corner-top-right.gif);
}

#body .bottom-left {
	float: left;
	background-image: url(../images/corner-bottom-left.gif);
}

#body .bottom-right {
	float: right;
	background-image: url(../images/corner-bottom-right.gif);
}

#body .header {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 31px;
	height: 280px;
	position: relative;
}

#body .header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	margin: 20px 0px 0px 175px;
	position: absolute;
}

#body .header div {
	background-image: url(../images/lounge.gif);
	width: 358px;
	height: 181px;
	margin: 82px 0px 0px 259px;
	position: absolute;
}

#body .content {
	padding: 0px 30px 30px 175px;
	font-size: 13px;
	font-weight: normal;
}

#body .content a {
	color: #d2212a;
	font-weight: bold;
}

#body .content p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#body .content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#body .content li {
	padding: 0px;
	margin: 20px 0px 20px 0px;
	height: 50px;
}

#body .content img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#body .content .logo,#body .content .description {
	float: left;
}

#body .content .logo {
	width: 50px;
	height: 50px;
}

#body .content .logo a {
	line-height: 0px;
}

#body .content .description {
	margin: 0px 0px 0px 30px;
	width: 440px;
}

#foot {
	width: 740px;
	text-align: center;
	font-size: 11px;
	padding: 25px 0px 0px 0px;
	color: #666666;
}

#foot a {
	color: #666666;
	text-decoration: none;
}

#foot hr {
	border: none;
	height: 1px;
	background-color: #b3b3b3;
	margin: 15px auto 15px auto;
	width: 285px;
}

#foot img {
	border: none;
	margin: 10px 0px 10px 0px;
}

.center {
	position: relative;
	margin: 0px auto;
}

.cleaner {
	clear: both;
}