/* default size for entire site */
#container { 
border: 1px solid #5F5181;
padding: 10px;
min-width: 975px; 
max-width: 1200px; 
width:expression(document.body.clientWidth < 975? "975px" : document.body.clientWidth > 1200? "1200px" : "auto"); 
}
/*  default for main document  */
body { 
 	background-color: Black;
    font-size:14px; 
    font-family:'Lucida Grande',Verdana,sans-serif; 
  	color: White;
} 
	
/* footer text */
h1 { 
 	font-size: 75%;
} 

/* contact information title*/
h2 { 
  	font-style: bold;
	font-size: 170%;
} 

/*  contact information text */
h3 { 
	text-align: left;
 	font-size:120%; 
} 

/* hover color for e-mail links */

h3 a:hover {
	color: #5F5181;
	text-decoration: none;
}	
	
/* div for header with logo  */
#mainmenu {
	text-align: center;
	heigth: 100px;
	margin: 0 0 10px 0;
}		

/* div for quicklinks bar on left  */
#links {
	text-align: center;
	float:left;
	width: 12%;
	height: 930px;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px ridge #5F5181;
}

/* div for images and text on item main gallery page  */
#images {
	height: 930px;
	float: right;
	width: 84%;
	margin-bottom: 10px;	
	padding: 5px;
	border: 4px ridge #5F5181;
	position: relative;
}

/* div for copyright footer  */
#footer {
	clear:both;
}		

/*  unordered list for main navigation and quicklinks */
ul {
	list-style:none;
	margin: 0;
	padding: 0;
	line-height: 150%
}	

/*main navigation below header */
#navmenu li {
	text-align: center;
	display: -moz-inline-box;
	display: inline-block;
	width: 130px;
	background-color: #5F5181;
	margin: 4;
	padding: 3px;
	font-size: 90%;
}	

/*  hover settings for quicklinks bar  */
#ql li a:hover{
	padding: 2px;
	color: #5F5181;
	text-decoration: none;
}

/* text settings for quicklinks bar  */
#ql li {
	font-size: 90%;
	margin: 0,0,0,20;
	padding: 0;
	line-height: 150%;
}		
	
/*  default setting for links */
a:link {
	color: White;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}	

a:hover {
	color: black;
	text-decoration: none;
}	

a:active {
	color: Lime;
	text-decoration: none;
}	
	


		
	
	
	

 

	
		

