@charset "utf-8";
/* CSS Document */

#all {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a img {
border: none;
}

a {
color: #792413;
text-decoration: none;
}

a:hover {
color: #c9634e;
text-decoration: underline;
}

#mainpage_background {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	width: 1100px;
	min-height: 1065px;
	background: url(layout/background_bluegrunge.jpg) repeat-y;
	z-index: 0;
}

#background {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 auto 0 auto;
	width: 1100px;
	background: url(layout/background_bluegrunge.jpg) repeat-y;
	z-index: 0;
}

/*---------MAIN PAGE------------*/

#mainpage_layout {
	position: absolute;
	top: 0px;
	left: 60px;
	width: 980px;
	height: 100%;
	z-index: 2;
}

#photo_sidebar {
	position: relative;
	top: 0px;
	width: 180px;
	float: left;
}

#content_side {
	position: relative;
	float: right;
}

#mainpage_titleheader {
	float: right;
	position: relative;
	text-align: center;
	width: 800px;
	top: 30px;
}

#mainpage_menu {
	position: relative;
	width: 800px;
	top: 30px;
}

#mainpage_headshot {
	border: solid 2px #000000;
	float: left; 
	margin: 0 0 0 30px;
}

#mainpage_content {
	position: relative;
	width: 800px;
	top: 30px;
	clear:both;
}

.buffer_box {
	padding: 30px 30px 30px 30px;
}

#mainpage_content .buffer_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.5em;
}

.quote {
	font-size: 80%;
	font-style: italic;
}

#mainpage_paper {
	position: relative;
	top: 545px;
	left: 140px;
	z-index: 1;
}

#copyright_footer {
	position: relative;
	color: #FFFFFF;
	font: 1em;
	text-align: center;
	z-index: 1;
	top: 545px;
	clear: both;
}

/*---------STANDARD PAGES------------*/

#photo_header {
	position: relative;
	top: 10px;
	width: 940px;
	height: 120px;
	margin: 0 80px;
	z-index: 2;
}

#page_spacer {
	position: relative;
}

#content {
	position: relative;
	width: 900px;
	z-index: 1;
	margin: 0 100px;
}

#content_bg_top {
	position: relative;
	width: 900px;
	height: 44px;
	background: url("layout/paper_top.gif") no-repeat;
	z-index: 1;
}

#content_bg_top span {
	display: none;
}

#page_content {
	position: relative;
	width: 900px;
	height: 100%;
	background: url("layout/paper_middle.gif") repeat-y;
	z-index: 1;
}

#page_content .buffer_box {
	padding: 100px 30px 10px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	color: #000000;
	font-size: 1em;
}

#content_bg_bottom {
	position: relative;
	width: 900px;
	height: 81px;
	background: url("layout/paper_bottom.gif") no-repeat;
	z-index: 1;
}

#content_bg_bottom span {
	display: none;
}

#photo_footer {
	position: relative;
	top: -50px;
	width: 940px;
	height: 120px;
	margin: 0 80px;
	z-index: 2;
}

#page_menu {
	position: absolute;
	top: 150px;
	height: 470px;
	width: 800px;
	margin: 0 120px;
	z-index: 3;
}

#small_menu {
	float: right;
	width: 450px;
	height: 411px;
}

.table_style  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 1em;
}

.title {
font-weight: bold;
font-style: italic;
}

.small {
	font-size: 0.75em;
}

.big {
	font-size: 2em;
}

.dark {
	background: url("layout/shade.gif") repeat;
}

.aside {
	font-size: 0.75em;
	color: #792413;
}