* {
	padding:0;
	margin:0;
}

html {
	overflow-y:scroll;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:20px;
	padding:0;
}

.clear {
	line-height: 1px;
	clear: both;
}

.center {
	margin: 0 auto;
	width:850px;
}

#main { position:relative;/*background:url(../images/hm_header_400x200.gif) no-repeat top left;*/
}

#col_left {
	float:left;
	width: 400px;
	margin-bottom:300px;
}

#col_right {
	float:right;
	width: 450px;
}

#flashcontent {
	position: absolute;
	bottom: 0;
	width: 400px;
	left:0;
	height: 300px;	
}

#text {
	width: 310px;
	margin: 10px 0 0 20px;
	z-index:2;
}

#footer {
	position:relative;
	height:60px;
	background:url(../images/hm_footer_850x60.gif) no-repeat top left;
}

#promo {
	position:absolute;
	bottom:0px;
	right:-70px;
	width:280px;
	height:190px;
	z-index:1;
	background-image: url(../images/spring-footer.gif);
}

#promo2 {
	position:absolute;
	bottom:0px;
	right:-80px;
	width:313px;
	height:185px;
	z-index:1;
	background: url(../images/promo2.gif) no-repeat bottom right;
	color: #FFFFFF;
	text-align:center;
}

#promo2 a {
	color: #FFFFFF;
	display: block;
	border: 1px solid #FFFFFF;
	padding: 3px;
	background: #a83d75;
}

#promo2 div#promo2Content {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 180px;
	height: 150px;
}

#promo #links {
	padding: 70px 5px 5px 100px;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

p { margin: 20px 0; }

a {
	color:#6D1D47;
	text-decoration:none;
}

a.type_pdf {
	background:url(../images/hm_icon_pdf_16x16.gif) left center no-repeat;
	padding-left: 20px;
	display:block;
	height:16px;
	margin-bottom: 4px;
}

a:hover { text-decoration:underline; }

