/*
CSS by Attila Acs (attila@sae.edu)

qantm colors:
red: #e91b23
tinted grey: #a8b1b7

*/
.container {
	background-color: #e91b23;
	background: url('../css/lib/grid.png');
	background: url('../images/container_bg_narrow.png');
}

.footer  {
	background: #fff url(../images/footer_bg_narrow.png) no-repeat center top;
}


/*SIDEBAR*/
.boxbg {
	background: #fdfdfd url(../images/sidebar_bg_narrow.jpg) no-repeat 0 bottom;
}
.box1 h4 {
	background: url(../images/sidebar_title_right_narrow.png) no-repeat;
}
.box2 h4 {
	background: url(../images/sidebar_title_left_narrow.png) no-repeat;
}
.box1 h4 {
	padding-right: 10px;
	padding-left: 126px;
}
.box2 h4 {
	padding-left: 0px;
	padding-right: 136px;
}
hr.clearall {
  background: #fff; 
  color: #fff;
  clear: both; 
  float: none; 
  display: block;
  width: 259px; 
  height: 2px;
  margin: 1.4em 0 0 0;
  border: none; 
}