body {
	background-color:#93bcc9;
    background-image: url(../img/body-bkg.gif);
    background-position:center top;
    background-repeat:no-repeat;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader           (src='../img/body-bkg.gif');
}

.container{
	margin: 0pt auto;
	width:950px;
}

#header{
	background: url(../img/hdr-bkg.gif) repeat;
	height:181px;
	position:absolute;
	z-index :100;
	top: 0px;
	left:0px;
	width:100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader           (src='../img/hdr-bkg.gif');
}
ul{
	margin: 5px;
	padding:0;
	list-style-type: none;
	text-align: center;
	
}

ul li{
	display:inline;
	
}
ul li a{
	font:16px Trebuchet, Helvetica, Arial, sans-serif;
  	text-decoration:underline;
	color:#666;
}
ul li a:hover{
	color:#93bcc9;
	text-decoration:overline;
	
}
ul li a p{
	margin-top:5px;
	
}
a{
	
  	text-decoration:none;
	color:#666;
}
#nav {
	margin-top:100px;
	float:left;
	margin-left:-8px;
}
td img {
	display:block
}	
.content{
	margin-top:160px;
}

#content-title{
  	position:absolute;
	margin-top:5px;
	background: url(../img/content-title.gif) no-repeat scroll;
	height:805px;
	width:950px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../img/content-title.gif');
	z-index:10000;
	
}
.frame{
	padding:20px;
	padding-top:0px;
	padding-left:10px;
	height:750px;
	width:885px;
	border:none;
	z-index:11111;
}
.framemap{
	margin-top:-20px;
	margin-left:-30px;
	height:750px;
	width:885px;
	border:none;
	z-index:555555;
}
