body{
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #ffcc66;
  background-image:url(../img/bg_yellow.gif);
  margin-top:0;
}

#abo_logo{
    width: 435px;
    height: 125px;
    top: 42px;
    left: 51px;
    position: absolute;
    background-image: url(../img/abo-logo.gif); 
	background-repeat: no-repeat;
}

#front_short_desc{
    width: 220px;
    top: 205px;
    left: 266px;
    position: absolute;
    color: #020065;
    text-align:right;
	font-family:Arial,Helvetica,sans-serif;
}
#front_short_desc h1{
    text-transform: uppercase;
    padding:0;
    margin:0;
}
#front_short_desc .blurb{
    margin-bottom: 10px;
    font-size:90%;
}
#front_short_desc a{
    color: #330066;
}
    
#big_face{
    top: 191px;
    left:0;
    width: 483px;
    height: 465px;
    position: absolute;
	background-repeat: no-repeat;
}

#side_bar{
    width: 200px;
    top: 91px;
    left: 498px;
    position: absolute;
}


#carousel_line_wrapper{
    background-color: #ffcc66;
    padding-left: 23px;
    overflow: auto;
	  width: 100%;
    height: 142px;
    position:absolute;
    left:0;
    top:621px;
}
#carousel_corner_left{
    width: 21px;
    height:142px;
    background: url(../img/carousel_corners.gif) 0 0 no-repeat;
    float:left;
}
#carousel_corner_right{
    width: 21px;
    height:142px;
    background: url(../img/carousel_corners.gif) -30px 0 no-repeat;
    float:left;
}
#carousel_wrapper{
    width:643px;
    height: 142px;
    background: #989933;
    color: #fff;
    background-image: url(../img/carousel-title.gif); 
	background-repeat: no-repeat;
    background-position: 164px 7px;
    float:left;
    overflow: hidden;
}

ul#mycarousel {
  list-style:none;
}

li.menu-item-left-hover{
    background-image: url(../img/menu-item-left-hover.gif); 
	background-repeat: no-repeat;
    background-position: 0px 0px;
}

li.menu-item-right-hover{
    background-image: url(../img/menu-item-right-hover.gif); 
	background-repeat: no-repeat;
    background-position: 0px 0px;
}

.warning {
padding:50px 0 5px 4px ;
}

.warning, .legal {
text-align:right;
font-family:Arial,Helvetica,sans-serif;
font-size:70%;
line-height:140%;
text-decoration:none;
}

.legal {
float:right;
margin-top:20px;}

.front-menu-item{font-family:Arial,Helvetica,sans-serif;
font-size:60%;
}
