body {
	background-image: url(images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 82%;
	line-height: 130%;
	background-color: #dca522;
	background-repeat: repeat-x;
}
#indexContainer {
	background-image: url(images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
	padding-top: 230px;
	padding-left: 300px;
	width: 400px;
	color: #83572b;
}
#indexContainer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 70px;
	text-decoration: none;
	color: #626843;
	font-weight: bold;
}
#indexContainer a:hover {
	text-decoration: underline overline;
	font-weight: bolder;
	color: #993300;
}
#homeContainer {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	padding: 126px 0px 0px 320px;
	width: 500px;
}
#Container {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	padding: 80px 0px 0px 310px;
	width: 500px;
}

#nav {
	position: absolute;
	height: 200px;
	width: 250px;
	left: 40px;
	top: 250px;
}
.thumb {
	border: 1px solid #333333;
}
#nav a {
	color: #626843;
	text-decoration: none;
	display: block;
	line-height: 100%;
	font-size: small;
	border-left-style: inset;
	margin-top: 8px;
	border-left-color: #666600;
	text-indent: 10px;
	border-left-width: 6px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #626843;
}
h2 {
	font-size: 130%;
	color: #993300;
	text-align: center;
}
.description {
	text-align: center;
	font-weight: normal;
}
.workTitle {
	font-weight: bold;
	text-align: center;
}
.backBtn a {
	color: #993300;
	text-decoration: none;
}
.backBtn a:hover {
	color: #000000;
	text-decoration: underline;
}
.backBtn {
	text-align: center;
}
.resumePic {
	padding-top: 46px;
}
.contactPic {
	padding-top: 46px;
}
