@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;
}
#welcome {
	float: left;
	display: inline;
	width: 460px;
	margin: 0px;
	padding: 0 15px;
	background-color: #f8eec9;
}
#welcome h1 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
}
#welcome h2 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	padding-bottom: 7px;
}
#welcome h3 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: lighter;
	padding-bottom: 7px;
}
#welcome p {
	padding-bottom: 7px;
	line-height: 1.4;
}
#welcome ol {
	margin-left: 5px;
	padding-bottom: 5px;
}
#welcome li {
	list-style: disc;
	line-height: 1.3;
	margin-left: 15px;
	padding-bottom: 5px;
}
#welcome ol ol {
	padding-top: 5px;
}
#welcome a {
	color: #000;
}
#welcome a:hover {
	color:#66F;
}
#rightcol {
	float: right;
	display: inline;
	width: 160px;
}
#T_block {
	position: relative;
	padding-top: 60px;
	height: 205px;
	width: 180px;
}
#den {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
#resume_nav {
	position: relative;
	width: 180px;
}
#resume_nav li {
	height: 40px;
	padding: 0;
}
#resume_nav a {
	color: #4963da;
	text-decoration: none;
}
#social {
	position:relative;
	padding-top: 60px;
	padding-bottom: 35px;
	text-align: center;
}
#social p {
	padding: 10px 0px;
}
#social a {
	padding: 10px;
}
