@charset "UTF-8";
/* CSS Document */
body {
	background-color:#58595B;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#name-logo {
    background-image: url(images/name.gif);
	display:block;
	float: right;
	border: none;
	text-indent: -5000px;
	height:140px;
	width:324px;
	padding: 20px 0px 0px 10px;
	margin: 30px 0px 0px 30px;
}

#container {
	width: 740px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	border:5px solid #A7A9AC;
	height: 715px;
}

/* main nav */

#navcontainer {
	width: 339px;
	height: auto;
	padding: 0px;
	float: left;
	margin-top: 140px;
	margin-left: 35px;
	margin-bottom: 0px;
}
#nav {
	border: none;
	margin: 0;
	padding: 0;
	height: 21px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav a {
	text-indent: -2000px;
	float: left;
	padding: 21px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:21px; /* for IE5/Win only */
}
#nav a:hover, #nav a.selected {
	background-position: 0 -20px;
}
#nav a:active {
	background-position: 0 -40px;
}
#web a {
	width: 61px;
	background-image: url(images/web.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#print a {
	background: url(images/print.gif) no-repeat right top;
	width: 78px;
}
#resume a {
	background: url(images/resume.gif) no-repeat right top;
	width: 101px;
}
#contact a {
	background: url(images/contact.gif) no-repeat right top;
	width: 96px;
}

.title{
	font-size: 15px;
	color: #583C38;
	font-weight: bold;
}

/* center */

#flashid{
	width: 600px;
	height: 430px;
	margin: 0px;
	padding: 49px 0px 0px 34px;
}	

#middle{
	background-image:url(images/homepage.gif);
	background-repeat:no-repeat;
	width: 600px;
	height: 430px;
	margin: 250px 0px 0px 68px;
	padding: 0px;
}

#resumepdf{
	width: 195px;
	height: 250px;
	margin: 0px;
	padding: 80px 0px 0px 200px;
}

#phone{
	background-image:url(images/phone.jpg);
	background-repeat:no-repeat;
	width: 152px;
	height: 40px;
	padding: 50px 0px 0px 0px;
	margin: 40px 0px 0px 50px;
}

#email{
	width: 250px;
	height: 39px;
	padding: 70px 0px 0px 70px;
	margin: 0px;
}




#footer{
	width: 740px;
	height: 20px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* footer nav */

#fnavcontainer {
	width: 500px;
	margin: 0px 140px;
	float: left;
	padding: 0px;
}

#fnav li{
		list-style: none;
		display: inline;
		font-size:9px;
		color: #58595B;	
}
#fnav a:link, a:visited {
	color: #000;
	text-decoration: none;
}
#fnav a:hover, a:active {
	color: #58595B;
	text-decoration: none;
}