body {
	font-family: Georgia, "Times New Roman", serif;
	padding: 0;
	margin: 0;
	background-color: #E5D5A4;/*E5D5A4,D9A444,9C4A1B,6D5941,0C0C0E*/
	background-image: url(images/pgbg.png);
	background-position: top center;
	background-repeat: repeat-y;
	color: #0C0C0E;
}
a:link, a:active, a:visited {
	color: #9C4A1B;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #6D5941;
	text-decoration: underline;
}
#body {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	height: 30px;
	font-size: 16px;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
}
.navItem {
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	padding: 6px 20px;
	margin: 0 1px 0;
	background-image: none;
	color: #0C0C0E;
}
.navItemOver {
	position: relative;
	float: left;
	list-style: none;
	cursor: pointer;
	padding: 6px 20px;
	margin: 0 1px 0;
	background-image: url(images/navbg_over.png);
	background-repeat: repeat-x;
	color: #400000;
}
#content {
	padding: 5px;
	margin-bottom: 30px;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2000;
}
#footerContent {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFE8CF;
	border-top: 1px solid #9C4A1B;
}
.testimonials {
	border-bottom: 1px solid #9C4A1B;
}

.skills-list li {
	list-style-position: inside;
}
