/* CAS Viewer Main layout*/
body  {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	background: url(images/bg-body.jpg) #7a9eda repeat-x;
	text-align: center;
	
}


/*core core core core core core core 
core core core core core  */
#core {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background: #fb7447;
	color: #F4A460;
	
}
#wrapper{
	position: relative;
}


h1 {
	font: small-caps bold 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7a9eda;
}



#gallery  {
	
	width: 100%;
	
	padding-left: 0px;
	font: normal 12px "Times New Roman", Times, serif;
	margin-left: 0px;
	left: 50%;
	text-align: center;
	padding-right: 0px;
}

#gallery  p{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #6633FF;
}

img{
	border-left: 5px solid #E7E4E7;
	border-top: 10px solid #E7E4E7;
	border-bottom: thin solid #BDB5BD;
	border-right: thin solid #BDB5BD;
}




#motif{
	position: absolute;
	z-index: 1000;
}	
.title {
	color: #DC143C;
	line-height: 120%;
	text-align: left;
	font-size: 16px;
	font: small-caps;
	font: Arial, Helvetica, sans-serif 18px;
}



/* hide for IE5-Mac  \*/
* html {height: 1%;}
/* end of hide */
.smallcopyright{
	background: White;
	font:10px Arial, Helvetica, sans-serif;
	color: Black;
	text-align: center;
}

#photothumbs {
	position:relative;
	left:30px;
	top:20px;
	width:920px;
}
#photothumbs a{
	text-decoration: none;
}
#photothumbs img{
	border: 5px solid #fff;
}
#gallery img{
	border: 1px solid #333333;
}
#gallery a{
	padding:5px;
	color: #194A6D;
	text-decoration: none;
	background: transparent;
	font: normal 16px Arial, Helvetica, sans-serif;
}
#gallery a:hover{
	color: #ff7f50;
}

