@charset "utf-8";
#wrapper {
	width: 740px;
	margin:auto;
	position:relative;
}

.hdr {
	font-family: "Futura Lt BT", "Helvetica LT Std", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #ED1C91;
}
.txt {
	font-family: "Futura Lt BT", "Helvetica LT Std", Tahoma;
	font-size: 11px;
	color: #444;
	font-weight: normal;
}
.blues {
	font-family: "Futura Lt BT", "Helvetica LT Std", Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4b88c8;
}
#profilewrap {
	float: left;
	height: 520px;
	width: 390px;
	position: absolute;
	top: 100px;
	left: 38px;
}
#creditswrap {
	float: left;
	width: 300px;
	position: absolute;
	top: 30px;

}
#contact {
	float: right;
	height: 200px;
	width: 200px;
	position: absolute;
	top: 100px;
	left: 546px;
}
#map {
	float: right;
	height: 252px;
	width: 85px;
	position: absolute;
	top: 225px;
	left: 546px;
}
.blueslink {
	font-family: "Futura Lt BT", "Helvetica LT Std", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4b88c8;
}
#infolink {
	float: left;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 528px;
	left: 38px;
}

/* begin code for image rollover stuff */

#tablewrap {
	width: 700px;
	margin:auto;
	position:relative;
}}

.imgteaser {
	margin: 0;
	overflow: visible;
	float: left;
	position: relative;
	background-color: #ED1C91;
}

.imgteaser a {
	text-decoration: none;
	float: left;
}

.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	background: #fff;
}


.imgteaser a .desc {	display: none; }


.imgteaser a:hover .desc{
	display: inline;
	font-size: 11px;
	padding: none;
	color: #444;
	position: absolute;
	top: 103px;
	left: 130px;
	margin: 0;
	width: 225px;
}

/* end rollover image stuff */

#credits {
	position: absolute;
	top: 505px;
	left: 723px;
	height: 17px;
	width: 77px;
	z-index: 10;
		}
		
#sratag {
		background: url(images/sra_top.gif) no-repeat bottom left;
		position: absolute;
		top: 532px;
		left: 545px;
		width: 159px;
		height: 12px;
		z-index: 10;
		text-indent: -9999px;
		}
		
#sratag a {
		display: block;
		width: 159px;
		height: 12px;
		}
		
#sratag1 {
		background: url(images/sra_top.gif) no-repeat bottom left;
		position: absolute;
		top: 160px;
		width: 159px;
		height: 12px;
		}	
		
#infotag {
		background: url(images/info_blue.gif) no-repeat bottom left;
		position: absolute;
		top: 544px;
		left: 638px;
		width: 98px;
		height: 16px;
		z-index: 10;
		text-indent: -9999px;
		}
		
#infotag a {
		display: block;
		width: 98px;
		height: 16px;
		}
		
		
#projecttag {
		background: url(images/projects_pink.gif) no-repeat bottom left;
		position: absolute;
		top: 558px;
		left: 546px;
		width: 106px;
		height: 31px;
		z-index: 10;
		text-indent: -9999px;
		}
		
#projecttag a {
		display: block;
		width: 106px;
		height: 31px;
		}
		
		
