@charset "utf-8";
/* CSS Document */

html
	{
	height: 101%;
	}


body
	{ 
	margin:0px auto;
	padding:0px;
	background:url("art/bodyback.gif") top left repeat-x;
	font-family:Tahoma,Sans-serif;
	font-size:11px;
	color:#404040;
	}


img
	{
	border: 0px;
	}

.leftimage
	{
	float: left;
	margin: 0 8px 4px 0;
	}

.rightimage
	{
	float: right;
	margin: 0 0 4px 8px;
	}


a 
	{
	color:#1d3b91;
	text-decoration:none;
	}

a:hover 
	{
	color:#333333;
	}


h1
	{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:18px;
	font-weight: normal;
	text-align: left;
	color:#555;
	margin: 10px 0 0 0;
	min-height: 23px;	
	height: auto;
	padding: 9px 0 0 33px;
	background:url("art/recycle1.png") bottom left no-repeat;
	}


h2
	{
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 4px 0;
	min-height: 17px;	
	height: auto;
	padding: 0 0 0 17px;
	background:url("art/recycle2.png") top left no-repeat;
	}


.line
	{
	width: 80%;
	height: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;

	}

#wrapper 
	{
	width:1000px;
	margin: 0px auto;
	height:auto;
	text-align: justify;
	background: #ffffff;
	}

#ContentWrapper
	{
	padding:0 40px 0 30px;
	text-align: justify;
	background: #ffffff;
	min-height: 400px;
	height:auto;
	width: 800px;
	margin: auto;
	}



#ContentWrapper h2
	{
	color: #555;
	}


#leftShadow 
	{
	float: left;
	width:25px;
	height:650px;
	background:url("art/leftshadowtop.gif") top left no-repeat;
	}

#rightShadow 
	{
	float: right;
	width:25px;
	height:650px;
	background:url("art/rightshadowtop.gif") top right no-repeat;
	}




#logo
	{
	float: left;
	position: relative; top: 14px;
	margin: 0 -4px 0 0;
	z-index: 200;
	}

.logoleft
	{
	margin: 12px 0 0 0;
	float:left;
	}







 

#contentLeft 
	{
	float:left;
	width:460px;
	background: #ffffff;
	}

#contentRight 
	{
	float:right;
	width:200px;
	margin: 0 0 20px 25px;
	text-align: center;
	height: 400px;
	background: #ffffff;
	}





#footer 
	{
	clear:both;
	width:900px;
	padding: 20px 0 40px 0;
	margin: auto;
	text-align: center;


	}

#footertop
	{
	background-image: url('art/footerback.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0 0 25px 0;
	min-height:10px;
	height:auto;
	}



#bottomfooter 
	{
	width: 700px; 
	margin:auto; 
	font-size: 9px;
	}




.text 
	{
	line-height:17px;
	padding:20px 0px 0px 20px;
	}


.boxes 
	{
	float:left;
	width:170px;
	min-height:290px;
	height: auto;
	text-align:center;
	padding: 4px 2px 0 2px;
	margin: 0 5px 0 5px;
	border: 0px solid #000000;
	}

.innerbox
	{
	min-height: 300px;
	height: auto;
	}

.innerbox a
	{
	color: #ffffff;
	}

.innerlist
	{
	text-align: left;

	}

.innerlist ul
	{
	padding-left: -10px;
	}

.bluebox
	{
	background:url("art/boxblue.jpg") top left repeat-x;
	}
.greenbox
	{
	background:url("art/boxgreen.jpg") top left repeat-x;
	}
.redbox
	{
	background:url("art/boxred.jpg") top left repeat-x;
	}
.greybox
	{
	background:url("art/boxgrey.jpg") top left repeat-x;
	}




.outsideright {background:url(art/dropshadows/upperrightfade.png) right top no-repeat;}
.outsideleft {background:url(art/dropshadows/lowerleftfade.png) left bottom no-repeat;padding:8px 0 0 8px;}
.mainshadow {background:url(art/dropshadows/shadow.png) bottom right;} 
.mainshadow img {vertical-align:bottom;} 
.innershadow {position:relative;left: -8px;top: -8px;}





#imageContainer 
	{
	margin:auto;
	text-align: right;
 /* for IE */
 filter:alpha(opacity=100);
 /* CSS3 standard */
 opacity:1;
	}

#imageContainer img 
	{
	display:none;
	position: absolute; top: 0px; right: 0px;
	width: 100%;

	}	



.photo_cat {
	list-style:none;
	width:570px;
	margin:0 0 0 5px;
}
.photo_cat li {
	float:left;
	width:180px;
	text-align:center;
}
.photo {
	list-style:none;
	width:570px;
	margin:0;
}
.photo li {
	float:left;
	width:180px;
	height:150px;
	text-align:center;
}

.row
	{
	margin-right: 40px;
	}
