/* -------- general ----------- */

body,html 
{
	font-family: 'Lucida Sans Unicode', 'Trebuchet MS', sans-serif; font-size: 90%; color: #000;
	background-color: #dfdfdf;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	align: center;
	text-align:center;
}


.page{
	width: 100%;
	height: 100%;
}

	
.main-content{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: ffffff;
	padding: 10px;
	width: 756px;
	border: 1px solid #ccc;
	
}





 /* --------- header & footer -------------*/
  
.header {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 756px;
} 






.white-stripe{
	height:10px;
}


.footer{
	background-color:#C2C0B1;
	color: #fff;
	border-top: 6px solid #F5D1D1;
	border-left: 0px;
	border-right: 0px;
	padding: 10px;
	margin: 0px;
	width : 736px;
}

* html .footer { /* This is the Tan hack */
width: 776px;
width: 756px; }

.footer a:link,a:visited,a:active  {color:#6F6A55}
.footer a:hover { text-decoration: underline;}

 /* --------- menu pages -------------*/

.year {
	margin-bottom: 10px;
	padding-left: 3px;
	padding-top: 10px;
}

.floater {
  float: left;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 5px;
  background-color: #Ffffff;
}

.thumb-title {  
	text-align: center;
	padding: 1px;
	margin-top: 5px;
	width: 100px;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color: #000;
}

.image-title{
	padding-top: 10px;
	padding-bottom: 10px;
}
   
.thumbs {
	background-color: #fff;
  padding-left: 2px;
}

