@charset "utf-8";
/* CSS Document */


#wMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	text-align: center;
	vertical-align: bottom;
}

#wHeader {
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	height: 50px;
	width: 580px;
	margin: 0px;
	padding: 1px;
}

#wContent {

}


#wMain h1 {
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align:center;
}


.wLogo {
	height: 200px;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 250px;
	text-align: center;
}

