/* Copyright (c) 2006 Mateusz Heleniak, www.heleniak.net */

/* === GLOBALS === */

body {
	text-align: center;
	background: #FFFFFF;
}

#container {
	text-align: left;
	background: none;
	margin: 0 auto;
	width: 525px;
}

#header {
	background: none;
	margin: 0;
	width: 525px;
	height: 25px;
}

#header h1 {
	width: 525px;
	position: static;
}

#header p {
	display: none;
}

#content {
	padding-top: 10px;
}

#col-1 {
	display: none;
}

#col-2 {
	float: none;
}

#footer {
	margin: 0;
}

#footer .f-lt, #footer img {
	display: none;
}

#footer .f-rt {
	width: auto;
	float: none;
}