/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	background-color : rgb(255,255,255);
	background-image : url(images/books.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:sans-serif;
}

#logo {
   position : absolute;
   left : 0px;
   top : 0px;
   background : url(images/lost.jpg) no-repeat;
   width : 425px;
   height : 75px;
  margin-right : 0px;
  margin-bottom : 0px;
}

h1, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font: 120% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin:0px;
	padding-bottom:5px;
}


p, li,  {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: -1px;
}



/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
	font-family: "Times New Roman", Times, serif;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	background-image : url(images/bluefilter.gif);
	border : thin solid rgb(0,0,0);
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
	font-family: "Times New Roman", Times, serif;
}

.menu a:hover
{
	color : rgb(0,100,0);
	font-family: "Times New Roman", Times, serif;

}


.menu strong
{
	font-size : large;
	font-family: "Times New Roman", Times, serif;
}

.other
{
	text-align : center;
	background-image : url(images/bluefilter.gif);
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
	font-family: "Times New Roman", Times, serif;
}

.footer
{
	background-image : url(images/bluefilter.gif);
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}