body
{
	background-color:#ffffff;
	background-image:url(images/bgd.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
}

h1,h2,h3
{
	color:#535A4B;
	margin:8px;
}

a, a:visited
{
	color:#4154FC;
}


#wrapper
{
	width:780px;
	margin:10px auto;
	padding: 0;
	background-color:#FCFDFB;
	border:1px solid #000;
}

#header
{
	float:left;
	background-image:url(images/header.jpg);
	height:146px;
	width:780px;
	font-weight: bold;
}

#header ul
{
	float:left;
	margin:10px 0px 0px 20px;
	padding:0;
	list-style-type:none;
}

#header li 
{
	display:block;
	float:left; 
}

#header li a, #header li a:visited
{
	display: block;
	margin:0 20px 0 0;
	text-decoration:none;
	color: #6F7A64;
}

#header li a:hover
{
	text-decoration:underline;
}

#nav 
{
	clear:both;
	float:left;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: right;
	height: 31px;
	width: 780px;
	list-style-type: none;
	background-image: url(images/barbgd.gif);
	background-repeat: repeat-x;
	/*background-color:#404ea6;*/
	font-size: 1em;
	font-weight: bold;
}

#nav p
{
	color: #fff;
	font-style: italic;
	margin: 0;
	padding: 5px 25px 0 0;
}

#nav ul
{
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav li 
{
	display: block;
	float: left; 
}

#nav li:first-child 
{
	border: none;
	padding-left: 1px;
}

#nav li a, #nav li a:visited
{
	display: block;
	width: 90px;
	padding-top:8px;
	padding-bottom: 3px;
	margin-right:10px;
	text-align:center;
	text-decoration: none;
	vertical-align: middle;
	color:#fff;
} 

#nav li a:hover 
{

	background-color:#fff;
	color:#000000;
	display: block;
	width: 90px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-right: 10px;
	text-align:center;
	text-decoration: none;
	vertical-align: middle;  
}

#nav li.current, #nav li.current a, #nav li.current a:visited, #nav li.current a:hover {

	background-color:#c8d4bc;
	color:#000000;
}

#page-nav h4 {
	margin: 0;
	padding: 0;
	
}


#page-nav ul
{
	margin: 0;
	padding:0px;
	background-color: #b4b3d2;
	/*background-image: url(images/navbgd.gif);
	background-repeat: repeat-y;*/
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
}

#page-nav ul li
{
	list-style-type:none;
	background-color: #9a9ac0;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height:10px;
	display:block;
}

#page-nav ul li.title
{
	/*background-color:#838C77;*/
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}

#page-nav a, #page-nav a:visited {
text-decoration:none;
font-weight:bold;
color:#fff;
margin:0;
padding:5px;
display:block;
}

#page-nav ul li a:hover {
text-decoration: none;
color:#999;
background-color:#b4b3d2;
margin:0;
padding:5px;
display:block;
}

#one-col
{
	float:left;
	height:auto;
	width:780px;
}

#two-col
{

	float:left;
	height:auto;
	width: 780px;
	margin: 0;
	padding: 0;
	background-image: url(images/content_bgd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#one-col #page-nav
{
	display:none;
}

#one-col #page-content
{
	widows:770px;
	margin:0 auto;
	padding:5px;
}

#two-col #page-nav
{
	width:170px;
	float:left;
	background-color: #b4b4d2;
}

#two-col #page-content
{
	margin:0 0 0 175px;
	width:580px;/*
	background-image: url(images/content_bgd.jpg);
	background-position: bottom;
	background-repeat: no-repeat;*/
}

#page-content p
{
	margin:8px;
}

#page-content img
{
	border:none;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */


#footer
{
	width:780px;
	margin:10px auto;
	clear:both;
	text-align:center;
	font-size:0.8em;
}

#footer a, #footer a:visited
{
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#booktop {
	float:left;
	width:544px;
	height:33px;
	background:url(images/book_top.gif) no-repeat;
}

#bookmiddle {
	float:left;
	width:504px;
	min-height:250px;
	height:auto !important;
	height:250px;
	padding:0px 10px 5px 30px;
	background:url(images/book_middle.gif) repeat-y;
}

#bookbottom {
	float:left;
	width:544px;
	height:34px;
	background:url(images/book_bottom.gif) no-repeat;
}
