body {
    background-color:    #4F2822;
    background-image:    url('../images/background.jpg');
     }

#content {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background-color: white;
    color: #000000;
    text-align: center;
    font-size: 12px;
}

.error {  
    display: none; /* hide the errors */  
    /* add some styling */  
    padding:10px;  
    color: #D8000C;  
    font-size:12px;  
    background-color: #FFBABA;  
}  

.success {  
    display: none; /* hide the sucess div */  
    /* add some styling */  
    padding:10px;  
    color: #044406;  
    font-size:12px;  
    background-color: #B7FBB9;  
}  

#background {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
    text-align: center;
    padding: 0px;
    background-image: url('../images/background_1.jpg');
}

#text-box {
    margin-top:100px;
    margin-bottom:0px;
    padding:0px;
}

#body_container {
    width: 960px;
    margin: 0 auto;
    position:relative;
    background-color: white;
    text-align: center;
    padding:0px;
}

#footer {
    width: 960px;
    margin: 0 auto;
    position:relative;
    background-color: white;
    text-align: center;
    padding: 6px 0px 4px 0px;
}

#header {
    height: 25px;
    background-color: white;
    position: relative;
}

#powered {
    text-align: Center;
    font-size: 1px;
}

a:visited { color: #2c2c2c; font-weight: bold; text-decoration: none; }
a:link { color: #2c2c2c; font-weight: bold; text-decoration: none; }
a:hover { color: #cd0125; font-weight: bold; text-decoration: none; background-color:#F4F4F4;}

p {font-size: 13; font-weight: 500;}

h1 {font-size: 22; font-weight: 600; text-align: Center;}

h2 {font-size: 16; font-weight: 550;}

h3 {font-size: 14; font-weight: 550;}

.slide1 {  
    height:  400px;  
    width:   800px;  
    padding: 0;  
    margin:  0;  
} 
 
.slide1 img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  800px; 
    height: 400px; 
    top:  0; 
    left: 0 
} 

.slide2 {  
    height:  400px;  
    width:   400px;  
    padding: 0;  
    margin:  0;  
} 
 
.slide2 img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  400px; 
    height: 400px; 
    top:  0; 
    left: 0 
}

.thumbnail {  
    height:  80px;  
    width:   80px;  
    padding: 0;  
    margin:  0;  
} 

.thumbnail img{  
    height:  80px;  
    width:   80px;  
    padding: 0;  
    margin:  0;  
}

.banner_home img{
    border: 0px solid #FFFFFF;
    background-color: #FFFFFF
} 

