body {
	background: transparent url("../images/main_back.gif") repeat-x left top;
	font: normal normal 0.76em/1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 70px 0px;
	text-align: center;
}
#page {
	margin: 0 auto 0 auto;
	width: 640px;
}
h1, h2, h3, h4 {
	color: #d42427;
	margin: 0.3em 0;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.3em; }
ul {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;	
}
ul li {
	margin-left: 16px;
}
#bottom {
	background: #fcfcfc;
	border: 1px solid #ddd;
	padding: 4px 20px;
	text-align: left;
}
.block {
	width: 280px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
a {
	color: #d42427;
	text-decoration: none;
}
a#logo {
	display: block;
	padding-bottom: 10px;
	text-align: center;
}
a img { border: 0; }
a.link_url, a.link_email {
	padding-left: 20px;
}
a.link_url {
	background: transparent url("../images/page_url.gif") no-repeat left top;
}
a.link_email {
	background: transparent url("../images/icon_email.gif") no-repeat left top;
}
.clearer {
	clear: both;
	float: none;
	width: 100%;
}

#shadow {
	background: transparent url("../images/bottom_shadow.gif") repeat-x left top;
	margin-top: 3px;
	height: 30px;
}