body {
background-image: url(wd_grunge.jpg);
background-color:black;
background-attachment:fixed;
background-position: center;
font-family: sans serif;
text-align: center;
color: white;
}

div#wrapper {
height: 1460px;
width: 800px;
margin: auto;
text-align: left;
background-color: black;
position: relative;
top: -5px;
border-left: 1px solid #4D4D4C;
border-right: 1px solid #4D4D4C;
border-bottom: 1px solid #4D4D4C;
}


div#header{
height: 200px;
width: 800px;
background-color:black;
overflow: hidden;
}


div#navbar {
width: 800px;
height: 35px;
text-align: left;
background-image: url(nav_gradient.jpg);
background-color: black;
border-top: 1px solid #4D4D4C;
border-bottom: 1px solid #4D4D4C;
color: white;

font-family: sans-serif;

font-size: 9pt;
line-height: 3em;
}

div#picture {
width: 800px;
height: 200px;
text-align: center;
background-color: black;
border-bottom: 1px solid #4D4D4C;
color: orange;
font-family: sans-serif;
font-size: 9pt;
overflow: hidden;
}

div#address{
width: 250px;
position: relative;
left: 650px;
top: -138px;
font-family: sans serif;
font-size: 11pt;
text-align: center;
}


div#column_1 {
float: left;
width: 250px;
height: 1020px;
text-align: center;
background-color: black;
}

div#column_2 {
float: right;
width: 545px;
height: 1020px;
background-color: black;
padding-right: 5px;

}

div#about_us {

}

div#lucas_oil {
}

div#intro {
}

div#footer {
width: 800px;
height: 35px;
text-align: center;
color: white;

font-family: sans-serif;

font-size: 9pt;

line-height: 3em;
}

h1, h3, h5 {
font-family: sans serif;
color: #EB8731;
}

h2, h4, h6 {
font-family: sans serif;
text-align: center;
color: white;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: #4D4D4C;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: orange;}
