body {
	background-color:#fffff; 
	border:0 0 0 0;
	height:100%;
	width: 100%; 
	top: 0px;
	bottom:0px;
	margin: 0 0 0 0;    
	}

#container {
	width: 814px;
	height: 778px;
	bottom: 0px;
	top: 0px; 
	margin: auto;
	}
	
#header {
	top: 76px;
	height: 64px;
	width: 814px;
	position: absolute;
	}	
	
#nav{
	width: 814px;
	height: 36px;
	position: absolute;
	top:140px;
	}	
	
#topline {
	width: 814px;
	height: 30px;
	top: 166px;
	position: relative;
	background-image: url(images/line-top.jpg);
	background-repeat:no-repeat; 
	background-position:top;
}

#content-box {
	width: 814px;
	height: 541px;
	top: 197px;
	position: absolute;
	}

#generic-box {
	width: 814px;
	height: 100%;
	top: 197px;
	position: absolute;
	}


.image-box {
	width: 617px;
	height: 541px;
	left: 0px;
	top: 0px;
	position: absolute;
	}
	
.text-box {
	width: 184px;
	height: 193px;
	top: 0px;
	position: relative;
	right: 0px;
	float: right;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}	

.font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#534d4f;
	}
	
.body-font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height: 1.6pc;
	text-align: justify; 
	}	

a:link	{
	color:#534d4f;
	font-size:14px;
	text-decoration:none;
	}
	
a:visited {	
	color:#534d4f;
	text-decoration:none;
	}

a:hover {
	color:#534d4f;
	text-decoration:underline;
	}
a:active {
	color:#534d4f;
	text-decoration:underline;
	}

#baseline {
	width: 814px;
	height: 30px;
	top: 738px;
	position: absolute;
	background-image: url(images/line-bottom.jpg);
	background-repeat:no-repeat; 
	background-position:top;
}	