@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #logo {
	height: 100px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
#wrapper #mid {
	height: 5px;
	background-color: #CC339B;
}
#wrapper #text1 {
	background-color: #CFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 20px;
}
#wrapper #footer {
	font-size: 16px;
	clear: both;
	background-color: #FCF;
	text-align: center;
}
.head1 {
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	font-size: 28px;
	line-height: 50px;
}

