<!--
html, body {  
 	margin: 0;
    padding: 0;
    border: 0;
	height: 100%;
    overflow: auto;
	background-color: #B7D4ED;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	}
a:link, a:visited, a:active { 
	text-decoration: underline;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #444444;
	font-style: normal;
	font-weight: normal;
	}
a:hover {
	text-decoration: underline;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	}
	
/* Classes */
.footer-text {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 8pt;	
	color: #444444;
	font-style: normal;
	font-weight: normal;
	}
.gifs {
	float: right;
	height: 11px; 
	width: 15px;
	}
	
/* IDs */
#wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
	height: 100%; 
	width: 780px;
	background-color: transparent;
	}
#container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 780px;
	background-color: transparent;
	}
#borders {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 820px;
	background-color: #transparent;
	}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 11px;
	width: 780px;
	background-color: #444444;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 5;
	}
#header {
	position: absolute;
	top: 11px;
	left: 282px;
	height: 125px;
	width: 498px;
	background-color: #BDD4E8;
	background-image: url(../images/bdd4e8.gif);
	background-repeat: repeat;
	background-position: top left;
	z-index: 4;
	}
#logo {
	position: absolute;
	top: 11px;
	left: 0px;
	height: 125px;
	width: 282px;
	background-color: #BDD4E8;
	background-image: url(../images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
	}
#content-bg {
	background-color: #B7D4ED;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 780px;
	z-index: 1;
	}
#content {
	position: absolute;
	top: 136px;
	left: 0px;
	height: 510;
	width: 780px;
	background-color: transparent;
	z-index: 2;
	}
#nav {
	position: absolute;
	top:210px;
	left:10px;
	height:297px;
	width:180px;
	background-color: transparent;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 7;
	}
#iframe {
	position: absolute;
	top: 174px;
	right: 21px;
	height: 392px;
	width: 548px;
	background-color: transparent;
	z-index: 8;
	}
#footer {
	text-align: left;
	position: absolute;
	top: 616px;
	left: 10px;
	height:30px;
	width:760px;
	background-color: transparent;
	z-index: 6;
	}
#left {
    position: absolute;
	top: 0px;
	left: 0px;
	height: 100%; 
	width: 20px;
	background-color: transparent;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: top right;
	}
#right {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%; 
	width: 20px;
	background-color: transparent;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}
-->