	form, img, html { margin: 0px; padding: 0px; border: 0px; }
	html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }

	body
	{
		font-family: Arial;
		font-size: 12px;
		color: #DFDFDF;
		
		margin: 0px;
		padding: 0px;
	}
	
	#header
	{
		background-color: #FCFCFC;
		padding: 34px 0px 10px 34px;
		height: 90px;
		min-width: 870px;
		background-repeat: repeat-x;
	}
	
	#projects
	{
		padding: 17px 0px 0px 0px;
		float: left;
		width: 400px;
	}
	
	#navigation
	{
		padding: 25px 0px 0px 0px;
		float: left;
		text-align: right;
		width: 440px;
	}
	
	#stage
	{
		padding: 0px;
		margin: 0px;
		/*width: 870px;*/
	}
	
	#contents, #contents_blog
	{
		clear: both;
		padding: 20px 20px 40px 40px;
		float: left;
		width: 400px;
	}
	
	#contents_blog
	{
		padding: 45px 20px 40px 40px;
	}
		
	#contents p, #sidebar p
	{
		line-height:16px;
		text-align: justify;
		padding: 10px 0px 10px 0px;
		margin: 0px;
	}
	
	#contents .headline
	{
		margin: 40px 0px 10px 0px;
	}
	
	#sidebar
	{
		margin: 60px 0px 0px 10px;
    	float: left;
    	width: 400px;
	}
	
	#sidebar .quote
	{
		padding-top: 37px;
		
		font-style:italic;
		line-height: 20px;
		text-align: right;
	}
	
	#sidebar .quoteadd
	{
		padding-top: 10px;
		text-align: right;
	}
	
	#sidebar .image
	{
		padding: 5px;
		margin: 0px 0px 17px 0px;
		text-align: right;
	}
	
	#sidebar .image img
	{
		padding-bottom: 5px;
	}
	
	#footer
	{
		clear: both;
		padding: 40px 40px 20px 40px;
	}
	
	#contents a, #footer a, .quote a, .quoteadd a
	{
		color: #E5E5E5;
		border-bottom: solid 1px #8BC541;
		text-decoration: none;
	}
	
	#sidebar a
	{
		color: #E5E5E5;
		text-decoration: none;
	}
	
	#newsletter_response
	{
		display: none;
	}
	
	.detailstable
	{
		width:100%;
		margin: 10px 0px 10px 0px;
		padding: 0px
	}
	
	.detailstable td
	{
		color: #FFFFFF;
		font-size: 11px;
		padding: 4px 6px 4px 6px;
		white-space: nowrap;
		
	}
	
	.detailstable .th
	{
		border-top: none;
	}
	
	.input_text
	{
		font-family: Arial;
		font-size: 12px;
		border: none;
		padding: 2px;
	}
	
	.response_info, .response_error
	{
		color: #000000;
		padding: 4px;
		font-weight: bold;
	}
	
	.response_info
	{
		background-color: #8BC541;
	}
	
	.response_error
	{
		background-color: #FFCC00;
	}
	
	#contents .textlink
	{
		border-bottom: none;
	}
	
	.MultiBoxContainer
	{
		position: absolute;
		border: 20px solid #000;
		background-color: #FFF;
		display: none;
		z-index: 2;
		text-align: left;
		/*overflow: hidden;*/
	}

	#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: 5px; }

	#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(../_img/lightbox/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../_img/lightbox/nextlabel.gif) right 15% no-repeat; }

	#imageDataContainer{ font: 11px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

	#imageData{	padding:0 5px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#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; }


	