@CHARSET "ISO-8859-1";

#bannerTop {
    width: 100%; 
    height: 142px; 
    position: absolute; 
    left: 0px; 
/*    top: 46px; */ 
    z-index: -1;
    
}
.logo{
	padding-left: 20px;
	padding-top: 42px;	
}
#bannerBottom {
    width: 100%; 
    height: 65px; 
    position: absolute; 
    left: 0px; 
    top: 142px; 
    z-index: -1;
}
#contactBackground{
	width: 100%; 
	height: 513px;
	position: absolute; 
	z-index: -1;
	bottom: 0px;
}
.stretch {
    width:100%;
    height:100%;
}
.imagelinks img{
	border: none;
}
.page{
/*
	font-family: Georgia,serif;
	font-family: "Avant Garde",Verdana,Geneva,sans-serif;
	font-family: "Avant Garde",Avantgarde,"Century Gothic",sans-serif;
*/
	font-family:"Avant Garde",Avantgarde,Verdana,Geneva,Taholma,sans-serif;
	font-size: medium;
	margin: 0px;
/*	
height: 1000px;
*/
}

.page a:link {
	color:#03a51a;
	text-decoration: none;
}
.page a:visited {
	color:#03a51a;
	text-decoration: none;
}

.content{
	height: 950px;
	padding-right:0px;
	margin-top:10px;
	padding-top: 10px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom;
	position:relative;
}

#leftContentHome {
  float: left ;
	width: 430px ;
	padding-left: 50px;

}
#rightContentHome {
  	margin-left: 450px;
  	text-align: center;
 	white-space: nowrap;
}
#rightContent {
  	margin-left: 355px;
  	text-align: center;
 	white-space: nowrap;
 	padding-right: 12%;
   /* overflow: scroll;*/

}
#leftContent {
	float: left;
	width: 300px;
	padding-left:40px;
}
.category{
	padding-top:20px;
	font-size: larger;

}
.categoryTitle{
	cursor: pointer;

}

.thumb{
	display: none;
}
.shadow{

}
.thumb img{
	cursor: pointer;	
	border: 2px solid white;
	-webkit-box-shadow: 2px 2px 3px #a9a9a9;
	-moz-box-shadow: 2px 2px 3px #a9a9a9;
	box-shadow: 2px 2px 3px #a9a9a9;

}

.email{
	font-size: smaller;
	padding-bottom: 50px; 
	padding-top: 10px;
}


/*
.piece{
	border: 5px solid #333;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}	
*/
.navButton{
	cursor:pointer;
	-moz-user-select :none;		
	-webkit-user-select: none;		
	user-select: none;			
}
.pieceTable{
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;	
	text-align: right; 
	font-size:x-small; 
	font-style: italic;
}
.bottom{
	text-align: center;
	position: absolute;
	bottom: 141px;
	width:100%;
	left: -5px;
}

