/* --------------------------------------------- ROOT
 * ----------------------------------- About
 * ------------------------- Company
 * 
 * This file includes all styling for this page.
 * 
 * Benjamin Brygger, LCD 2009
 */

/* @import url("../../_css/screen.css"); */

@media screen {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

h2 {
	background: url(_images/headers.png) no-repeat;
}

/*
 * Section
 */

#section .image {
	background: #f2f2f2 url(_images/sectionImage.jpg) no-repeat;
}

/*
 * Content
 */

.leftImage {
	float: left;
	border: #fafafa solid 5px;
	margin: 5px;
	/**/
	font-size: 0px; /*If this is not set 1px is added below the image*/
}

} /* End of Screen */
 
@media print {

/*
 * Body
 */

/*
 * Header
 */

/*
 * General Type
 */

/*
 * Section
 */

/*
 * Content
 */

.leftImage {
	display: none;
} 

} /* End of Print */