@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../images/construction_bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #73725B;
	font-weight: normal;
	text-align: center;
	margin-bottom: -20px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #73725B;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: -20px;
	text-align: center;
}


#cardBg {
	position:absolute;
	left:50%;
	width:512px;
	top: 50%;
	margin-left: -256px;
	margin-top: -206px;
	height: 413px;
	background-image: url(../images/construction_card.jpg);
	background-repeat: no-repeat;
	}
	
	
#content {
	margin-top: 45px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 40px;
	margin-left: 40px;
	font-size: 16px;
	line-height: 22px;
}
a:link, a:visited {
	color: #0F684C;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #0F684C;
	font-weight: bold;
}
a:hover, a:active {
	color: #0F684C;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: none;
	font-weight: bold;
}
