/* --------------------------------------------- ROOT
 * ----------------------------------- Section
 * ------------------------- Page
 * 
 * This file includes all styling for this page.
 * 
 * Benjamin Brygger, LCD 2009
 */

/* @import url("../../_css/screen.css"); */

@media screen {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

h1 {
	background-position: 0 -38px;
}
h2 {
	background-image: url(_images/header2.png);
}
h3 {
	background-image: url(_images/header3.png);
}

/*
 * Section
 */

#section .image {
	background: #f2f2f2 url(_images/sectionImage.jpg) no-repeat;
}

/*
 * Content
 */

} /* End of Screen */
 
@media print {

} /* End of Print */