/* KRaila basic things *//* Color palette: link #45000E white! #FFFFFF pink #F8A7DA text #371B21 background a (off white) #FFFAFAoff white 2  fff0f0background b (grey) #DFD9E1 background c (reddy) #7A281Fautumn colorsred		CD5B6Eorange	DB8D4E*//* page colors */a:link, a:visited 	{	color: #CD5B6E;	text-decoration: none;	border:0px;	}a:hover, a:active	{	color: #BE298D;	text-decoration: none;	border:0px;	}	a:link.head, a:visited.head 	{	color: #45000E;	text-decoration: none;	}	a:hover.head, a:active.head	{	color: #CD5B6E;	text-decoration: none;	}	a:link.thumb, a:visited.thumb 	{	color: #7A281F;	text-decoration: none;	}	a:hover.thumb, a:active.thumb	{	color: #DB8D4E;	text-decoration: none;	}
	body	{	background: url(images/bg.jpg) no-repeat;	background-color:#7A281F;	color: #371B21;	}/* end page colors*//* div properties */#header	{	position: absolute;	top: 40px;	margin-left: 10%;	width: 800px;		height: 50px;	padding-left:25px;	padding-right:25px;	padding-top:0px;	padding-bottom: 15px;	text-align: left;	font-family: cochin, georgia, serif;	background: url(images/headercorner.gif) no-repeat;	}	#container	{	position:absolute;	top: 120px;	margin-left: 10%;	width: 800px;		text-align: left;	font-family: cochin, serif;	}	#content.index	{	background: url(images/bodymid.gif) repeat-y;	position: relative;	top: 0px;	bottom: 0px;	}	#content	{ 	background: url(images/bodymid.gif) repeat-y; 	position: relative; 	padding: 1px; 	border-width: 0; }	#topimg	{	position: relative;	height: 30px;	background: url(images/bodytop.gif) no-repeat;	padding: 0px;	margin: 0px;	position: relative;	top: 0px;	bottom: 0px;	}#bottomimg.index	{	position: relative;	top: 0px;	bottom: 0px;	height: 30px;	background: url(images/bodybottom.gif) no-repeat;	padding: 0px;	margin: 0px;	}	#bottomimg	{ 	bottom: 0; 	height: 30px; 	background: url(images/bodybottom.gif) no-repeat; 	position: relative; 	float: none; 	padding: 0; 	margin: 0; 	}#hundred	{	width: 600px;	height: 600px;	position: relative;	left: 100px;	}/* end div properties*//* paragraph and header types */p	{	font-size: medium;	color: #371B21;	padding-left:25px;	padding-right:25px;	}		h2, h3, h4, h5, h6, h7	{	font-weight: bold;	padding-left:25px;	padding-right:25px;	}h1	{	padding: 1px;
	font-weight:lighter;
	position: relative;
	font-size: 2.3em;
	bottom:15px;	}img.round	{	left:0px;	}p.frontimg	{	padding: 50px 30px 10px 5px;	position: absolute;	left: 440px;	}	div.newsbox	{	width:400px;	height:500px;	overflow:auto;	}	img.thumb	{	padding: 0px;	margin-top: 0px;	margin-right: -4px;	margin-bottom: -4px;	border: 0px;	}		/* end K. Raila edits *//* Begin CSS Drop Down Menu */#menuh-container	{	position: absolute;			top: 20px;	left: 200px;	}#menuh	{	font-size: large;	font-family: serif;	width:100%;	float:top;	color: #45000E;	text-decoration:none;	background-color:#FFFAFA;	}		#menuh a.menu	{	padding:5px;	border: 0px;	white-space:nowrap;	display:block;	margin:0;	text-align: center;	font-family: cochin, georgia, serif;	}#menuh a.drop	{	padding: 5px;	border: 0px;	white-space:nowrap;	display:block;	margin:0;	text-align: center;	font-family: cochin, georgia, serif;	}#menuh a:link, #menuh a:visited	/* menu at rest */	{	color: #45000E;	text-decoration:none;	background-color:#FFFAFA;	}	#menuh a:hover, #menuh a:active	/* menu at mouse-over  */	{	color: #BE298D;	background-color: #DFD9E1;	text-decoration: none;	}	#menuh ul	{	list-style:none;	margin:0;	padding:0;	float:left;	width:110px;	/* width of all menu boxes */	}#menuh li	{	position:relative;    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */	}	#menuh li.first	{	padding-top: 1px;	}#menuh ul ul	{	position:absolute;	z-index:500;	top:auto;	display:none;	padding: 1em;	margin:-1em 0 0 -1em;	}#menuh ul ul ul	{	top:0;	left:100%;	}div#menuh li:hover	{	cursor:pointer;	z-index:100;	}div#menuh li:hover ul ul,div#menuh li li:hover ul ul,div#menuh li li li:hover ul ul,div#menuh li li li li:hover ul ul{display:none;}div#menuh li:hover ul,div#menuh li li:hover ul,div#menuh li li li:hover ul,div#menuh li li li li:hover ul{display:block;}/* End CSS Drop Down Menu *//*Light box */#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}#lightbox img{ width: auto; height: auto;}#lightbox a img{ border: none; }#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }#imageContainer{ padding: 2px; }#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }#imageContainer>#hoverNav{ left: 0;}#hoverNav a{ outline: none;}#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }#prevLink { left: 0; float: left;}#nextLink { right: 0; float: right;}#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }#imageDataContainer{ font: 10px Cochin, Georgia, Serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }#imageData{	padding:0 10px; color: #371B21; }#imageData #imageDetails{ width: 70%; float: left; text-align: left; font-family: cochin, georgia, serif;font-size: medium; }	#imageData #caption{ font-weight: bold; font-size: medium; font-family: cochin, georgia, serif; color: #45000E;}#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;font-family: cochin, georgia, serif;font-size: medium; 	}			#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }/* end light box */
