@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	height: 100%; }

body {
	font-size: 13px;
	line-height: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #131a1a;*/
	
	color: #F7F7F7;
	height: 100%; }

input { margin-top: 5px; margin-bottom: 5px;}

#mainWrapper{ position: relative; min-height: 100%; }
* html #mainWrapper { min-height: 100%; position: relative;}
#footer { position: absolute; bottom: 0;}


	
h1, h2, h3, h4, h5 { font-family: Georgia, "Times New Roman", Times, serif; margin-top: 0;}
p { margin: 0; }

h1 { font-size: 18px;}
h2 { font-size: 16px;}
h3 { font-size: 14px;}
h4 { font-size: 12px;}

#mainWrapper {
		width: 876px;
		margin: 0 auto;
		background: #2c3636 url(images/content_bg.jpg) center 180px no-repeat;
}

#wrapper {
	padding: 0; }	

#content {
	padding: 40px; 
	padding-bottom: 100px;
	margin-bottom: 100px; }

#footer {
	color: #576767;
	font-size: 10px;
	width: 796px;
	height: 60px;
	text-align:center;
}
/*#wrapper {
	padding: 0; height: 500px;
	background: #2c3636 url(images/bodybg.gif) top center repeat-x;	}*/

.menu {
	background-color: #151515;
	padding: 10px 0;
	font-size: 14px;
	color: #a9c0c0;
	letter-spacing: 1px;
	}
.menu a:link, .menu a:visited { color: #a9c0c0; text-decoration: none;}
.menu a:hover { color: #d5e7e7; text-decoration: none;}
.menu .current { font-weight: bold; }
.menu img { vertical-align: middle; }

.extraDIV { height: 60px; font-size: 0; clear: both;}

.bioName {
	font-weight: bold;
	font-size: 14px; }



.floatLeft { float: left; }
.mgBtm { margin-bottom: 15px; }
.clear {clear: both; }

.leftCol { width: 620px; margin-right: 20px; }
.riteCol { width: 155px; }	

			