/* This stylesheet contains basic stlyes suitable for browsers like nn4  */
/* This sets the page backgound colour, typeface etc */
body
{
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

/* Basic style modifications */
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #69C;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color: #69C;
	background-color: #FFF;
	margin: 18px 0px 6px 6px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #69C;
	background-color: #FFF;
	margin: 6px 0px 0.2px 18px;
	padding: 0px;
}

p
{
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-indent: 28px;
	margin: 0px 0px 0px 35px;
	font-size: 14px;
	background-color: #FFF;
}

/* link pseudo classes enhance links */
a:link
{
	color: #006;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFF;
}

a:visited
{
	color: #666;
	font-weight: bold;
	font-size: 14px;
	background-color: #FFF;
}

/* opprints specific classes and id's  */
/* Start declaration of header */
.header
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #FFF;
}

.header img
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #FFF;
}
/* End declaration of header */
/* Start declaration of content styles */
#contentwrap
{
	margin: 0px 100px 20px 60px;
}

/* List styles */
ul
{
	margin: 0px 0px 0px 28px;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style-type: circle;
}

ol
{
	margin: 0px 0px 0px 0px;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

li
{
	list-style-type: circle;
	padding: 0px 0px 6px 0px;
}

/* End List styles */
/* Style the book descriptions */
.bookdesc
{
	margin: 0px 0px 14px 35px;
	padding: 45px 0px 28px 0px;
	text-align: left;
}

.bookdesc img
{
	margin: 0px 0px 10px 10px;
}

.booktransltn
{
	margin: 0px 0px 14px 70px;
	padding: 0px 0px 28px 0px;
	text-align: right;
}

.booktransltn img
{
	margin: 0px 0px 10px 10px;
}

/* End declaration of content styles */
/* Start declaration of navigation box */
.menu { display: none; }

.menu2
{
	margin: 0px 10px 20px 10px;
	padding: 10px;
	color: #69C;
	background-color: #FFF;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #69C;
	width: auto;
}

/* control the look of the menu links */
.greyed
/* these are blue not grey, but indicate which section the user is in */
{
	color: #CCC;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menu2 a:link
{
	color: #006;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menu2 a:visited
{
	color: #69C;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* End declaration of right navigation */
/* Start declaration of footer */
.footwrap
{
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

.footer
{
	color: #69C;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
}

/* link pseudo classes for links in the footer */
.footer a:link
{
	color: #69C;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF;
}

.footer a:visited
{
	color: #69C;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFF;
}
/* End declaration of footer */

/* Start Styles used on illusion gallery page */
.thumbwrap
{
	margin: 0px 0px 10px 0px;
}

.thumb
{
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.thumb a:link, .thumb a:visited
{
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
/* End Styles used on illusion gallery page */
/* Start styles used on illusion pages */
table
{
	margin: 0px;
	padding: 0px;
}

/* menu used on gallery pages */
/* menuillwrap is used to position the menu */
.menuillwrap
{
	margin: 6px 6px 0px 0px;
	padding: 0px;
	width: 70px;
}

.menuill
{
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #69C;
}

/* control the look of the menu links */

.menuill a:link
{
	color: #006;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menuill a:visited
{
	color: #69C;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* used to include the header on the illusion display pages */
.head
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.head img
{
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-color: #FFF;
}

/* added to prevent a border being drawn around the illusion image */
a img, a:link img, a:visited img
{
	border-color: #FFF;
	background-color: #FFF;
	color: #FFF;
}

/* these style the text on the illusion pages */
td h2
{
	margin: 0px 0px 0px 18px;
}

td p
{
	text-align: left;
	color: #666;
	background-color: #FFF;
	font-size: 12px;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
} 

/* style the javsscript warning text */
#warning
{
	color: #C00;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	/* display: none; would be better but won't work correctly in NS4 */
	/* or Opera 5/6 so we use visibility instead */
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 20px 20px 20px;
	z-index: 2;
}

#warning a:link
{
	font-size: 12px;
	font-weight: bold;
}

#warning a:visited
{
	font-size: 12px;
	font-weight: bold;
}

/* Style the next illusion and previous illusion links */
.prev
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
}

.next
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 6em;
	font-family: "Bitstream Vera Sans", Verdana, "Trebuchet MS", Helvetica, Arial, sans-serif;
	display: block;
	text-decoration: none;
}


