
/* ########################## RESET - AA11 ########################## */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ########################## LAYOUT - AA12 ########################## */
body{
	/*background-color: #000000;*/
	/*background-color: #0A153A;*/
	/*background-color: #FBDADA;*/
	/*background-color: #FBF8DA;*/
	/*background-color: #DAFBDA;*/
	color: #6D6B6B;
	font-family: sans-serif;
	line-height: 1.1
}
/* ########################## Mast Head - AA12 ########################## */

div#headContainer{
	width: 100%;
	height: 50px;

	background-color: #FF7070;
	position: fixed;
	top: 0px;
	left: 0px;
}

div#headContent{
	width: 960px;
	height: 50px;
	background-color: #70B2FF;
	background-color: #FF7070;
	margin: 0px auto 10px;

	position: relative;
}

/* ########################## Profile Page - AA12 ########################## */

div#pageContainer{
	width: 100%;
	min-height: 600px;
	margin: 55px auto 0px;

	background-color: #FFFFFF;
	background-color: #FBF8DA;
	background-color: #FBFBF9; /* Light Yellow Tinted Grey */

	position: relative;
}

div#profileContent{
	width: 950px;
	min-height: 800px;
	padding: 5px;
	margin: 55px auto 0px;

	background-color: #FBF8DA;
	background-color: #FFFFFF;

	position: relative;
}


#profilePic {
	width: 130px;
	height: 160px;
	padding: 5px;

	display: inline-block;
	float: left;
	position: relative;
	background-color: #F2F2F2;
}

#profilePic img{
	width: 120px;
	height: 150px;
	padding: 5px;

	display: block;
	background-color: #FFFFFF;
}

#profileInfo{
	width: 500px;
	height: 170px;
	margin-left: 20px;


	float: left;
	display: inline-block;
	position: relative;
	background-color: #F0F0F0;
}

#profileBio{
	width: 950px;
	height: 170px;
	margin-top: 20px;
	

	display: block;
	display: inline-block;
	position: relative;
	background-color: #F0F0F0;
}
























