html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	color: #fff;
}

body {
	background: #000 url("design_img/30107.jpg");
	background-position: top-left;
	background-attachment: fixed;
}

/*WRAPS*/
div#wrap {
	position: relative;
	width: 720px;
	margin: 0 auto;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-image: url("design_img/content_back.png");
}
div#headWrap {
	margin: auto;

	height: 300px;
	width: 700px;
	background: #000 url("design_img/header2.png") no-repeat;
}


/**MENU**/
div#menu {
	position: relative;
	right: 40px;
}
div#menu a  img{
	border: 0px;
}
div#menu li {
	display: inline; 
	list-style-type: none;
	margin-left: 10px;
}

/**CONTENTS**/
div#header {
	height: 225px;
}
div#content {
	height: 100%;
	padding: 1em 3em 1em 3em;
	overflow: auto;
}
div#footer {
	width: 100%;
	padding: 0.5em 0.5em 0.5em 3em;
	overflow: hidden;
	
	bottom: 0px;
	position: absolute;
	
	font-size: 0.6em;
}

/**FONTS & STUFF**/
i {
	font-size: 0.86em;
}

div#content a {
	text-decoration: none;
	color: #b5b5b5;
}
div#content {
	font-family: Times New Roman;
	font-size: 0.86em;
	//text-align: center;
}
.footerLeft {
float: left;
}
.footerRight {
position: relative;
float: right;
right: 60px;
}

/**IMAGES**/
img {
padding: 10px;
}
.frontImage {
float: right;
}
.bioImage {
float: left;
}
