@charset "UTF-8";

@import url(../new/css/yui/reset-min.css);
@import url(../new/css/yui/fonts-min.css);
@import url(../new/css/yui/base-min.css);

body {
	color: black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1 {
	color: #2e489d;
}

a, a:hover {
	color: #2e489d;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 946px;
	margin: 100px auto 0;
}

#content {
	background: white url(entry-bg.jpg) no-repeat center center;
	height: 336px;
}

#old {
	width: 49%;
	height: 100%;
	display: block;
	float: left;
}

#new {
	width: 49%;
	height: 100%;
	display: block;
	float: right;
}

#footer {
	padding: 70px 15px 15px;
	font-size: 77%;
	text-align: center;
	background: transparent url(entry-logo.gif) no-repeat center top;
	height: 100px;
}

#footer a {
	font-weight: normal;
}
