@charset "utf-8";

@import url(reset.css);
@import url(base.css);

h1 {
	position: absolute;
	top: 29px;
	left: 18px;
	}

h2 {
	background: #2889D0;
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 3px 5px;
	}

#details {
	border-bottom: 1px #175079 dotted;
	margin-bottom: 15px;
	padding: 0 2px 20px;
	width: 531px;
	}

#details dt {
	float: left;
	background: url(../images/mark.gif) no-repeat left center;
	width: 407px;
	padding-left: 18px;
	font-size: 1.2em;
	font-weight: bold;
	}

#details dd.right {
	width: 100px;
	margin: 0;
	text-align: right;
	}

#details dd {
	float: right;
	width: 531px;
	margin-top: 5px;
	}





