  
 img { border: 0; }
    #wrapper {
	position:relative;
	left:0px;
	width:900px;
	height:665px;
	z-index:5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	top: -10px;
	text-align: center;
}
#bkg {
	position:absolute;
	left:0px;
	top:22px;
	width:100%;
	height:449px;
	z-index:1;
	background-image: url(img/water.gif);
	background-repeat: no-repeat;
}
#bottombar {
	position:absolute;
	width:100%;
	height:15px;
	z-index:7;
	background-repeat: repeat-x;
	bottom: 0px;
	left: 0px;
	background-image: url(img/bottom.gif);
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 150%;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:138px;
	z-index:4;
	background-image: url(img/top.jpg);
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	left:20px;
	width:151px;
	height:66px;
	z-index:1;
	bottom: 66px;
	background-repeat: no-repeat;
	overflow: visible;
}
#links {
	position:absolute;
	width:88px;
	height:32px;
	z-index:6;
	bottom: 15px;
	right: 0px;
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	text-transform: lowercase;
	line-height: 200%;
	text-align: center;
	text-decoration: none;
}
#link {
	position:absolute;
	width:88px;
	height:32px;
	z-index:6;
	bottom: 15px;
	right: 89px;
	background-image: url(img/tabs.png);
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	text-transform: lowercase;
	line-height: 200%;
	text-align: center;
}

 #awards {
	position:relative;
	left:0px;
	width:750px;
	height:665px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	top: 0px;
	text-align: center;
}


 #about {
	position:relative;
	left:0px;
	width:600px;
	height:590px;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: visible;
	top: -10px;
	text-align: justify;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #FFFFFF;
	background-image: url(img/textback.png);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
text-decoration: none;
color: #FFFFFF;
}

A:active {text-decoration: none
color: #fff;}
