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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: url(../images/background.jpg) repeat-x #FFF;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.awesome {
	float: right;
	margin-top: 25px;
}

#content {
	width: 500px;
	margin: 0px auto;
	overflow: hidden;
	line-height: 150%;
	padding: 0px 0px 20px 0px;
}
#content h2 {
	font-size: 18px;
	color: #009999;
	padding: 0px 0px 10px 0px;
}
#content p {
	padding: 0px 0px 15px 0px;
}
#content p strong {
	font-weight: bold;
	display: block;
	color: #666;
	font-size: 13px;
}
#content a {
	color: #009999;
	text-decoration: none;
}
#content em {
	font-style: italic;
	display: block;
}
#content a:hover {
	color: #666;
}
#footer {
	width: 500px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	color: #898989;
}
#footer hr {
	height: 15px;
	display: block;
	background: url(../images/hrback.jpg) repeat-x;
	border: 0px;
}
#header {
	background: url(../images/stars.gif) no-repeat;
	height: 130px;
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#header h1 {
	font-size: 68px;
	font-weight: bold;
	color: #666;
	position: absolute;
	top: 15px;
	left: 88px;
}
#header h1 span {
	color: #009999;
}
#header h2 {
	position: absolute;
	top: 45px;
	right: 0px;
	font-size: 30px;
	text-transform: uppercase;
	color: #009999;
	font-weight: bold;
}
#header h3 {
	position: absolute;
	top: 70px;
	right: 0px;
	font-size: 24px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}
#header p {
	position: absolute;
	top: 90px;
	right: 0px;
	font-size: 19px;
	color: #009999;
	font-weight: bold;
}
#header p span {
	color: #666;
}
#content #introduction {
	font-size: 14px;
	color: #a0a0a0;
	width: 100%;
	padding: 0px;
}
#navigation {
	width: 500px;
	float: left;
	clear: both;;
}
#navigation li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 25px 25px 25px 0px;
}
#navigation li a {
	font-size: 18px;
	text-decoration: none;
	color: #009999;
	text-transform: uppercase;
}
#navigation li a:hover, #navigation li a.selected {
	color: #666;
}
#content #resume {
	padding: 0px 0px 10px 20px;
	list-style-type: disc;
	float: left;
	clear: left;
	/*width: 325px;*/
}
#content #resume li {
	margin-left: 5px;
	padding: 4px 0px;
}
