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

body {
	background-color:#F5F5F5;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapper {
	background-color:#F0F0F0;
	border:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:955px;
	height: 655px;
	text-align:center;
	-moz-box-shadow:0 0 2px gray;
	-webkit-box-shadow:0 0 2px gray;
	box-shadow:0 0 4px grey;	
}

.imgfist {
	/* wrapper width - image width / 2 = 186 / 2 = 93px on each side of image */
	margin: 93px 0px 0px 0px;
}

.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a, a:visited {
	color: #0196e3;
	text-decoration:none;
	outline:none;	
}

a:hover {
	text-decoration:underline;
}


