/* --------------------------------------------- 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 -19px;
}
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
 */
.category ul {
	position: relative;
	float: left;
	height: 127px;
	width: 170px;
	left: -10px;
	margin: 13px 10px 0 0;
}
} /* End of Screen */
 
@media print {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

/*
 * Section
 */

/*
 * Content
 */
.category ul {
	position: relative;
	float: left;
	height: 127px;
	width: 170px;
	left: -10px;
	margin: 0 10px 0 0;
}

} /* End of Print */