/* layouts */
#container {
	width:700px;
	margin:0 auto;
}
#sidebar_left {
	width:150px;
	float:left;
}
#sidebar_right {
	width:150px;
	float:right;
}
.content { /* #lorem_ipsum, #sed_facilis, #morbi_eget_nulla, #cars_cursus, #aliquam_erat_volutpat */
	margin:0 150px;
}

/* colors and others */
#container {
	background:#EAEDF1;
}
#header {
	background:#F7FBF6;
}
.content {
	background:#FFFFFF;
}
#footer {
	background:#F1F7F4;
	color:#999999;
}
#sidebar_left {
	background:#F0F3EA;
}
#sidebar_right {
	background:#F0F2EC;
}

p, h1, h2, h3, h5 {
	margin:0;
	padding:10px;
}

#header h1, #footer h5 {
	text-align:center;
}

#sidebar_left ul {
	list-style:none;
}
