body {
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-size: 20px;
	line-height: 30px;
}
h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

#header{
	height: 100px;
}
#content {
	width: 300px;
}
.text-bold {
	font-size: 11px;
}
.text-normal {
	font-size: 10px;
}
#footer {
	width: 300px;
}

/* LAYOUT ======================= */
/* ============================== */
.grid_5,
.grid_6,
.grid_7 {
}
.grid_5 {
	width: 100%;
}
.grid_6 {
	width: 100%;
}
.grid_7 {
	width: 100%;
}