body {
	width: 100%; height: 100%;
	padding: 0px; margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fbfbfb;
}

.Wrapper {
	width: 700px;
	margin: 0px auto 0px auto;
	height: 100%;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}

/* -=| Header |=- */
#HeaderBar {
	width: 100%;
	text-align: center;
}
#HeaderTitle {
	display: none;
	visibility: hidden;
}
#HeaderLogo {
	width: 248px;
	height: 68px;
	background-image: url(images/swish1.gif);
	text-align: center;
	margin: 30px auto 20px auto;
}

/* -=| Menu |=- */
#MenuBar { 
}

/* -=| Content |=- */
#ContentBar {
	width: 100%;
	min-height: 300px;
}

