*{
margin: 0px;
padding: 0px;
font-family: calibri; 
}                      

.background{
width: 100%;
height: 100%;
background: #A30005;
}

.use{
width: 1200 px;
height: 93%;
margin-left: auto;
margin-right: auto;
}

.bar{
width: 50px;
height: 100%;
background: #FFFFFF;
float: left;
}

.wrapper{
width: 1000 px;
height: 100%;
border: 0px solid #e1e1e1;
background: #F6F0CE;
float: left;
}

.header{
width: 1000 px;
margin-left: auto;
margin-right: auto;
height: 125px;
background-image: url(/header_picture_V3.jpg);
background-repeat: no-repeat;
}

.navbar{
width: 1000 px;
height: 25px;
background: #A30005;
}

.button a{
float: left;
width: 100px;
height: 25px;
line-height: 22px;
font-size: 13px;
color: black;
font-weight: bold;
text-align: center;
text-decoration: none;
}

.button a:hover{
float: left;
width: 100px;
height: 25px;
line-height: 22px;
font-size: 13px;
color: white;
font-weight: bold;
text-align: center;
}

.mainbody{
width: 1000px;
height: 480px; 
font-size: 13px;
color: black;
text-align: center;
overflow: auto;
}

.footer{
width: 100%;
height: 7%;
text-align: center;
background: #A30005;
}