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

<!--
* {
	padding: 0;
	margin: 0;
}
.clear {
	clear:both;
}

/*  Overall wrapper  */
#wrap {
	width: 955px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/* Styling for NavBar  */
div#navbar {
	width: 955px;
	height: 30px;
	padding-top: 30px;
	background-image: url("images/navbkground.jpg");
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navbar ul {
	margin-top: 0;
	margin-bottom: 20px;
	list-style: none;
}
#navbar a {
	display: block;
	color: #96a2a0;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #FFffff;
	text-decoration: underline;
}
#navbar li {
	float: left;
	color: #ffffff;
	padding: 4px 20px;
}
#navbar li ul {
	padding-top: 5px;
	position:absolute;
	left: -999em;
}
#navbar li ul a {
	color: #ffffff;
}
#navbar li:hover ul {
	display: block;
	width: 275px;
	left: auto;
	background-color:#3f3f3f;
}
div#indexbanner {
	width: 955px;
	height: 300px;
	border-bottom: 1px solid #888888;
	background-image: url("images/indexBannerBkgrnd_50.jpg");
}
div#pagebanner {
	width: 955px;
	height: 300px;
	background-image: url("images/screenBanner2.jpg");
	border-bottom: 1px solid #888888;
}
div#pagebanner1 {
	width: 955px;
	height: 300px;
	background-image: url("images/screenBanner1.jpg");
	border-bottom: 1px solid #888888;
}
div#pagebanner h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	padding: 30px 0 0 425px;
}
div#pagebanner h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 0px 475px;
}
div#pagebanner h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	padding: 15px 0 0px 525px;
}
div#pagebanner_notice {
	width: 955px;
	height: 300px;
	background-image: url("images/screenBanner2.jpg");
	border-bottom: 1px solid #888888;
}
div#pagebanner_notice h1 {
	color: #ffffff;
	font-size: 28px;
	font-weight: normal;
	padding: 80px 0 0 425px;
}

/* ABOUT BOOK */

div.spacer {
	width: 955px;
	height: 30px;
	background-color: #454545;
}
div.footer {
	clear: both
	width: 955px;
	height: 100px;
	background-color: #343434;
	font-size: 12px;
	color: #c7c7c7;
	text-align: center;
	padding-top: 20px;
}
div.footer1 {
	clear: both;
	width: 955px;
	height: 500px;
	background-color: #343434;
	font-size: 12px;
	color: #c7c7c7;
	text-align: center;
	padding-top: 20px;
}

div.section {
	width: 895px;
	height:206px;
	padding: 0 30px 0 30px;
	background-color:#454545;
	color: #c7c7c7;
	position: relative;
	font-size: 14px;
}
div.sectionMovie {
	width: 275px;
	height:206px;
	background-color:#ff0000;
	position: absolute; left: 650px
}


p.auText {
	padding: 10px 320px 0 30px;
}
p.auHeaders {
	color: #ffffff;
	font-size: 16px;
}

/* LINKS */

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3366FF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

/* CONTENT1*/

div#content1 {
	width: 895px;
	height:330px;
	padding: 0 30px 0 30px;
	background-color:#454545;
	color: #c7c7c7;
	position: relative;
	font-size: 14px;
}
