body{
background-color: gray;
margin: 0;
text-align: center;
font-family: sans-serif;
}

li{
list-style-type: none;
}

#container1{
width: 800px;
background-image: url(./images/hex0.jpg);
background-repeat: no-repeat;
background-color: blue;
margin: 0 auto;
margin-bottom: 0;
padding: 0;
padding-bottom: 0;

}

#title-bar{
width: 440px;
height: 100px;
margin-right: 30px;
margin-top: 20px;
float: right;
background-color: D3D3D3;
background-image: url(./images/Mitsubishi-1-72.jpg);
background-repeat: no-repeat;
padding: 0px;
}
#title-bar h1{
background-color: transparent;
filter: alpha (opacity=50);
color: #036;
font-size: 25px;
text-align: top;
}

#container3 {
margin-top: 0px;
margin-right: 20px;
width: 460px;
background-color: none;
float: right;
text-align: justify;
padding: 5px;
overflow: auto;
font-weight: bold;
}
#container3 p {
font-family: sans-serif;
}
#container3 h1 {
font-family: sans-serif;
}

#navbar{
width: 460px;
float: right;
margin-right: 20px;
margin-top: 5 px;
background-color: none;
text-align: center;
padding: 0px;
z-index: 1;
}
#footer{
width: 800px;
height: 40px;
background-color: #036;
clear: both;
}
#bottom{
width: 800px;
height: 200px;
background-color: gray;
clear: both;
}
#top{
width: 800px;
height: 25px;
background-color: #036;
margin: 0 auto;
}