body {
/*	color: #a1a1a1; */
	background: #fff url(../images/background.png) repeat-x 0 0;
}

#header, 
#main {
  position: relative;
  border: 1px solid #c0c0c0;
  margin: 0 auto;
/* text-align: center; */
}

#header {
  margin-top: 35px; 
  margin-bottom: 35px; 
  background: url(../images/header_bg.png) repeat-x 0 0;
  width: 920px;
  height: 280px;
}

#main {
  margin-top: 425px; 
  margin-bottom: 35px; 
  background: #cacad4;
  padding: 15px 5px 5px 20px;
  background: url(../images/main_bg.png) repeat-x 0 0;
  width: 480px;
/*  height: 300px; */
}

#parallax {
	position: absolute;
	overflow: hidden;
	width: 940px;
	height: 280px;
}

#parallax img {
	position: absolute; 
}

.badge {
  position: absolute;
  top: 20px;
  left: -16px;
}

.secmargin {
	margin-left: 105px;
}

.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}

.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.boxgrid{ 
background: transparent url(../images/boxgrid_bg.png) repeat-x 0 0;
width: 220px; 
height: 250px; 
margin-left:10px;
margin-right:10px; 
float:left; 
overflow: hidden; 
position: relative; 
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
				
.boxcaption{ 
float: left; 
position: absolute; 
height: 0px; 
width: 100%; 
}
 	.caption .boxcaption {
 		top: 100px;
 		left: 0px;
 	}

