
/***********************************************/
/* annamarie.css                          		   
Annamarie Beckel CSS 
Developed by Terry Sutton  -  z99tms@mun.ca     		       
/***********************************************/





/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html>body .content {
  width:100%;  
  height: 100%;
} 



body{
	background: url(img/bg.jpg) repeat;
	margin-left:auto;
	margin-right:auto;
	background-color:#66676b;
	width: 100%;
	}



#pagerunner {
	background-color: #6e7576;
	height:90%;
	width: 97%;
	min-height:1255px;
	margin-top:65px;
	margin-left:15px;
	}

#logo {
	position:absolute;
	float:none;
	margin-top:15px;
	margin-left: 45px;
	}

#picture  {
	position:absolute;
	margin-top: 125px;
	margin-left:15px;
	}

#leaves {
	position:absolute;
	margin-top:344px;
	left:-25px;
	}
	
#otters {
	float: right;
	top: 0;
	border: solid yellow thin;
	width: 200px;
	}

p {
	color:black;
	line-height:1.4em;
	font-family: small Verdana, Arial, Helvetica, sans-serif;
	}


h1 {
	font: large Veranda, Helvetica, sans-serif;
	color:#96cd83;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fff;
}
img {
	border: 0;
	}
	


a {
	text-decoration:none;
	color:#b1c6aa;
	font-family: small Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #b1c6aa;
}

a:visited {
	color: #b1c6aa;
}

a:hover {
	text-decoration: underline;
}




.isbn-small {
	font-size: .9em;
 	}



#navlogo {
	position:absolute;
	color:black;
	background:url(img/logo.png) no-repeat;
	text-align:left;
	padding: 4px;
	width:320px;
	margin-top:25px;
	border:0;
}
	

#nav {
	padding: 12px 30px 12px 30px;
	margin: 95px 0 0 0;
	margin-left: 0;
	}
	
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	padding: 0;
	}
	
#nav li a {
	float: left;
	padding: 4px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #EBF4D9;
	}
#nav li a:hover {
	color: #fff;
	background: #436786;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966 ;
	}



	
/*************News**************/


#news   {
	float: right;
	padding: 10px;
	padding-bottom:0px;
	padding-bottom: 50px;
	margin-top: 45px;
	margin-left: 0px;
	color: white;
	width: 20%; 
	height: 100%;
	border-left:solid thin grey;
		background-color:#676f70;

	}


#news ul {
	list-style:none;
	background:none;
	height: 100%;
	margin-left:0px;
	padding:0px;
	border: 0px;
	}

#news li {
	list-style:none;
	color: white;
	background:none;
	height: 100%;
	margin:0;
	padding:0;
	border: 0;
	}
#news p {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color:#bdc0cb;
	margin:25px;	
	padding: 2px;
	}
	
#news h2 {
	font: large Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background:none;
	border-bottom:thin dotted;
	margin-left:25px;
	}

#news a {
	font:x-small Verdana, Arial, Helvetica, sans-serif;
	color:white;

	}
	
	





/************** Content - About*************/

#about {
	float: left;
	margin-top: 45px;
	margin-left: 280px;
	padding: 10px;
	padding-top: 11px;
	font: medium Verdana, Arial, Helvetica, sans-serif;
	width: 44%;
	height: 100%;
	min-height:488px;
	background-color:#676f70;
	border-left: solid thin grey;
	}

#books   {
	float: left;
	padding: 10px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-left: 282px;
	color: white;
	background-color:#676f70;
	width: 44%; 
	height: 100%;
		border-left: solid thin grey;

	}

#contact   {
	float: left;
	padding: 10px;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-left: 282px;
	color: white;
	background-color:#676f70;
	width: 44%; 
	height: 100%;
	border-left: solid thin grey;

	}

.imgborder {
	border: solid #adb7a9 thin;
	padding: 5px;
	margin-top: 2px;
	}
 
 #close a {
 	color: #777;
	text-align:center;
 	
	}



/************** Footer *************/

#footer {
	clear:both;
	width:99%;
	background-color:#3F3F3F;
	text-align: center;
	padding: 5px;
	margin-top: 3px;
	}
#footer p{
	font: small Arial, Times, serif;
	color:#bdc0cb;
	}

#footer img {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

