/***********************************************************************
	0 - GENERIC
************************************************************************/

body {
	background-color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	color:#f6e9bd;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family:"Times New Roman", Times, serif;
	line-height:20px;
	font-size:16px;
}

a { 
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#f1d067;
}

a:hover {
	color:#f6e9bd;
}

/***********************************************************************
	1 - REQ
************************************************************************/

div#header {
	margin:auto;
	width:980px;
	height:25px;
	font-size:13px;
	text-align:center;
	color:#f1d067;
}

div#footer {
	margin:auto;
	width:980px;
	height:25px;
	font-size:13px;
	text-align:center;
	color:#f1d067;
}

span.footerfloat-l {
	float:left;
}

span.footerfloat-l a {
	color:#ecebec;
	text-decoration:none;
	font-weight:normal;
	border-color:000000;
}

span.footerfloat-l a:hover {
	color:#ffffff;
}

/***********************************************************************
	2 - INDEX
************************************************************************/

div#index {
	background:url(../i/index_background.jpg) top center no-repeat;
	width:980px;
	height:607px;
	margin:auto;
	text-align:left;
}

div#siteinfo {
	float:left;
	width:390px;
	height:580px;
}

div#siteblurb{
	float:left;
	padding-left:50px;
	padding-top:285px;
	width:220px;
	height:140px;
	text-align:center;
}

div#firstbook {
	padding-left:30px;
	margin-top:440px;
	width:390px;
	height:110px;
	text-align:left;
}

div#sitereq {
	float:right;
	padding-top:297px;
	text-align:right;
}

div#sitereq a {
	font-size:16px;
	font-weight:normal;
	color:#f6e9bd;
}

div#sitereq a:hover {
	color:#f1d067;
}

/***********************************************************************
	3 - HOME
************************************************************************/

div#main {
	background:url(../i/home_background.jpg) top center no-repeat;
	width:980px;
	height:607px;
	margin:auto;
	text-align:left;
}

div#blurb {
	float:left;
	padding-left:55px;
	padding-top:450px;
	width:350px;
	height:140px;
	text-align:center;
}

div#nav {
	float:right;
	padding-top:297px;
	padding-right:30px;
	text-align:center;
}

div#buttons {
	line-height:0px;
}

div#flash {
	width:980px;
	height:625px;
	margin:auto;
}

/***********************************************************************
	4 - XTRCTS
************************************************************************/

div#extracts {
	background:url(../i/extracts_info_background.jpg) top center no-repeat;
	width:980px;
	height:607px;
	margin:auto;
	text-align:left;
}

div#extract {
	float:left;
	padding-left:70px;
	padding-top:35px;
	width:410px;
	height:510px;
	text-align:left;
	color:#ecebec;
	line-height:18px;
	font-style:oblique;
}

div#right {
	float:right;
}

div#right a {
	font-size:16px;
	color:#ecebec;
}

div#right a:hover {
	color:#f6e9bd;
}

div#top {
	margin-left:15px;
	margin-top:32px;
	color:#ffffff;
	font-size:12px;
}

div#extractbuttons {
	padding-top:33px;
	padding-right:30px;
	line-height:0px;
}

/***********************************************************************
	5 - FRTHR RDNG
************************************************************************/

div#info {
	float:left;
	padding-right:10px;
	width:400px;
	height:521px;
	margin:70px 0px 0px 70px;
	text-align:left;
	color:#ecebec;
	line-height:18px;
	overflow:auto;
}

/***********************************************************************
	6 - FRTHR NFO
************************************************************************/

div#infobacking {
	background-color:#212a5e;
	width:980px;
	height:1100px;
	margin:auto;
	text-align:left;
	padding-top:10px;
}

div#infobacking a {
	font-size:13px;
	color:#f6e9bd;
	font-weight:normal;
}

div#infobacking a:hover {
	color:#f1d067;
}

div#infoleft {
	float:left;
	padding-right:10px;
	text-align:center;
	font-weight:bold;
	color:#f1d067;
}

div#inforight {
	float:right;
	padding-right:15px;
}

/***********************************************************************
	7 - CONTNT
************************************************************************/

h1 {
	font-weight:bold;
	font-size:16px;
	color:#f1d067;
	line-height:14px;
	font-style:normal;
}

h2 {
	font-style:oblique;
	font-size:16px;
	font-weight:normal;
}

h3 {
	font-weight:bold;
	font-size:16px;
	color:#f6e9bd;
	line-height:0px;
	font-style:normal;
}

span.float-l {
	float:left;
}

span.float-r {
	float:right;
}

fieldset table {
	border: 1px dashed #B2D9EC;
}

fieldset table tbody tr td {
	color: #01496B;;
	padding: 6px;
	border-top: 1px dashed #B2D9EC;
}

fieldset table tbody tr:hover td {
	background-color: #E0DAE5;
}