@charset "utf-8";

/* CSS Document */
/* for min-width to work for ie browsers */
* html .minwidth {border-left:1000px solid #fff; position:relative; float:left; z-index:1;}
* html .iecontainer {margin-left:1000px; position:relative; float:left; z-index:2; text-align:left;}

body

{
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#AC8558;
	scrollbar-highlight-color:#B99873;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-base-color:#AC8558;
	scrollbar-dark-shadow-color:#black;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#B99873;
	background-color: #000000;
	background-image: url(images/gradient_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #666666;	
	margin: 0px;	
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: left;
}

a{		font-weight:normal;
		color: #4885bc;}
a:hover {color: #666666;}

#main { float: right;
	vertical-align: top;
	height: 580px;
	background-color: black;
	margin: 0;
}

#wrap
{
	position:abosolute;
	width:100%;
	top: 0;
	left: 0;
	text-align:left;
}
#wraphome
{
	position:abosolute;
	width:100%;
	top: 0;
	text-align:center;
}

/* flash page */
#maindiv { width: 750px;
	background-color: black;
	text-align: left;
}

#mainhome {
	float: right;
	background-color: black;
	height: 580px;
	display: inline;
}

#leftbttop {
	width: 175px;
	height: 6px;
}

#leftbtm {
	width: 175px;
	height: 36px;
}

#leftbuttonshome { 
	width:150px;
	vertical-align: top;
	text-align: left;
	background-color: black;	
}

#leftbuttons { 
	background-color: black;
	width:150px;
	vertical-align: top;
	text-align: left;
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;	
	
}
#leftbuttons a {
	display: block;
	color: white;
	text-decoration: none;
}

#leftbuttons a:hover {
	display: block;
	color: #CD1F26;
	text-decoration: none;
}

#leftbuttons p {
	color: white;
	margin: 0 3px 3px 15px;
	font-size: 11px;
	text-align:center;
}



#topheader
{
	width:100%;
	text-align:left;
	background-image: url(images/glass_bg_repeat.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 177px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

#bookpages
{
	width:100%;
	text-align:left;
	vertical-align: top;
	position: absolute;
	top: 177px;
	left: 0;
	z-index: 2;
}



table.textarea_book
{
	width: 900px;
	text-align: left;
	vertical-align: top;
	text-align: left;
	background-image: url(images/book_pages.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

table.textarea
{
	width: 898px;
	text-align: left;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;	
}


td.textright {
	background-image: url(images/right_book_shadow.jpg);
	background-repeat: no-repeat;
	width: 11px;
	background-color: black;
}

.maintext {
	margin: 10px 40px 40px 190px;
	border-top: solid 1px #f1f0f0;
	border-left: solid 1px #f1f0f0;
	border-right: solid 1px #d4d2d2;
	border-bottom: solid 1px #d4d2d2;	
	padding: 10px 15px 30px 20px;
}

.maintextorder {
	margin: 20px 55px 70px 210px;
	
}

.highlight {
	border-top: solid 1px #f1f0f0;
	border-left: solid 1px #f1f0f0;
	border-right: solid 1px #d4d2d2;
	border-bottom: solid 1px #d4d2d2;	
	width: 200px;
	padding: 10px 15px 10px 20px;
	text-align: left;
}



.heading {
	font-size: 1.5em;
	font-weight: bold;
	color: #CD1F26;
	line-height: 1.8em;
}



.emph { color: #CD1F26;
	font-weight: bold;}

a.glassa {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.glassa:hover {
	color: #CD1F26;
}

.footer
{
	text-align:left;
	vertical-align: top;
	background-image: url(images/bottom_edge.jpg);
	background-repeat: repeat-x;
	background-color: black;
	height: 2px;
	width: 889px;	
}

.footer_book
{
	text-align:left;
	vertical-align: top;
	background-image: url(images/book_bottom.jpg);
	background-repeat: no-repeat;
	height: 56px;	
}

.footertext {
	margin: 0 0 0 350px;
	color: white;
	
}

.footertext a { 
	color:white;
}
