/* Header style */

/* Page structure:
Wrapper
-Header
--Logo image
--Logo background
--Linkbar
-Content
--H1 Page name
--H2.contents Contents (optional)
---UL list of sections
----UL list of subsections where found
-----etc
--HR (if contents are displayed)
--H2.section Section
---H3 Subsection (if found)
----H4 Subsubsection (if found)
-----etc
--Update
--Footer


-p
-img
-span.left
-span.right

*/


/* Header style */

#header {
	background: black;
	color: black;
	height:120px;
}

#header > img.logo {
	width: 100%;
	height: 120px;
	display: block;
}