div.main {
	margin: 50px auto 0 auto;
	width: 700px;
}
h1 {
	float: left;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	min-height: 372px;
	_height: 372px;
	width: 300px;
}
h1 span {
	display: none;
}
div.sub {
	float: left;
	margin-left: 30px;
	margin-top: 150px;
	min-width: 200px;
	_width: 200px;
}
div.sub p {
	font-family: Lucida Grande, Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 160%;
	text-align: right;
	padding-bottom: 20px;
}
div.sub p a:link, div.sub p a:visited {
	color: #8B0000;
	text-decoration: none;
	border-bottom: 1px dashed #8B0000;
}
div.sub p a:hover, div.sub p a:active {
	color: #8B0000;
	text-decoration: none;
	border-bottom: 1px solid #8B0000;
}
