@charset "UTF-8";
/* CSS Document */



h1{
	font-family: Palatino;
	font-size: 18px;
	color: #6b2837;
	font-weight: normal;
	line-height: 20px;
	white-space: normal;
	margin: 0px;
	padding: 0px;
}

#container {
	postion:absolute;
	height:400px;
	width: 700px;
}
#cover {
	
	left: 0px;
	bottom:0px;
	position:absolute;
	float:left;
	padding-bottom:35px;
	padding-left:35px;
}



#content {
	right: 0px;
	bottom:0px;
	position:absolute;
	width:400px;
	float:right;
	font-family: Helvetica;
	letter-spacing: 0.6px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	padding-bottom:25px;
	padding-right:35px;
}
p {
	margin-top: 0px;
	margin-bottom:7px;
	padding:0px;
}
