body, html {
margin: 0;
padding: 0;
background: white;
color: black;
height: 100%;
}

body {
min-width: 1000px;
}

img {
border: none;
}

a:link, a:visited {
color: blue;
text-decoration: none;
}

a:hover, a:active {
text-decoration: underline;
}


h1 {
font-size: 30px;
margin-top: 50px;
}

h2 {
font-size: 24px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 14px;
}

h6 {
font-size: 13px;
}

#wrap {
font: 12px arial;
padding: 0 15px 0;
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
padding-bottom: -50px;
margin: 0;
}

body > #wrap {
height: auto; 
min-height: 100%;
}

/* ** headers ** */

#headers {
height: 700px;
margin-top: 2%;
background-image: url(images/da4a.jpg);
background-repeat: no-repeat;
background-position: top-left;
}

#abstract {
position: relative;
top: 60px;
clear: both;
width: 90%;
margin: 0 auto;
}

#left_part {
width: 50%;
padding: 12px;
float: left;
}

#right_part {
width: 39%;
padding: 12px;
float: right;
}

#right_part h1 {
font-size: 34px;
margin-bottom: 0;
}

#right_part span {
font-size: 38px;
}

#right_part #phone {
padding: 3px 4px;
font-size: 45px;
}

#right_part #small {
font-size: 16px;
}

#right_part p {
font-size: 18px;
}

#hat {
height: 100px;
width: 400px;
margin: 300px 0 0 0;
border: none;
/* background-image: url(img/hat.jpg); */ 
}

#logo {
text-align: center;
position: absolute;
top: 0;
left: 0;
margin: 20px;
}

#logo_not_front {
padding: 20px;
float: left;
}

#truck {
padding-top: 50px;
padding-right: 30px;
text-align: center;
}
/* ** menu ** */  

#menu {
width: 700px;
margin: 10px auto 0 auto;
font-size: 20px;
}

#menu ul {
margin: 0;
padding: 1px;
list-style: none;
}

#menu ul li {
display: inline;
margin: 0 10px;
padding: 0;
}

#menu #this a{
color: black;
}

#menu  a:link, #menu  a:visited {
color: gray;
text-decoration: none;
}

#menu a:hover, #menu a:active {
color: black;
}

#menu_not_front {
width: 700px;
float: right;
margin-top: 50px;
margin-right: 1%;
font-size: 20px;
}

#menu_not_front ul {
margin: 0;
padding: 1px;
list-style: none;
}

#menu_not_front ul li {
display: inline;
margin: 0 10px;
padding: 0;
}

#menu_not_front #this a{
color: black;
}

#menu_not_front  a:link, #menu_not_front  a:visited {
color: gray;
text-decoration: none;
}

#menu_not_front a:hover, #menu_not_front a:active {
color: black;
}

/* ** toc ** */ 

#toc {
float: right;
width: 450px;
border: 1px solid gray;
background-color: #fffcbf;
line-height: 18px;
padding: 7px; 
margin: 5px 20px 5px 10px;
}

#toc ul {
margin: 0;
padding: 0;
list-style: none;
}

#toc ul ul{
margin-left: 17px;
padding: 0;
list-style: none;
}

/* */
#content {
padding-bottom: 20px;
}

.clear {
clear: both;
}

ul.formal_list {
list-style: none;
}

#footer {
color: yellow;
font-size: 18px;
height: 50px;
margin: 0px -15px 0px 0;
margin-top: -50px;
background-color: black;
text-align: center;
clear: both;
position: relative;
overflow: hidden;
}

#footer a {
color: yellow;
}

#footer p {
font-family: Arial;
margin-top: 5px;
}
