/* global */
body { background-color: white; }

/* tags */
a { color: #e75b30; }


/* page layout */
.container, .container_bot {
	background: none;
}

#body_content {
	width: 100%;
	margin-left: 20px;
}

div.hr {
	width: 100%;
	height: 5px;
	border-bottom: 2px dashed #999;
	margin-bottom: 5px;
}
div.hr hr {
	display: block;
}

.container_bot { background: none; }
.container_inside { position: relative; padding: 0 4px; text-align: left; }
#top_bar_brown {
	background: white;
}
#colors { background: none; }
#body_container {
	background-color: white;
}

/* menu */
#menu_container {
	display: none;
}


/* footer */
.container_bot p, .container_bot a { color: black; }

/* feature box */
div.featurebox {
	background-color: white;
}
div.featurebox p, div.featurebox a {
	color: black;
}
