body{
    background: url('../images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #7A7AFF;
    margin: 0px;
}
h3{
    color: white;
}
.container{
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
.img_caption{
    color: white;
    font-style: italic;
}
.title{
    background-image: url('../images/C.gif');
    width:703px;
    height:281px;
    background-repeat: no-repeat;
}
.menu_container{
    vertical-align: top;
}
.menu{
    background-color: #F5C704;
    width: 150px;
    margin-top: 30px;
}
.body{
    text-align: center;
}
.menu_title{
    color: white;
    font-weight: bold;
    text-align: center;
}
.images{
    background-color: green;
    width: 480px;
    max-width: 480px;
    min-width: 480px;
}
.border{      
    background-color: #FDFEB1;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
}
.border2{      
    background-color: #F5C704;
    width: 20px;
    max-width: 20px;
    min-width: 20px;

}
.item_title{
    background-image: url('../images/tt.gif');
    background-repeat: repeat;
    font-weight: bold;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    margin-right: 0px;
    margin-left: auto;
}
.item_foot{
    background-image: url('../images/bb.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    width: 500px;
    max-width: 500px;
    min-width: 500px;
    margin-right: 0px;
    margin-left: auto;
}
.item{
    border-collapse: collapse;
    text-align: center;
}
img{
    border: 0px;
}
.page_table{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.footer{
    text-align: right;
}
.inner_menu{
    background-color: #FDFEB1;
    width: 100%;
}
.left{
    text-align: left;
}
