/*** ourstyle.css ***/

body {
	font-family: Verdana, sans-serif;
	font-size: small;
}

hr {
	color: #cccccc;
}

a {
	font-family: trebuchet ms, sans-serif;
	font-size: large;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	
}
a:visited {
	color: #000;
}
a:active {
	color: #006666;
}
#navbar {
	width: 12em;
	background-color: #fff;
	
}

#navbar img {
	margin: 1em;
	border: none;
} 

#links a {
	display: block;
	width: 100%;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: small;
	border:#cccccc solid thin;
	padding: 5px 0px;
	background-color: #0480B4;
	text-decoration: none;
	color: white;
}

#links a:hover {
	background-color: #cccccc;
	color: #0480B4;
}
#links a:active {
	background-color: #cccccc;
	color: #fff;
}
#links a:visited {
	color: #000;
}
	

#content {
	position: absolute;
	left: 12em;
	top: 8em;
	padding: 1em 2em;
	width: 80%;
	text-align: justify;
	font-size: small;
	
	
}
#content p {
	text-align: justify;
	margin: 1em;
}
#content img {
	display: auto;
	margin: auto;
	/*padding:0em 2em 0em; */
}
	

#header h1 {
	letter-spacing: 1em;
	background-color: #0480B4;
	color: #fff;
	padding: 1em;
	background-image:url(../images/nwanlogo.gif);
	background-position: right;
	background-repeat:no-repeat;
}
#header p {
	font-size: x-small;
}



#thumbnails p {
   position:relative;
   font-size: x-small;
   display:block;
   float:left;
   width:30%;
   text-align:center;
   min-height:180px;
   }
#thumbnails img {
   display:block;
   margin:auto; 
   }
   
   #bigthumbs p {
   position:relative;
   font-size: x-small;
   display:block;
   float:left;
   width:46%;
   text-align:center;
   min-height:240px;
}
   

	#bigthumbs img {
	margin: auto;
    display: block;
 }



    #align p.noBreak {
	display: inline;
	
}	
	    
 
 
 

#piclist p {
   height:60px;
   }
#piclist img {
   display:block;
   float:left;
   margin-right:1em;
   border:none;
   }






#footer {
	font-size: x-small;
	color: #8c8c8c;
	text-align: center;
}


	
