/* GENERAL */
body {
	background-color: #fff;
	font-size: 12px;
	margin-left: 10px;
}

h1, h2, h3{
	font-weight: bold;
	color: #808080;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

input,
input.action-button,
textarea,
select {
	background: none;
	border: 1px solid #ccc;
}

/* CONTAINERS */
#masthead,
#left-navigation,
#footer, .navigation-trail {
	display: none;
}

#container,
#main-content,
#container-center {
	width: auto;
	float: none;
	left: 0;
	margin: 0;
	padding: 0;
}