﻿@charset "utf-8";
/* CSS Document */
*{ 
	margin:0px;
	padding:0px;
}
#error_message {	
			font-size: 90%;
			width: 600px;
			color: #ff0000;
}			
body{
	background-color: #000000;
	font-family: "Times New Roman, Times, serif";
}
a  {
	text-decoration: none;
	border: none;
}
img {
	border: none;
}	
p{
	font: 19px "Times New Roman, Times, serif";
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	}
.fltRight {
	float: right;
}
.fltLeft {
	float: left;
}
.fltClear{
	clear:both;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 794px;
	height: 595px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 175px;
}
#header h1 {
	padding: 40px 0px 0px 135px;
}
#header .nav{
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
}
.nav ul {
	display: inline;
	list-style-type: none;
}
.nav li {
	display: inline;
	padding: 0px 15px;
}
.nav   a     {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	background-image: url(images/navBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contentWrapper {
	background-image: url(images/contentBg.jpg);
	background-repeat: no-repeat;
	height: 420px;
	padding:5px 35px;
}
#content {
	background-repeat: no-repeat;
	height: 368px;
	width: 500px;
	float: right;
	padding:10px;
	text-align: left;
}
#content .form table {
	margin: 0px auto;
}
#contentl  form {
	width: 460px;
	margin-top: 5px;
}
#downloadForm input {
	margin: 5px;
}
#downloadForm  .label {
	text-align: right;
}


#content .alignCenter {
	text-align: center;
}

#content h1 {
	font-size: 20px;
	margin: 5px 0px;
}
#content .synosisTxt {
	font-size: 16px;
	text-align: center;
}

#content .alignCenter p {
	text-align: center;
}
#content    a      {
	color: #D20000;
}
#content img {
	margin-bottom: 10px;
}
#content .selected a {
	color: #990000;
}

#content a:hover {
	color: #990000;
}

#content .fltLeft {
	width: 350px;
}

#content p {
	color: #000000;
	font-size: 16px;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
#content p.bio {
	width: 340px;
	padding-top: 5px;
}
#bioinfotextscroll  {
	overflow: auto;
	left: 261px;
	width: 593px;
	height: 374px;
}
#sidebar {
	float: left;
	height: 378px;
	width: 175px;
	text-align: center;
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 0px 5px;
}
#orderbutton  {
	background: url(images/orderbutton.gif) no-repeat;
	left: 65px;
	width: 156px;
	height: 37px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 3px;
}
#book  {
	background-image: url(images/book.gif);
	background-repeat: no-repeat;
	width: 110px;
	height: 142px;
	margin: 0px auto;
}
#luluisbn  {
	width: 173px;
	height: 140px;
	margin: 0px auto;
	background-image: url(images/luluisbn.gif);
	background-repeat: no-repeat;
}
#orderthebook  {
	background: url(images/orderthebook.gif) no-repeat;
	left: 92px;
	width: 106px;
	height: 13px;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #FFFFFF;
}
