#wrapper {
	width: 100%;
	margin: 0;
}

body {
	background: none;
}

#head {
	background: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
}

#nav {
	display: none;
}

#main {
	float: none;
	width: 100%;
}

h1#logo {
	background: none;
}

h1 span {
	display: block;
}

img.header {
	display: block;
	float: right;
}

#main .item .left {
	width: 100% !important;
	float: none;
}

#main .item .right {
	/*width: 35% !important;*/
	float: right;
	padding: 0 0 1em 1em;
}

#main .item,
#main .item * {
	font-size: 12px;
	line-height: 17px;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #000000;
}

#footer li {
	display: none;
}

#footer li.first {
	display: block;
}
