/* universal settings */
* {
	padding: 0;
	margin: 0;
	}
	
/* re-defined tag settings */		
body { 	
	color: #ccc;
	background: #333; 
	font: 0.9em verdana; 
	line-height: 1.1em;
	}	
a {
	text-decoration: none;
}	
img{
	border: none;
	margin: 0 0 6px 0;
}
h1 {
	color: #999; 
	font: 1.1em Verdana, sans-serif;
	font-weight: bold; 
	padding: 0 0 22px 0;		
}
				
p { 	font: o.8em Verdana, sans-serif;
	font-weight: regular;
	margin-top: 8px; 
	text-align: left;
	color: #999;
	}
	
/* link styling */
a:link { 
	color: #ff9;
	text-decoration: none; 
	}
a:visited { 
	color: #c93;
	text-decoration: none; 
	}
a:hover { 
	color: #69c;
	text-decoration: none; 
	}
a:active { 
	color: #369;
	text-decoration: none; 
	}		

/* main structure */		
#container {
	background: transparent url(top.jpg) no-repeat top left; 	
	padding: 110px 0 0 0;
	text-align:left;  
	width: 600px; 
	margin: 0 auto; 
	position: relative; 
	}
	/* be kind to Opera */
	html>body .content{
	width: 700px;
}	
 .thumbnail {
	font: 0.7em verdana; 
 	float: left;
 	border: 1px solid #ccc;
	margin: 0 12px 25px 0;
 	padding: 5px;
 }
.thumbnail_inset {
	font: 0.9em verdana; 
 	float: left;
 	width: 50px;
 	border: 1px solid #ff9;
	margin: 5px 10px 5px 0;
 	padding: 5px;
	color: #69c;
 }
.clearboth { 
	clear: both; 
	}
.copy {
	color: #996;
	font: 0.7em verdana; 
}

/* empty */		
#flash {
	text-align: center;
	padding-top: 3%;  
	width: 600px; 
	margin: 0 auto; 
	position: relative; 
}	
#flash .roja {
	text-align: center;
}
/* empty */		
#moh {
	text-align: center;  
	width: 800px; 
	margin: 0 auto; 
	position: relative; 
}


.clear {
	clear: both;
}	