* {margin: 0; padding: 0;}

body {
		background-image: url(../images/background.png);
		font-family: garamond, veranda, times new roman, arial;
}

#masthead {
		margin: 0 auto;
		width: 810px;
}

#wrapper {
		width: 800px;
		background-color: #8AAA70;
		margin: 0 auto;
		border-color: #655536;
		border-style: solid;
		border-bottom-width: thick;
		border-left-width: thick;
		border-right-width: thick;
		border-top-width: thin;
}
	
#title {
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		padding: 5px 5px 5px 5px;
}

#main_content h1 {
		text-align: center;
		text-decoration: underline;
		padding-bottom: 5px;
		padding-top: 5px;
		font-size: 24px;
}

#main_content p {
		padding-left: 5px;
		padding-right: 5px;
}

/*NAVIGATION BAR STYLES*/
#navigation ul li {
		display: inline;
		margin: 0;
		padding: 2px 2px 2px 2px;
		list-style-type: none;
}

#navigation ul li a {
		text-decoration: none;
		color: #342C1E;
		float: none;
		line-height: 20px;
		font-weight: bold;
		margin: 0px 20px 8px 20px;
}

#navigation a:hover {
		color: #398D99;
}

#navigation {
		border-bottom: 2px solid #655536;
		border-top: 2px solid #655536;
		padding: 4px 2px 2px 0px;
		text-align: center;
}

#picture {
		padding-left: 300px;
		padding-top: 20px;
		padding-bottom: 20px;
}

#footer {
		clear: both;
		width: 800px;
		margin: 0 auto;
		color: #655536;
		text-align: center;
}

#picture img {
		border-color:#342C1E;
}

#contact_info {
		text-align: center;
}

#form table {
		font: times new roman;
		padding-left: 5px;
		padding-bottom: 10px;
}

/*RESUME LIST CODE*/
#resume h2 {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000;
		font-size: 18px;
		padding-top: 10px;
		padding-left: 2px;
}

#resume ul {
		padding-left: 40px;
}

#print ul {
		padding-left: 40px;
}

#print ul li a {
	color: #342C1E;
}

.even {
		background-color: #342C1E;
		color: #CCCCCC;
}

.odd {
		background-color: #655536;
}

#content_1 p a {
		color: #342C1E;
}

#family_friends p, #fishing p {
		font-weight: bold;
}

#family_friends a img, #fishing a img {
		padding-bottom: 10px;
		border: none;
}