@charset "utf-8";
/* Page Lv Attribs */

body {
	background-color: #271e0d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
ul {
    list-style: none;
}

/* Site Wide Styles */
body,td,th {
	font-size: 10pt;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
a:link {
	color:#666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #666;
}


h2,
h2 a:link,
h2 a:focus,
h2 a:visited {
color:Black;
font-size:12pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}

h2 a:hover {
color:#4D4D4D;
font-size:12pt;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
}

.page_title {
	color:#2d200c;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

/* Splash container */
#splash-container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 640px;
	color:#FFF;
}

/* Index Styles */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	height: 784px;
	background-color:#281e0e;
	background-image:url(images/home_background.jpg);
	background-repeat:no-repeat;
	color:#000;
}

#left_navigation {
	text-align: left;
	vertical-align:top;
	height:650px;
	float:left;
	width:282px;
}

#home_footer {
	color:#333300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding-top:180px;
	padding-right:30px;
}

#follow_me {
	text-align:right;
	padding-top:450px;
	padding-right:110px;
}

/* Subpage Style */
#sub_container {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	background-color:#281e0e;
	color:#000;
}

#sub_header {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	height: 198px;
	background-color:#281e0e;
	background-image:url(images/sub_header.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}

#blog_header {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	height: 198px;
	background-color:#281e0e;
	background-image:url(images/blog_header.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}

#blog_header_live {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	height: 198px;
	background-color:#281e0e;
	background-image:url(images/blog_header_live.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}

#sub_left_navigation_head {
	text-align: left;
	vertical-align:top;
	height:198px;
	float:left;
	width:177px;
}

#sub_left_navigation_body {
	text-align: left;
	vertical-align:top;
	height:274px;
	clear: left;
	float:left;
	width:177px;
}

#sub_body {
	width: 973px;
	background-color:#281e0e;
	background-image:url(images/sub_background.gif);
	background-repeat:repeat-y;
	text-align:left;
	color:#000;
}

#sub_footer {
	color:#333300;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/sub_footer.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	text-align:left;
	width:973px;
	height:81px;
	padding-top:30px;
	padding-left:90px;
}

.book_title {
	color:#AB9C71;
	font-weight:bold;
}
.book_information {
	color:#FFF;
	font-size:10px;
}

.book_description {
	color:#FFF;
	font-size:12px;
}
#sub_footer a:link,
a:visited,
a:active {
	color:#FFF;
	text-decoration: none;
}
#sub_footer a:hover {
	text-decoration: underline;
}
