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

.wrapper {
	margin:auto;
	width:930px;
	background-color:#FFF;
	box-shadow: 1px 1px 5px #666666; }

body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color: #555;
	margin-top: -2px; }

.copyright {
	clear:both; 
	font-size:12px; 
	text-align:center; 
	padding-top: 1%; 
	padding-bottom: 1%; 
	color:#999;  }

a:link {color: #999999}
		
a:visited {color:#999999}

a:hover {color: #000000}