﻿/* CSS layout */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

img {
	border: 0px;
}

img.floatLeft {
	float: left;
	padding: 0px 20px 0px 0px;
}

img.floatRight {
	float: right;
	padding: 0px 0px 0px 20px;
}


#wrapper  {
	width: 1020px;
	margin: 0px auto;
	padding: 0px;
	background-image: url('../book/images/background.jpg');
	background-repeat: repeat;
}

#container {
	width: 1020px;
	background-image: url('../book/images/bookfront.jpg');
	background-repeat:  no-repeat;
	top: 0px;
	padding: 0px;
	margin: 0px;
}


#page_content {
 	background-color: transparent;
	background-repeat:  no-repeat;
	padding: 200px 0px 0px 0px;
	margin-left: 420px;
	width: 530px;
	
}

#footer {
	clear: both;
	background-color: black;
}

/* text formatting */

.paraText  {

	font-family: Arial, Helvetica, Tacoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	line-height: 16pt;
	color: black;
}

.titleText  {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	line-height: 14pt;
	color: black;
}

.timesText  {

	font-family: "Times New Roman", Times, serif, Helvetica, Tacoma, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	line-height: 11pt;
	color: black;
}


.whiteText  {

	color: white;
}

.boldText  {

	font-weight: bold;
}

.centeredText  {

	text-align: center;
}

.rightText  {
	text-align: right;
}

.leftText  {
	text-align: right;
}

.italText  {
	font-style: italic;
}

.smallText {
	font-size: 10pt;
}

.tinyText {
	font-size: 9pt;
}

.bigText  {
	font-size: 18pt;
}


/* Link styles */

a {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.smallLink {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

a.smallLinkBlack {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

a.orangeLink {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF9900;
}




a.active {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.visited {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

a.hover {
	font-family: Arial, Helvetica, tacoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFF99;
}
