* {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	background-color: #FFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
}
#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;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	line-height: 35px;
}
#Wrapper #headleft {
	background-color: #9CF;
	height: 50px;
	width: 300px;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
}
#Wrapper #headmid {
	background-color: #6F9;
	height: 50px;
	width: 170px;
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}

#Wrapper #mid {
	clear: both;
	height: 5px;
	background-color: #CC339B;
}
#Wrapper #headright {
	background-color: #FF0;
	height: 50px;
	width: 300px;
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
#Wrapper #text1 {
	width: 430px;
	background-color: #CFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: 900;
	padding: 10px;
	color: #BA01FF;
}
#Wrapper #text2 {
	width: 300px;
	background-color: #9FF;
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	padding: 10px;
	color: #BA01FF;
	height: 397px;
}
#Wrapper #footer {
	background-color: #FCF;
	clear: both;
	text-align: center;
	font-size: 16px;
}
