/* CSS Document */

/* -------------------------- Styles for the HOME PAGE - left -------------------------- */
#home-left-container {
width:300px;
}

#home-left-box1 {
width:300px;
height: 168px;
background-image: url(../images/background-box1.gif);
background-repeat: repeat-x;
padding: 10px;
padding-top: 60px;
}

#home-left-box2 {
width:300px;
height: 112px;
background-image: url(../images/background-box2.gif);
background-repeat: repeat-x;
padding: 10px;
}

#home-left-link {
float: right;
margin-top: 10px;
}





#home-right-flash {
float: left;
width: 610px;
height: 302px;
position: absolute;
top: 243px;
}




#home-right-banner {
float: left;
width: 610px;
height: 322px;
}











#home-right-bottom-image-container {
float: left;
width: 630px;
overflow: hidden;
}

#home-right-bottom-image-base {
float: left;
width: 295px;
height: 70px;
padding: 10px;
background-image: url(../images/background-home-right-image.gif);
}


#home-right-bottom-image {
float: right;
width: 120px;
height: 68px;
border: 1px solid #777777;
margin-left: 10px;
}
#home-right-bottom-text {
float: left;
width: 160px;
height: 70px;
text-align: right;
}












