body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
}

h1 {
	font-size: 1.9em;	
}

h2 {
	font-size: 1.5em;		
}

h3 {
	font-size: 1.5em;	
}

h4 {
	font-size: 1.3em;	
}

.box {
	padding: 10px;
}

body .block {
	height: 70px;
	background-color: #666;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

.box h2 {
	font-size: 1em;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin: -10px -10px 10px;
	text-transform: uppercase;
}

#header {
	background-color: #666;
	color: #fff;
	padding: 10px 0 0 0;
}

.one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col, .twelve-col, .thirteen-col, .fourteen-col, .fifteen-col, .sixteen-col {
	background: #ddd;
	color: #333;
	display: inline;
	margin-bottom: 10px;
}

.sixteen-col {
	background: #fff;
}

.four-col .two-col {
	background-color: #bbb;
}

.two-col .one-col {
	background-color: #666;
}

.navigation {
	background: #333333;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.navigation li {
	float: left;
}

.navigation a {
	background: #333;
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
}

.navigation a.selected, .navigation a.selected:hover {
	background: #ddd;
	color: #000;		
}

.navigation a:hover {
	background: #000;
	text-decoration: none;
}
