*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: georgia;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #5B6760;
}

a:hover {
	border-bottom: 1px dotted #5B6760;
}

#wrapper {
	width:790px;
	margin: 50px auto 0 auto;
}

#flash {
	display: block;
}

#content {
	height: 190px;
	width: 790px;
	background: url(images/bottom_bkg.png) left bottom no-repeat;
}

#nav {
	position: relative;
	top: 40px;
	float: left;
	margin-left: 60px;
}

#nav span {
	font-size: 10px;
	color: #FFF;
	font-family: arial;
	text-transform: uppercase;
	
}

#nav li {
	margin-bottom: 2px;
	display: block;
}

#nav a {
	padding-bottom: 3px;
}

.subnav li {
	font-size: 11px;
	font-style: italic;
	float: left;
	margin-right: 20px;
}

#portfolio {
	margin-bottom: 10px;
}

#workHistory {
	clear: both;
}

#workHistory ul li {
	padding-top: 30px;
}

#address {
	position: relative;
	top: 45px;
	margin-right: 45px;
	width: 200px;
	float: right;
	font-family: arial;
}

#address li {
	text-align: right;
	font-size: 11px;
	color: #5B6760;
	margin-bottom: 3px;
}
