@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ end reset css ------ */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color: #261803;
	background-color: #261803;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	background: #261803;
	text-align: center;
	color: #f8eec9;
	border: 0;
	padding: 0;
	width: 860px;
	height: 52px;
	display: block;
}
.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footer {
	background: #261803 url(Footer.jpg) no-repeat;
	float: left;
	width: 860px;
	height: 25px;
	color: #f8eec9;
}
#footer p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color:#f8eec9;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}
#footer a {
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f8eec9;
	font-style: italic;
	font-weight: bolder;
}
footer a:hover {
	color: #4963da;
}
#main {
	position:relative;
	background-image: url(main_bg.gif);
	background-repeat: repeat-y;
	width: 100%;
}
#leftcol {
	background-color: #493719;
	float: left;
	display: inline;
	width: 180px;
}
#resume {
	float: left;
	display: inline;
	width: 680px;
	margin: 0px;
	padding: 0px;
	background-color: #f8eec9;
}
#resume h1 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight:bold;
	font-style: italic;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#resume h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	padding-left: 25px;
	padding-bottom: 7px;
}
#resume h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 25px;
}
#resume h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: larger;
}
#resume h5 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}
#resume p {
	padding-bottom: 7px;
	line-height: 1.4;
}
#resume ol {
	margin-left: 5px;
	padding-bottom: 5px;
}
#resume ol li {
	list-style: disc;
	line-height: 1.4;
	margin-left: 15px;
	padding-bottom: 5px;
}
#resume ul li {
	line-height: 1.4;
	margin-left: 15px;
	padding-bottom: 5px;
}
#resume ul ul {
	line-height: 1.4;
	margin-left: 25px;
	padding-bottom: 5px;
}
#resume ol ol {
	padding-top: 5px;
}
#resume a {
	color: #261803;
	text-decoration: underline;
	padding-left: 25px;
}
#resume a:hover {
	color:#232659;
}
#T_block {
	position: relative;
	padding-top: 60px;
	height: 205px;
	width: 180px;
}
#resume_nav {
	position: relative;
	width: 180px;
}
#resume_nav li {
	height: 40px;
	padding: 0;
}
#resume_nav a {
	color: #232659;
	text-decoration: none;
}
#linked {
	padding: 10px 0;
	text-align: center;
}