/* CSS Document */

body {
	margin: 0px;
	background-color: #ddc;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #665;
	}

#header {
	margin: auto;
	width: 880px;
	height: 215px;
	background: url(/images/pageparts/header2.gif);
	vertical-align: bottom;
	}

#header2 {
	margin: auto;
	width: 880px;
	height: 221px;
	background: url(/images/pageparts/header3.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	}

#content {
	margin: auto;
	width: 798px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #c1897c;
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 10px;
	}

#nav {
	text-align: right;
	margin: 180px 75px 0px 0px;
	float: right;
	vertical-align: bottom;
	}
	
#nav2 {
	position: relative;
	left: 40px;
	top: 196px;
	width: 800px;
	}
	
#copyright {
	float: right;
	text-align: right;
	margin: 150px 45px 0px 0px;
	color: #bba;
	font-size: 9px;
	}

#inside {
	width: 726px;
	padding: 10px 35px;
	clear: both;
	}

.imageCell {
	float: left;
	padding-right: 25px;
	}
	
.imageBorder {
	padding: 2px;
	border: 1px solid #998;
	}

.contentColumn {
	width: 350px;
	}
	
#footer {
	clear: both;
	margin: auto;
	width: 880px;
	height: 206px;
	background: url(/images/pageparts/footer2.gif)
	}

.title {
	font-size: 16px;
	/*font-style: italic;*/
	margin-top: 25px;
	}
	
h2 {
	text-align: left;
	font-size: 12px;
	font-style: bold;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	border-bottom: 1px solid #ddc;
	}
	
h1 {
	font-size: 18px;
	font-weight: normal;
	}

.year {
	color: #aa9;
	font-style: bold;
	margin-bottom: 0px;
	}
	
.resume {
	margin-top: 0px;
	list-style-type: square;
	}

.caps
	{
	// letter-spacing: .1em;
	font-size: 10px;
	}
	
.details {
	margin: 0px;
	padding: 5px 0px;
	border-top: 1px solid #ddc;
	font-size: 11px;
	line-height: 16px;
	color: #887;
	}
	
a {
	text-decoration: none;
	color: #855;
	}
	
a:hover {
	text-decoration: underline;
	color: #600;
	}
	
.thumbrow {
	width: auto;
	text-align: left;
	margin-left: 24px;
	margin-top: 20px;
	}
	
.thumb {
	color: #998;
	}
	
.thumb:hover {
	color: #ccb;
	}

.thumb:visited {
	color: #998;
	}
	
.thumb img {
	margin: 0px 10px;
	color: #998;
	border: 1px solid #998;
	}
	
.copy {
	line-height: 150%;
	}