html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
margin-top: 0;
margin-bottom: 0;
} 
 
#header{
	position:relative;
	height:75px;
	width:960px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;

} 
 
#maincol{
	float: left;
	display:inline;
	position: relative;
 width:; 
	background-image: url(../images/mainbg.jpg);
	height: 500px;
	width: 960px;
 }
 #maincol2{
	float: left;
	display:inline;
	position: relative;
 width:; 
	background-image: url(../images/secbg.jpg);
	height: 500px;
	width: 960px;
 }
 
 
#footer{
	height:20px;
	clear:both;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
 }
 
 a.footerlink, a.footerlink:visited {
	font-size: 12px;
	text-decoration:none;
	color:#000000;
 } 
 
 a.footerlink:hover {
	font-size: 12px;
	text-decoration:underline;
	color:#000000;
 } 
 


h1 {
	text-align: center;
}

#leftcol {
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	width:650px;
	
}

#collectionstable {
	float: left;
	width: 215px;
}
#collectionsmain {
	margin: 0px;
	padding: 0px;
	width: 650px;
	height: 450px;
}

 .hang {
 	text-indent: -1.5em; 
	margin-left: 1.5em; 
 }
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  

/*-----------------navigation styles begin here------------------*/
#navbar{
	height:20px;
	width:960px;
	display: block;
	background-color: #FFFFFF;
	z-index:1000000;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
} 

#nav, #nav ul {
	list-style: none;
	line-height: 20px;
	color: #212677;
	background-color: transparent;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0px;
}

* html #nav, #nav ul {
	margin-top:-5px;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 1px 14px;
	color: #000000; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #FFFFFF;
	margin: 0;
	background-image: none;
	line-height:20px;
	z-index:1000000;
}
#nav li li {
	padding: 0;
	width: 100%; 
	background-image: none;
	z-index:1000000;;
}
#nav li ul a {
	padding: 5px 8px;
	width: 172px;
	* html width: 100px;
	background-image: none;
	z-index:1000000;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 100px;
	background-image: none;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	background-image: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	background-image: none;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #CCCCCC;
	background-image: none;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	color: #fff;
	background-image: none;
	background-color: #999;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #f00;
}
/*-----------------navigation styles ends here------------------*/
