
body {
	background: #FFFFFF
}


.style1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style2 {
	color: #CFE4A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#bd
{	
	position: relative;
	background-repeat: no-repeat;
	width: 750px;
	background-color: #FFFFFF;
    	height: auto;
		min-height: 620px;
	border-left: 0px solid #999999;
    	border-right: 0px solid #999999;
    	border-top: 0px solid #999999;
    	border-bottom: 0px solid #999999;
}

#high
{
	position: relative;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 130px;
	width: 750px;
	text-align: left;
		border-left: 1px solid #999999;
    	border-right: 1px solid #999999;
    	border-top: 1px solid #999999;
    	border-bottom: 0px solid #999999;
}

#content
{
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/wmark.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-top: 0px;   
	width: 610px;
	height: auto;
	min-height: 400px;
	text-align: left;
	padding-left: 80px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
		border-left: 1px solid #999999;
    	border-right: 1px solid #999999;
    	border-top: 0px solid #999999;
    	border-bottom: 0px solid #999999;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content a
{
	font-weight: bold;
}

#down
{
	position: relative;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	float: bottom;
	margin-top: 0px;   
	width: 750px;
	height: 50px;
	text-align: center;
		border-left: 1px solid #999999;
    	border-right: 1px solid #999999;
    	border-top: 0px solid #999999;
    	border-bottom: 1px solid #999999;
}
	
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}


	#distance { 
		width: 1px;
		height: 50%;
		margin-bottom: -22em; /* half of container's height */
		float: left;
		}

	#container {
		margin: 0 auto;
		position: relative; /* puts container in front of distance */
		text-align: left;
		height: 42em;
		width: 48em;
		clear: left;
		}

