*{ margin: 0; padding: 0; }*

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, p {
	color: #464646;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

img { border: none; }

#header {
	height: 80px;
	width:730px;
	margin-left:15px;
	background-image:url(images/banner.png);
	background-position:right;
	background-repeat:no-repeat;
}

#header h1 {
	font-size: 70px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

#wrap {
	padding: 10px 10px 3px 10px;
	width: 760px;
	margin:20px auto;
	background: #fff;
	border-style:solid;
	border-color:#CCCCCC;
}

#navigation {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#navigation img {
	width: 180px;
}

#navigation p {
	font-size:small;
	font-weight:bold;
	background-color:#CBDBD8;
	padding-left: 10px;
	margin: 5px;
	margin-top:20px;
}

#navigation p.blurb {
	font-size:smaller;
}
	
#navigation li {
	margin: 5px;
	padding: 15px;
	font-family:Verdana, Geneva, sans-serif;
	height:20px;
	letter-spacing:-1px;
	font-size: 18px;	
	text-align:left;	
	list-style-type:none;
	text-decoration: none;
}

#navigation li a {
	color:#C36;
	display:block;
}

#navigation li.home { background-image: url(images/homebutton.png); }

#navigation li.home:hover {
	background-image:none;
	background-color:#C9C;
	color:#000;
}

#navigation li.discover { background-image: url(images/aboutbutton.png); }

#navigation li.discover:hover {
	background-color:#CF6;
	background-image:none;
	color:#000;
}

#navigation li.read { background-image:url(images/bookwork.png); }

#navigation li.read:hover {
	background-color:#F9F;
	background-image:none;
	color:#000;
}

#navigation li.books { background-image:url(images/booksbutton.png); }

#navigation li.books:hover {
	background-color:#FF9;
	background-image:none;
	color:#000;
}

#navigation li.course { background-image:url(images/coursebutton.png); }

#navigation li.course:hover {
	background-color:#F90;
	background-image:none;
	color:#000;
}

#navigation li.work { background-image:url(images/mywork.png); }

#navigation li.work:hover {
	background-color:#6FF;
	background-image:none;
	color:#000;
}

#navigation li.sports {background-image:url(images/sportsbutton.png);}

#navigation li.sports:hover {
	background-color:#FC6;
	background-image:none;
	color:#000;
}

#navigation li.contact { background-image:url(images/contactbutton.png); }

#navigation li.contact:hover {
	background-color:#FCF;
	background-image:none;
	color:#000;
}


#content { 
	margin-bottom: 10px; 
	float: right; 
	width: 550px;
	padding: 0 10px 10px 10px; 
	margin-top: 25px;
}

#content h1 {
	padding: 10px;
	font-size:x-large;
	background-color: #CBDBD8;
}

#content p {
	padding: 10px;
	font-size:large;
}

#content a {
	color:#C36;
}

#book {
	width:540px;
	height:250px;
	margin-top:10px;
	margin-right:5px;
	margin-left:5px;
	background-color: #CBDBD8;
}

#book img {
	float:left;
	margin:30px;
	border-color:#000;
	border:thin;
}

#book h1 {
	background-color:#c36;
	font-size:16px;
	color:#CBDBD8;
	font-weight:bolder;
	padding:10px;
	padding-left:200px;
}

#book p {
	margin-left:200px;
	font-size:14px;
	padding:10px;
	line-height:15px;
}

#book p.details {
	font-size:10px;
	font-weight:bold;
	padding-bottom:3px;
}

#book a {
	font-size:12px;
	font-weight:bold;
}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

#footer a {
	color:#C36;
}


/* CSS for the Lightbox image gallery */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
