body,div{
  margin: 0;
  padding: 0;
  border: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 1em;
  text-align: center;
}
#wrapper{
  width: 982px;
  background-color: #000000;
  text-align: center;
  margin: 0 auto 0 auto;
}
#header	{
  background-color: #000000;
  margin: 0;	
	text-align: center;
  height: 1.25em;
  font-family: Arial;
  font-size: 4em;
  font-weight: bold;
  letter-spacing: 5px;
}
#header a{
  text-decoration: none;
  color: #eeeeee;
  margin: 0;
  padding: 0;
}


/* menu ****************************** */
#nav{
	height: 70px;
	background: #a3876f url(images/nav_bg_blue.gif) no-repeat top left; 
	margin: 0;
	text-align: center;
}
#nav_list	{
	padding: 24px 0 0 0;
	margin: 0px;
}
#nav_list li{
	padding: 0px 10px;
	display: inline;
}	
#nav_list li a{
	font-family: "Helvetica Neue Light", "Arial Narrow", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #B0BDFF;
}
#nav_list li a:hover	{
	color: #ffffff;
}
#nav_list li a.current{
  color: #ddddff;
}


#main_wide	{
	width: 946px;
	margin: 0 auto 0 auto;
	background: #cacaca url(images/gray_bg_wide.jpg) top left;
	padding: 0 0 0 36px;
  text-align: left;
}
#content_wide	{
	float: left;
	width: 840px;
	padding: 25px 50px 15px 30px;
	background: url(images/gray_bg_top_wide.jpg) no-repeat top left;
}
#content_wide a:link    { color: #557873; text-decoration: underline; }
#content_wide a:visited { color: #557873; text-decoration: underline; }

#twohalveswrapper{
  padding: 25px 25px 15px 25px;
}
#lefthalf{
  width: 395px;
  float: left;
}
#righthalf{
  width: 395px;
  margin: 0 0 0 395px;
}

iframe#booksamples{
  width: 840px;
  height: 1700px;
  border: 0;
  margin: 15px 0 15px 0;
  padding: 0;
}


#footer_wide{
  height: 55px;
  background: url(images/footer_wide.jpg) no-repeat center center;
  font-size: .8em;
  text-align: center;
  padding: 70px 0 0 0;
  letter-spacing: 1px;
}
#footer_wide a{
  color: #B0BDFF;
  text-decoration: none;
}
#footer_wide a:hover{
  color: #ffffff;
  text-decoration: none;
}
.clear{	
  clear: both;
}
.clearright{
  clear: right;
}
.centered{
  text-align: center;
}
img{ 
  border: 0; 
}
h1#toplabel2{
	height: 27px;
  width: 200px;
  padding: 20px 30px 16px 30px;	
	font-size: 1.25em;
  color: #B0BDFF;
	background: #D8D8D8 url(images/blue_bg.gif) repeat-x top left;
}
.indented{
  padding: 0 0 0 25px;
}
.indented50{
  padding: 0 0 0 50px;
}
.imgfloatright{
  float: right;
  width: 190px;
  padding: 30px 0 0 0;
}
.smaller{
  font-size: smaller;
}

h2	{
	width: 670px;
	color: #666666;
	border-bottom: 1px solid;
	border-bottom-color: #666666;
	font-size: 1.3em;
}	
.clear{
  clear: both;
}
#booklist{
  border: 1px solid #dddddd;
  margin: 15px 2px 15px 2px;
  padding: 2px;
}
#booklist td{
  border-top: 1px solid #aaaaaa;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.organization{
  margin: 25px 10px 25px 25px;
  padding: 15px;
  border: 2px solid #bbbbbb;
}
.organization h3{
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 10px 0;
}
img.floatright{
  float: right;
  margin: 0 0 10px 15px;
  border: 0;
}
img.floatleft{
  float: left;
  margin: 0 10px 3px 0;
}
.organization h4{
  margin: 10px 0 10px 0;
  font-weight: bold;
}
table.sortable thead {
  background-color: #eee;
  color: #666666;
  font-weight: bold;
  cursor: pointer;
  font-size: .9em;
}
.toplink{
  font-size: .8em;
  margin: 0 25px 0 0;
}
.rightalign{
  text-align: right;
}