#myTab li a { 
border-color: #BB0000;
background: #FDCE40 url('img/bg-nav.jpg');
width: 130px;
font-family: 'Arya', sans-serif;
font-size:12pt;
color: #BB0000;
text-align: center;
text-decoration: none;    
text-transform: uppercase;
}

#myTab li.active a {
border-bottom-color: transparent;
background: #FFFFFF;
font-family: 'Arya', sans-serif;
color: #BB0000;
}

#main_container {  
margin: 0 auto;
width:1100px;
background: #FFFFFF;
}

#body{
overflow-y: scroll;
color: #5D5D5D;
font-family: 'Baloo 2', cursive;
}

#img {
padding:2px;
border:2px solid #BB0000;
}

#header{
background-color:#FFFFFF;
font-family: 'Arya', sans-serif;
padding:0px;
width:1100px;
}

#navigation{
background: #FFFFFF;
width: 1100px;
height:30px;   
}

#section1{
float: left; 
font-family: 'Arya', sans-serif;
word-wrap:break-word;
background: #FFFFFF;
}

#section2{
float: left; 
word-wrap:break-word;
background: #FFFFFF;
}

#footer {
background-color:#FFFFFF;
font-family: 'Arya', sans-serif;
color:black;
clear:both;
text-align:center;
}

#navPills li a{
border-color: #BB0000;
background: #FDCE40 url('img/bg-nav.jpg');
font-size:12pt;
font-family: 'Arya', sans-serif;
color: #BB0000;    
text-align: center;
text-decoration: none;    
text-transform: uppercase;
}

#navPills li.active a{ 
border-bottom-color: #BB0000;
background: #BB0000 url('img/bg-nav-active.jpg');
color: #FDCE40;
font-family: 'Arya', sans-serif;
font-style:bold
}

div.img {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}