#boxes {
	position: relative;
	height: 187px;
	margin: 3px 0 0 5px;

	}

.box_home {
	position: relative;
	display: inline;
	float: left;
	height: 162px;
	width: 190px;
	border: #999999 solid 1px;
	background: #ffffff;
	margin: 13px 0 0 11px;
	}
	
#box1 {
	background-image: url(../images/breves.gif);
}

.box_home h1 {
	color: #ffffff;
	padding: 7px 10px 0px 10px;
	font: bold 12px/13px Helvetica, Arial, Geneva, sans-serif;
}

.box_home p {
	color: #ffffff;
	padding: 7px 10px 0px 10px;
	font: 11px/12px Helvetica, Arial, Geneva, sans-serif;
}

#box2 {
background-image: url(../images/brochure0910.jpg);
}
	
#box3 {
	background-image: url(../images/stages0910.jpg);
}

a.button_home {
	position: absolute;
	height: 19px;
	top: 130px;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/button.gif) repeat-x;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 8px 0 8px;
}

a.black_button {
	position: absolute;
	height: 19px;
	top: 310px;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/black_button.gif) repeat-x;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 2px 8px 0 8px;
}

a:hover.button, a:hover.black_button {
	background: url(../images/button_over.gif) repeat-x;
} 

*---slideshow---*/
.slide {  
    height:  373px;  
    width:   629px;  
    padding: 0;  
    margin:  0;
    overflow: hidden; 
} 
 
.slide img {  
    padding: 0px;  
    border:  none;  
    background-color: #eee;  
    height:  373px;  
    width:   629px;  
    top:  0; 
    left: 0 
}
 
#slideshow {
    height:  373px;  
    width:   629px;  
    padding: 0;  
    margin:  0;
    overflow: hidden; 
} 