/* 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%;
} 

/* text size for main item title */
h3 { 
  font-size:210%; 
} 

/* main text */
  p { 
    font-size:90%; 
	text-align: center;
	padding: 20px;
	color: #ccc;
}

/* 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 item title and description right column */
#description {
	float: right;
	width: 38%;
	height: 920px;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px ridge #5F5181;;
}	

/* div for main text */
#itemnavigation {
	text-align: center;
	height: 931px;
	margin-left: 14%;
	margin-right: 42%;
	margin-bottom: 10px;
	padding: 5px;
	border: 4px ridge #5F5181;
}

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

/* unordered list for main navigation and quicklinks  */
ul {
	list-style-type :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%;
}		
	
	
h3 a:hover{
	color: #5F5181;
}	
	
/* 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;
}	
	



		
		
	
	
	

 

	
		

