@charset "utf-8";
#wrapper {
	width: 100%;
	margin-top: 0px;
}
body {
	background-color: #ccccff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #ccccff;
	height: 37px;
	width: 100%;
	border-bottom: 2px solid #000000
}
#wrapper #header table {
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-right: 2px solid #252525;
	border-left: 2px solid #252525;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: large;
}
#footer {
	background-color: #000000;
	width: 900px;
	height: auto;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: small;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	text-decoration: none;
	color: #000000;


}
