/*homepage*/

#leftbox {
   float: left;
   top:  2%;
   width: 24%;
   padding-left: 2%;
}
#leftboxa {}
#leftboxb {}
#leftboxc {}

#leftcenterbox {
   float: left;
   top: 20px;
   width: 9%;
}

#centerbox {
   float: left;
   top: 2%;
   width: 49%;
   text-align: center;
}
#centerboxa {}
#centerboxb {}
#centerboxc {}

#rightcenterbox {
   float: left;
   top: 2%;   
   width: 9%;  
}
#rightbox {
   float: left;
   top: 2%;
   width: 4%;
}
#rightboxa {}
#rightboxb {}
#rightboxc {}

.top {
   height: 40%; 
}
.middle{
   top: 40%;
   height: 10%;
}
.bottom{
   top: 50%;
}
h1 {    font-size: 50px; 
         font-family: Arial;
         line-height: 25px;
         color: #E29100;}   
a {
	color: #E29100;
} 
p {       font-family: Arial;
}
.line {
         line-height: 50px;
         color: #9B301C;
}

