@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#outer{
	width:100%;
	display:table;
	vertical-align:middle;
	height: 100%;
}
#container {
	text-align: left;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	margin: 0px;
	padding: 0px;
}	
#inner {
	width: 700px;
	height: 550px;
	text-align: left;
	margin: auto;
	padding: 0px;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: lighter;
	color: #8E8E8E;
	line-height: 17px;
}

#image {
	float: left;
	margin-right: 5px;
}

#title {
	padding-bottom: 10px;
}

#title2 {
	padding-bottom: 10px;
	text-align: center;
}

#bio {
	padding-bottom: 5px;
}


a{color: #FFFFFF; text-decoration: none; 

}

a:link {border: none
}

a:hover {color: #fbe230
}

#links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0;
}