/* body attributes */
body, html { 
	/* background: #FFFF00; JCB CHANGED TO GREY */
	background: #7C7C7C; 
	font: 13px Lucida Grande, Verdana, Sans-Serif; 
	padding: 0; 
	margin: 0; 
	color:#FFFF00;
}

/* banner image, you may change this just by inputting a different file name. */
#banner {  padding: 40px; margin-left: 220px; color: #fff; }

/* top navigation */
#nav { padding: 13px; margin: 0; text-align: center; border-bottom: 1px solid #FF0000; font-weight:bold;}

/* where all the text goes */
#container {  margin: 0px 220px 0px 220px; padding: 10px;  }

/* copyright, all that junk. perhaps a second nav */
#bottom {  
	padding: 5px 0px 5px 220px; 
	border-top: 1px solid #FF0000; 
	text-indent:30px;
	font-weight: bold;
}

/* the left news box */
#left { width: 160px;  padding: 7px 5px 7px 5px; margin: 10px 0px 5px 10px; float: left; }

/* left information */
.box { border: 1px dotted #FF0000; padding: 7px 5px 7px 5px; }

/* gallery */
#galleryhold { 
	width: 220px; 
	margin: 10px 0px 10px 10px; 
	float: right; 
	padding: 5px; 
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FF0000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FF0000;
}
.gallerybox { width: 160px; padding: 0 0 0 5px; }
.gallerybox a { text-decoration: none; color: #000; }


/* edited attributes of things */
.news { 
	color: #FFFF00; 
	font-weight: bold; 
	font-size: 16px; 
}
.news1 { color: #fff; font-weight: bold; font-size: 16px; padding: 3px 0 3px 5px; width: 140px; }
.meta { border-top: 1px solid #aaa; color: #aaa;  text-align: right;} 
#container p { line-height: 2; margin-right:50px;} #container a { color: #608FFF; } #container a:hover { text-decoration: none; }
#container ul { margin: 0 0 0 150px; padding: 0; }
#container li { list-style-type: none; padding: 0 0 0 25px; line-height: 2em; letter-spacing: 0.1em; color: #666; font-weight: bold; }
#bottom a { color: #608FFF; } #bottom a:hover { text-decoration: none; }

#nav a:link, #nav a:visited, #nav a:active {	 
	font-size: 20px;
	padding: 13px; 
	text-decoration: none; 
	color: #FFFF00; 
}
#nav a:hover { 
	padding: 13px;  
	text-decoration: underline; 
}

* html #info { padding-bottom: 7px; }
acronym { border-bottom: 1px dotted #608FFF; }

h1 {
	font-size: 60px;
	color:#FFFF00;
}
