/* RESET */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, dl, dt, dd, ol, ul, li, center
fieldset, form, label, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration: none;
color: white;
}

a:hover {
color: red;
}

li {
color:white;	
}

p {
color: white;
font-family:"Georgia";
}

p.about {
line-height:20px;
}

/* MAIN STYLES */

html {
background: black;
}

#wrapper {
width: 800px;
margin: 3em auto;
margin-top: 0;
}

#content {
text-align:center;
}

#navigation {
text-align:center;
position: relative;
top: 11px;
text-align:center;
font-family: Arial;
font-size: 16px;
font-variant: small-caps;
font-weight: normal;
}

#navigation li {
display: inline;
padding-right: 20px;
}

#roster li {
padding-top: 10px;
}

#personal {
text-align:left;
position:relative;
top: 5px;
text-align:left;
font-family: Arial;
font-size: 12px;
}

#personal li {
padding-bottom:5px;
}

#photo {
float:left;
padding-right:15px;
padding-top:5px;
}