BODY
{
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #DDDDDD;
	height: 100%;
}

BODY.index
{
	background-color: #FFFFFF;
}

#pageContainer
{
	margin-left: auto;
	width: 750px;
	border-left: 1px solid #9CA0AD;
	border-right: 1px solid #9CA0AD;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 175%;	
	min-height: 101%;
	overflow-x: hidden;
}
* html #pageContainer
{
	height: 100%;
}


#header
{
	width: 750;
	height: 258px;
	background-image: url(assets/siteheader_3.gif);
	background-repeat:no-repeat;
}

#content
{
	margin: 15px;
	padding: 0px;
	overflow: clip;
	text-align: left;
	color: #333333;
	padding-bottom: 15px;
}

p
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
} 

p.second
{
	padding-top: 5px;
}

blockquote
{
	font-style: italic;
	text-indent: -5px;
	text-align: justify; 
}

 a
{
	color: #666666;
	text-decoration: none;	
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #333333;
}

img
{
	border: 0px;
}

img.bookstore
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#copyright
{
	position: absolute; 
	bottom: 0.3em; 
	right: 0em;
	width: 100%;
	text-align: center;
	color: #A5A5A5;	
	font-size: .9em;
}

#nav
{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DDDDDD;
}

#nav a
{
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 30px;
	padding-right: 30px;
	color: #666666;
	text-decoration: none;	
}

#nav a:hover
{
	background-color:  #FFFFFF;
	text-decoration: none;	
	border-bottom: 3px solid #9CA0AD;
}

.center
{
	text-align: center;
}

.justified
{
	text-align: justify; 
	padding-left: 63px;
	padding-right: 63px;
}

.bigimage
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -15px;
	
}
