@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

body {
	background-color: #333333;
	text-align: center;
}


/* ============================ */
/*          IDS                 */
/* ============================ */

#container {
	height: auto;
	width: 1024px;
	background-color:#000000;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	position: relative;
}
#header {
	height: 100%;
	width: 1024px;
	background-color:#000000;
	background:url(../img/bgHeader_Scroll.gif) top left repeat-x;
	position: relative;
	
}
#headerGfx {
	height: 230px;
	width: 1024px;
	background:url(../img/bgHeader_matte1.jpg) top left repeat-x;
	margin: 0px;
	clear: both;
}

#footer {
	height: 33px;
	width: 1024px;
	background:url(../img/bgFooter_Scroll.gif) top left repeat-x;
	color:#999999;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	left: auto;
	top: auto;
	position: relative;
}

#footer a {
	color:#999999;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#topnav {
	height: 36px;
	width: 1024px;
	background-color:#3d3e3d;
	background:url(../img/bgTopNav.gif) top left repeat-x;
	letter-spacing: 3px;
	padding-top: 15px;
	
}

#topnav a {
	color:#999999;
	text-decoration:none;
	font-size: 18px;
}

#topnav a:hover {
	color:#FFFFFF;
	font-size: 18px;
}

#bl {
	float:left;
	height:97px;
	width: 32px;
	background:url(../img/bolt_ul.gif) top left no-repeat;
}

#br {
	float:right;
	height:97px;
	width: 32px;
	background:url(../img/bolt_ur.gif) top right no-repeat;
}

#cnt {
	float:left;
	height:72px;
	width: 900px;
	margin-left: 25px;
 	text-align:left;
	padding-top: 25px;
	
}

#page {
	width: 1024px;
	height: auto;
	letter-spacing: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

/* ============================ */
/*      CLASSES                 */
/* ============================ */

.biocopy {
	float: left;
	width: 400px;
	margin: 20px 0px 5px 5px;
	text-align:left;
	padding-right: 15px;
	line-height: 18px;
	white-space: normal;

}

.bioimg {
	float: left;
	margin: 20px 25px 80px 25px;
	border:solid #FFFFFF 1px;
}

.bioinfo {
	color:#FFF;
	float: left;
	width: 275px;
	padding-left: 25px;
	text-align:left;
	line-height: 18px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #262626;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.bordered {
	border: none;
	padding: 5px 5px 20px 5px;
	background-color:#FFFFFF;
	margin: 10px 25px;
}

.galleryTitle {
	margin-top: 25px;
	width: 50px;
	height:155px;
	vertical-align:top;
}
.columnText {
	padding-right: 0px;
	padding-left: 15px;
}
.underHang {
	margin-bottom: 5px;
	font-weight: bold;
	color: #CCC;
}
.whiteText {
	color: #FFF;
}

a:link {
	color: #00A7FD;
}
a:visited {
	color: #00A7FD;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #00A7FD;
}

