body{
    background-color: rgb(59, 33, 8);
    background-image: -webkit-gradient(linear, top, bottom, from(rgb(140, 108, 80)), to(rgb(59, 33, 8)));
    background-image: -moz-linear-gradient(top, rgb(140, 108, 80), rgb(59, 33, 8));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgb(140, 108, 80), endColorstr=rgb(59, 33, 8));
    background-image: linear-gradient(rgb(140, 108, 80), rgb(59, 33, 8));
    background-repeat: no-repeat;
}
#page{
    background-color: rgb(255, 255, 255);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, verdana;
	color: rgb(125, 60, 0);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#myName {
    font-size: 225%;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgb(158, 158, 158);
}
#tagline {
    font-size: 110%;
	font-style: italic;
	text-shadow: 1px 1px 3px rgb(158, 158, 158);
}
header {
    padding: 10px;
}
#pageTitle {
    text-align: center;
	border-bottom-style: solid;
	border-bottom-color: rgb(125, 60, 0);
	border-bottom-width: 2px;
}
section {
    padding: 10px;
	margin-left: 160px;
}
footer {
    padding: 10px;
	text-align: center;
	font-size: 80%;
	line-height: 140%;
	font-style: italic;
}
#logo {
    float: left;
	padding: 10px;
}
nav {
    float: left;
	width: 150px;
	line-height: 150%;
}
a:link {
    color: rgb(125, 60, 0);
}
a:visited {
    color: rgb(125, 60, 0);
}
a:hover {
    color: rgb(190, 103, 23);
	font-weight: bold;
}
a:active {
    color: rgb(59, 33, 8);
}
.resumeHead {
    border-bottom-style: solid;
	border-bottom-color: rgb(125, 60, 0);
	border-bottom-width: 2px;
}
.jobTitle {
    font-style: italic;
	font-weight: bold
}
.duties {
    line-height: 150%;
}
.courses {
    line-height: 150%;
}
.chapters {
    line-height: 150%;
}