body {
	margin: 0px;
	background-color: #333333;
}
#wrapper {

}
#content {
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #DFC177;
	line-height: 1.2em;
}

p {

}

h1 {
	font-size: 1.3em;
	color: #7B2936;
	font-weight: 800;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.15em;
	font-weight: 600;
	color: #822D3B;
}
h3 {
	font-size: 1em;
	color: #75253F;
}
a:link, a:visited {
	color: #7D2B38;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

td.content-text {
	background-color: #F4E7C7;
	padding: 20px;
}
td.content-divider {
	background-color: #F4E7C7;
	padding: 5px;
	background-image: url(../images/divider-line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
td.content-quicklinks {
	background-color: #F4E7C7;
	padding: 15px;
	font-size: 0.9em;
}


.footer {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.85em;
	color: #666666;
}
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #666666;
	text-decoration: underline;
}

/****** RESUME STYLES ********/
td.resume-header {
	font-size: 1.4em;
	font-style: italic;
	letter-spacing: 0.05em;
}
td.resume-section {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
}
td.resume-item {
	font-style: italic;
	font-size: 0.9em;
}
td.resume-item-norm {
	font-size: 0.9em;
}
td.resume-t-header {
	font-size: 1.3em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
td.resume-t-header-sub {
	font-size: 0.9em;
	font-weight: bold;
}
td.resume-t-section {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 15px;
}
td.resume-t-item {
	font-style: italic;
	font-size: 0.9em;
}


/**** PAGE BACKGROUND IMAGES *****/
td.gradient-back {
}
td.gradient-left {
	background-color: #333333;
	background-image: url(../images/gradient-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td.gradient-right {
	background-color: #333333;
	background-image: url(../images/gradient-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td.flash-back {
	background-image: url(../images/flash-back2.gif);
	background-repeat: no-repeat;
}
