html, body, div, span, applet, object, iframe, 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,
b, u, i, center,
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-size: 11px;
	vertical-align: baseline;
}
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;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	font-size: 100%;
	font-family: Helvetica, sans-serif;
	line-height: 150%;
	color: #d89546;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

a:hover{
	color: #ae825d;
	}

em{
font-weight: bold;
font-style: normal;
font-size: 100%;
}

h1{
	border-bottom: 0px solid;
	font-family: Helvetica, sans-serif;
	color: #000;
	font-weight:  bold;
	font-size: 200%;
	text-align: left;
	line-height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	height: 50px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent url('images/h1swash.jpg') no-repeat top left;
}



h2, h3, h4, h5, h6, h7{
	border-bottom: 0px solid;
	font-family: Helvetica, sans-serif;
	color: #000;
	font-weight:  bold;
	font-size: 160%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

h3{
	font-weight:  bold;
	font-size: 140%;
}

h4{
	font-weight:  bold;
	font-size: 140%;
}

h5{
	font-weight:  bold;
	font-size: 120%;
	margin-bottom: 0px;
}

h6, h7{
	font-weight:  normal;
	font-size: 120%;
	margin-bottom: 0px;
}

p{
	font-size: 120%;
	font-family: Helvetica, sans-serif;
	line-height: 150%;
	color: black;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

ul{
	list-style-type: none;
	font-family: Helvetica, sans-serif;
	color: black;
	line-height: 150%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

li {
	font-size: 110%;
	margin-bottom: 0px;
	}

#resume p{
	margin-left: 10px;
	margin-top: 0px;
	line-height: 130%;
	}


#header {

	background: #819cc5 url('images/background.jpg') no-repeat scroll center;
	position: relative;
	left: -65px;
	width: 930px;
	height: 600px;
	}
	
body{
	background-color: white;
	}

#wrapper {
	top: 0px;
		background: transparent url('images/background6.jpg') no-repeat scroll center top;
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
	}
	
	
#nav {
	float: left;
	width: 300px;
	margin-top: 305px;
	margin-left: 130px;
	}
	
#nav ul {
	font-size: 156%;
	font-family: Helvetica, sans-serif;
	line-height: 350%;
	color: #000;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: middle;
	background: transparent;
	}
	
/*#nav li{
	height: 40px;
	background: transparent url('images/navswash.png') no-repeat top right;
	overflow: visible;--->
	margin-bottom: 25px;
	vertical-align: middle;
	}*/
	
#nav li a{
	margin-bottom: 30px;
	font-size: 100%;
	text-decoration: none;
	}
	
#nav a:link{
	color: #c51f37;
	}
	
#nav a:hover{
	color: #c16054;
	}
	
#nav a:visited{
	color: #c51f37;
	}
	
#nav a:active{
	color: #c16054;
	}
	
#content {
	width: 500px;
	margin-top: 300px;
	margin-left: 450px;
	margin-bottom: 150px;
	}
	
img.mediapic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}