/* html elements */
body {
	background: white;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: georgia, serif;
	font-size: 16px;
}

a {
	font-family: georgia, serif;
}
h1 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 24px;
}
h2 {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 16px;
}

/* class styles */
.fade-box {
	width: 300px;
	position: absolute;
	margin-left: 232px;
	text-align: center;
}
.fade-box p {
	width: 280px;
	padding: 5px 10px 0 10px;
	margin: 0;
	background: transparent;
}
.fade-box h2 {
	width: 290px;
	margin-top: 29px;
	padding-left: 10px;
	background: transparent;
}

.wide {	width: 500px; 	margin-left: 132px;}
.wide h2 {width: 490px; }
.wide p {	width: 480px; }

/* id styles */
#content-body {
	margin: 0 auto 0 auto;
	width: 760px;
	background: url(bg2.jpg) no-repeat;
	height: 480px;
}
#buttons-box{
	position: absolute;
	top: 418px;
	width: 760px;
}
#title-box {
	width: 764px;
	height: 30px;
	/* the following is a hack to work around IE's box model */
	//height: 64px;
	padding-top: 34px;
	
}
#page-title {
	margin: 0 0 0 30px;
	display: block;
	width: 160px;
	height: 30px;
	padding: 2px 0px 0px 4px;
	

}
#introduction p {
	width: 290px;
	padding: 5px 10px 0 10px;
	margin: 0;
}
#introduction h2 {
	width: 290px;
	margin-top: 10px;
	padding-left: 10px;
}
#button-back 
{
	display: none;
	position: relative;
	left: 160px;
	float: left;
	top: 5px;
}
#button-next
{
	position: relative;
	right: 200px;
	top: 5px;
	float: right;
}
#closer 
{
	float: right;
	padding: 10px 10px 0 0;
}
#closer a{
	text-decoration: none;
	color: #720139;
}
#closer a:hover{ text-decoration: underline; }

