* {
    font-family: Arial, Trebuchet MS; 
    font-size: 13px; 
    font-weight: bold;
    color: #000;
}
body {
    margin: 0;
    padding: 0;
    background-image: url('http://i35.tinypic.com/34gxedi.gif');
}

big {
    font-weight: bold;
    font-size: 130%;
}

.outer_border1 {
    margin: 0 auto;
    border: 2px solid black;
    background-image: url('http://i36.tinypic.com/21j14rs.jpg');


}


.outer_border2 {
    border: 2px solid black;
    background-image: url('http://i36.tinypic.com/21j14rs.jpg');


}

.header {
    background-image: url('http://i38.tinypic.com/312h6rn.jpg');
    background-repeat: no-repeat;
    background-position:center; 
    width: 100%;
    height: 250px;
}
.menu {
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.side {
    text-align: center; 
    width: 180px ! important; 
}
.contentb h2 { 
    background-color: #8d7d5c;
    border: 2px solid #000000; 
    font-size: 100%;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #ffffff;
}
.content { 
    border: 0px solid black;
    padding: 3px;
    margin-bottom: 3px;
    background-color: #e3ddcd;

}
.main_table {
    padding: 2px;
    width: 900px;
}
.mcontent {
    background-color: #e3ddcd;
    padding: 5px;
}
.footer {
    background-image: url('http://i36.tinypic.com/21j14rs.jpg');
color: white;
    text-align: center;
    font-size: 90%;
}
.footer A  {
link{color:white; text-decoration:none}

    font-size: 100%;
}

.home {
    font-size: 10px;
    font-family: Arial, Trebuchet MS;
    color: orange;
    text-align: center;
}

.special {
    font-size: 10px;
    font-family: Arial, Trebuchet MS;
    color: red;
    text-align: center;
}



/* Default Link Style */
A:link{color:#ab7d32; text-decoration:none}
A:visited{color:black; text-decoration:none}
A:active{color:black; text-decoration:none}
A:hover{color:orange; text-decoration:none;}

/* Main Menu Link Style */
A.main_menu{padding: 0 6px;}
A:link.main_menu{color:black; text-decoration:none}
A:visited.main_menu{color:black; text-decoration:none}
A:active.main_menu{color:black; text-decoration:none}
A:hover.main_menu{color:orange; text-decoration:none;}