/* === Layout 008 ===== */
body {
	background-image: url(App_Style_008_background.jpg);
	background-repeat:repeat;
}
h1, h2, h3, h4, h5 {
	color: #525252;
}
.link {
	color: #525252;
	text-decoration: none;
}
.link:hover {
	color:#525252;
	text-decoration: underline;
}
.container.left {
	width: 1px;
	background-image: none;
	background-color: white;	
}
.container.right {
	width: 1px;
	background-image: none;
	background-color: white;
}
.footer {
	background-image: none;	
	background-color: white;
}
#content .odd {
	background-color: #ede6e7;
} 
#content .even {
	background-color: #f9f4f4; 
}
