﻿/* CSS layout */
#top_header_table {
	border-style: none;
	border-width: thin;
	font-family: "Monotype Corsiva";
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #800080;
	text-align: center;
	position: relative;
	vertical-align: middle;
	font-size: medium;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#sign_img {
	background-position: inherit center;
	border: medium none #FFFFFF;
	padding: 10px 0px 0px 0px;
	position: relative;
	width: auto;
	height: auto;
	top: inherit;
	right: auto;
	bottom: inherit;
	left: auto;
	z-index: inherit;
	float: none;
	background-repeat: no-repeat;
	margin-right: 0px;
}
#overall {
	background-color: #666666;
}
#main_page_info {
	border: medium groove #FFFFFF;
}
#footer {
}
