*
{
	/*color: #333335 ;*/
	text-align: center;
	font-family: Times, arial;
	
	/* border:solid 1px red;*/ test
}

#container {
	margin-left: auto; 
  	margin-right: auto;
	width: 900px;
	background-color: #F6EDD0;
}
body
{
   text-align: center;
}
html {
	margin-left:auto;
	margin-right:auto;
	width: 918px; ;  
	background-color: #F6EDD0;
}

#note {
	text-align: center;
	font-size: x-small;
	}
div#navbar {
	height: 30px;
	width: 100%; 
	border-top: solid #888888 1px;
	border-bottom: solid #888888 1px;
	/*font-family: times, arial, helvetica, sans-serif;*/
	font-size: medium;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	line-height: 30px;
	/*text-decoration: none;*/
	/*list-style-type: none;*/
	}

a {
	color: #000;
	text-decoration: none;
   }

a:hover {
    	background:#D2B48C;
	color: #800000;
   }

div#tablegaleries{
	position:relative;
	border: solid #888888 0px;
	border-collapse: collapse;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	}
