/*
	polishOrigins.com, (c) 2007
*/

/* content overflow! */
* {
	overflow: visible !important;
	float: none !important;
}



html, body {
	margin: 10px;
	background: #fff none repeat-y;
}

#Wrapper {
	width: 95%;
	margin: 0px auto;
	background: #fff none repeat-y;
	font: normal 11px Tahoma;
}

#TopBar {
	display: none;
}

#Top {
	display: none;
}

#Container {
	background: #fff none repeat-x;
}

#Menu {
	display: none;
}

#Sidebar {
	display: none;
}

#Content {
	background: #fff none;
}

#Content .header {
	background: #eee none;
}

#Footer {
	background: #fff none;
}

