/* CSS Document */


body			{
				margin:0px;
				padding:0px;
				background-color:#F1F1F1;
				height:100%;
				border:none;
				background-image:url('graphics/body.gif');
				background-repeat:repeat-y;
				background-position:center top;
				
				}
				
#container		{
				margin:0px;
				padding:0px;
				height:100%;
				}
				
#leftcontent	{
				position:absolute;
				left:0px;
				top:0px;
				margin:0px;
				padding:100px 0 40px 0;
				width:50%;

				}
				
div#images		{
				
				}	
				
div#images a		{							
				text-decoration:none;
				}
				
div#thumbnails	{
				
				margin:40px 0 0 10%;
				}
				
div#thumbnails img	{				
				border:8px solid #222;
				margin-right:10px;
				margin-bottom:10px;
				}

#placeholder p	{
				text-align:left;
				font-size:0.7em;
				}
				
#placeholder img	{				
				
				border:8px solid #222;
				margin:20px 0 0 10%;
				}
				
				
#rightcontent	{
				position:absolute;
				left:50%;
				top:0px;
				margin:0px;
				padding:100px 0 0 0;
				width:50%;
				z-index:102;
				background-image:url('graphics/topright-shade.gif');
				background-repeat:repeat-x;
				background-position:left top;
				}
				
div.imageHolder	{
				margin:0 auto;
				width:344px;
				}
				
div.imageHolder img	{				
				filter:alpha(opacity=40);
				-moz-opacity:.40;
				opacity:.40;
				}
				
div.imageHolder img:hover	{				
				filter:alpha(opacity=100);
				-moz-opacity:10;
				opacity:10;
				}				

				
/*#topright-gradient	{
				position:absolute;
				right:0px;
				top:0px;
				height:132px;
				width:50%;
				background-image:url('graphics/topright-shade.gif');
				background-repeat:repeat-x;
				z-index:100;
				}
				
#bottomright-gradienT	{
				position:absolute;
				right:0px;
				bottom:0px;
				height:132px;
				width:50%;
				background-image:url('graphics/bottomright-shade.gif');
				background-repeat:repeat-x;
				z-index:101;
				}*/