body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #C9C9C9;
	margin: 0;
	padding: 0;
}


#wrapper {
	background-position: 0px 0px;
	background-image: url(/design/images/masthead-bg-dark.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#masthead {
	background-image: url(/design/images/masthead-gradient.jpg);
	width: auto;
}

#navtop {
	background-color: #6b6b6b;
	text-align: center;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-shadow:#111 1px 1px 1px;
}

#navtop a {
	color: #FFFFFF;
	text-decoration: none;
}


#navtop ul {
	margin: 0px;
}

#navtop li {
	display: inline;
	padding-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 40px;
}


#content {
	color: #000000;
	ackground-color: #FFFFFF;
	padding: 20px;
	float: left;
	background-color: #FFFFFF;
	width: 710px;
}

#content ul {
	list-style-position: inside;
	font-size: 76%;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
}
h2 {
	font-size: 1.1em;
}



/*#wrapperbottom {
	background-color: #C9C9C9;
	margin-right: auto;
	margin-left: auto;
}*/



#active {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


p {
	font-size: 76%;
}
#navside {
	float: left;
	width: auto;
	margin-right: 30px;
	margin-bottom: 20px;
	font-size: 1em;
	background-image: url(/design/images/navside-grad.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border: 1px solid #C9C9C9;
	padding: 5px;
	background-color: #fbfbfb;
}
#navside ul {
	margin: 0px;
	padding-left: 10px;
}
#navside li {
	list-style-type: none;
	padding: 5px;
}

#footer {
	background-color: #C9C9C9;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footercontainer {
	background-color: #D8D8D8;
}

.footertext {
	padding: 20px;
}

#content img {
	border: 1px solid #000000;
}
.resume {
}

.resume h1 {
	font-size: 1.3em;
}

.resume h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 1.1em;
	padding-top: 5px;
}
.pullquote {
	color: #333333;
	width: 150px;
	float: right;
	padding: 5px;
	margin-left: 10px;
	background-color: #F1F1F1;
	border: 1px dashed #E8E8E8;
}
