#outer {
	height: 500px;
	width: 800px;
	border: 1px solid #333333;
	margin:0 auto;
	}

img {
	border-style:none
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif; /* menu font familiy */
	font-size:16px;
	letter-spacing: 1px;
	}
.thumbnails {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
}


a:link {
	color: #555555; /* link color */
	text-decoration: none;
	}
	
a:visited { 
	color: #555555; /* visited link color */
	text-decoration: none;
	} 
	
a:hover {
	color: #000000; /* mouse over clink color */
	text-decoration: underline;
	} 
	
hr {
	color: #555555; /* Horizontal Rule color: 1 for ie and 1 for moz */
	background-color: #555555; /* Horizontal Rule color: 1 for ie and 1 for moz */
	border: 0;
	width: 100%;
	height: 1px;
	text-align: center;
	margin: 0px;
	padding: 0px;
   }

