body {
	font-family: arial, helvetica, sans-serif;
}

#maincontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	/*height: 870px;*/
	/*position: relative;*/
	/*background-color: transparent /*#495C6A;*/
	/*left: */
}

#logo {
	color: red;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	/*
		position: absolute;		
		top: 1em;
		left: 1em;
	*/
	margin-top: 0px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	border-left: 1px solid #e5e5e5/*#686868*/;
	border-bottom: 1px solid #e5e5e5/*#686868*/;
	white-space:nowrap;
	margin:5px;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #363636;
	background-color: ;
	text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: /*white*/ #c1dfff;
	background-color: /*#c1dfff*/ /*#3dc41f*/ /*cornflowerblue*/;
	text-decoration:none;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	font-size: 11px;
	}

#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 */

#content {
	width: 800px;
	text-align: center;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	margin-top: 285px;
	font-size: 14px;
}

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin:10px;
		border-bottom:2px solid #777777;
		border-right: 1px solid #777777;
		border-radius: 5px;
		-moz-border-radius: 5px;
        -webkit-border-radius: 5px; 	
		padding:10px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:210px;
		height:120px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}

/*Digital Image Settings*/

	ul#thumbs li#image1 a img{
		top:-108px;
		left:-135px;	
	}

	ul#thumbs li#image2 a img{
		top:-28px;
		left:-55px;	
	}

/* // Digital Image Settings*/

/*Pen-Pencil Image Setting*/

	ul#thumbs li#pimage1 a img{
		top:-108px;
		left:-135px;	
	}

	ul#thumbs li#pimage2 a img{
		top:-228px;
		left:-155px;	
	}

	ul#thumbs li#pimage3 a img{
		top:-308px;
		left:-35px;	
	}

	ul#thumbs li#pimage4 a img{
		top:-228px;
		left:-155px;	
	}

	ul#thumbs li#pimage5 a img{
		top:-168px;
		left:-95px;	
	}

	ul#thumbs li#pimage6 a img{
		top:-228px;
		left:-95px;	
	}
/*
	ul#thumbs li#pimage7 a img{
		top:-108px;
		left:-135px;	
	}
*/
/* // Pen-Pencil Image Setting*/
	
/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;
			border-radius: 5px;
			-moz-border-radius: 5px;
        	-webkit-border-radius: 5px;	
			background:#000000;
			padding:10px;
			filter:alpha(opacity=80);
			-moz-opacity:0.8;
			-khtml-opacity: 0.8;
			opacity: 0.8;
			
		}	
	
/* // mouse over */

/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
/* // clearing floats */

/* // thumbnail list */

#footer {
	color: #363636
	width: 800px;
	text-align: center;
	margin-top: 145px;
	font-size: 12px;
}

/* Reference Sites */
/*
http://sperling.com/examples/menuh/
http://www.dynamicdrive.com/forums/archive/index.php/t-545.html
http://css-tricks.com/css-transparency-settings-for-all-broswers/
http://www.sohtanaka.com/web-design/spice-up-your-images-with-css/
http://www.pixel2life.com/tutorials/css_stylesheets/image_effects/3/
http://webdesigninfo.wordpress.com/2007/05/26/creating-popup-image-viewer-in-css/
http://cssglobe.com/post/1305/create-resizing-thumbnails-using-overflow-property
http://www.astahost.com/info.php/Enlarge-Image-Script_t13074.html
http://www.w3schools.com/CSS/css_image_gallery.asp
http://css-tricks.com/css-transparency-settings-for-all-broswers/
*/