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

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dd, dt, img, strong, em, a  {
	padding:0px;
	margin:0px;
	}
	
body { 	
	margin:0px;
	padding:0px;
	background-color:#CCD0D1;
	background-image:url("_images/bg_filigrees.gif");
	background-repeat:no-repeat;
	background-position:top center;
	font-family:arial,verdana,trebuchet ms,serif;
	font-size:.8em;
	color:#333;
	line-height:1.25em;
	}
	
	
#white_box {
	width:956px;
	background-color:white;
	padding:8px 22px 22px 22px;
	margin:0px auto 0px auto;
	}
	
#thumbs img {
	display:block;
	margin:10px auto 0 auto;	
	}
	
#inside_white_box {
	width:956px;
	}
		

#the-menu a {
	font-family:arial,verdana,trebuchet ms,serif;
	font-size:12px;
	color:#333;
	line-height:1.5em;
	text-decoration:none;
	}	
	
	
	
	
	
	



