* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	background: #e8e8e8;
	background-image: url('images/background_top.png');
	background-repeat: repeat-x;
	color: #888888;
	font-family: tahoma, arial, freesans, sans-serif;
	font-size: 14px;
}

a {
	color: #888888;
}

a:visited {
	color: #888888;
}

div#flash_frame {
	width: 654px;
	margin: auto;
	margin-top: 80px;
}

div#shadow_top{
	background: url('images/shadow_frame_top.png');
	background-repeat: no-repeat;
	height: 3px;
}

div#shadow_middle{
	background: url('images/shadow_frame_middle.png');
	background-repeat: repeat-y;
}

div#shadow_bottom{
	background: url('images/shadow_frame_bottom.png');
	background-repeat: no-repeat;
	height: 11px;
}

div#flash_object {
	width: 640px;
	margin: auto;
}

div#footer {
	width: 620px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

div#footer p {
	display: block;
	line-height: 20px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#copyright {
	text-align: center;
	color: #aaaaaa;
	font-size: 10px;
	margin-top: 20px;
}

div#skip_link {
	text-align: center;
}

div#skip_link a {
	color: #cccccc;
	font-size: 10px;
	font-family: arial;
	text-transform: uppercase;
	text-decoration: none;
}

div#skip_link a:hover {
	color: #ffffff;
	text-decoration: underline;
}
