@charset "utf-8";
/* CSS Document */

body
{
margin:0px;

background-color:#f1f3e8;
background-image:url('images/bg_mid_oil.jpg');
background-repeat:repeat-x;
}

a
{
color:#000000;
}

div#bg1
{
background-image:url('images/bg_right_oil.jpg');
background-repeat: no-repeat;
background-position:top right; 
}

div#bg2
{
background-image:url('images/bg_left_oil.jpg');
background-repeat: no-repeat;
background-position:top left; 
}

div#header
{
padding-top:63px;
include-file:header.html;
}


div#main
{
border:1px solid #7d8d5b;
background-color:white;
width:943px;
background-image:url('images/signature_oil.gif');
background-repeat: no-repeat;
background-position:bottom right; 
}

div#text
{
font-family: "Times New Roman", Times, serif; font-size: 11pt; color: black;
text-align:left;
margin-top:20px;
margin-right:20px;
margin-bottom:20px;
margin-left:20px;
}


div#footer
{
include-file:footer.html;
align:center;
}

.header
{font-weight:bold; color:#1e4b23;}

table
{
border-top:1px #7d8d5b dashed;
border-left:1px #7d8d5b dashed;
border-right:1px #7d8d5b dashed;
border-bottom:0px;
}

td
{border-bottom:1px #7d8d5b dashed;}

.promo {
background: #f1f3e8 url(images/market-stall.gif) center 10px no-repeat;
display:block;
width:200px;
float:right;
font-family:Georgia, Times, serif;
font-size:12px;
line-height:20px;
padding:175px 15px 10px 15px;
border: 3px double #d2ddb8;
color: #1e4b23;
}

.promo a { color: #1e4b23; font-weight: bold; text-decoration: none;}
.promo a:hover { text-decoration: underline;}
.promo h1 { font-size: 18px; font-weight: normal; margin-bottom: 5px;}
.promo p { margin: 0;}














