html, body, ul, ol, li, p, h1, h2, h3, img, a, div, tr, td, table, form{
margin: 0px;
padding: 0px;
border: 0px;
font-family: arial;
color: #000;
font-weight: normal;
text-decoration: none;
}

body {
background-color: #000;
}

#container {
text-align: left;
margin: 0px auto 0px auto;
width: 760px;
background: #ffffff url('/images/olivebackground.gif') repeat top left; 
}

/*----- header -----*/
#header {
background-color: #000;
}

#header img {
display: block;
}


/*----- leftcol -----*/
#leftcol {
background-color: #50372b;
background: url('/images/rustbackground.gif') repeat top left;
width: 164px;
margin: 0 0 0 18px;
padding: 5px 0 0 0;
float: left;
}

#leftcol ul li {
list-style: none;
}

#leftcol ul li a {
display: block;
width: 150px;
text-align: right;
background: url('/images/_global/leftcol-bullet.png') no-repeat center right;
margin: 0 10px 0 0;
padding: 8px 10px 8px 0;
font-size: 11px;
color: #fff;
}

#leftcol ul li a:hover {
font-weight: bold;
}

#leftcol ul li ul li a {
display: block;
width: 150px;
text-align: right;
background-image: none;
margin: 0 10px 0 0;
padding: 2px 10px 2px 0;
font-size: 10px;
color: #fff;

}

/*----- content -----*/
#content {
float: left;
border: 4px solid #fff;
width: 551px;
background: url('/images/yellowbackground.gif') repeat top left;
}

#content h1 {
font-size: 20px;
margin: 15px 0 5px 10px;
font-weight: bold;
color: #50372B;
}

/*----- footer -----*/
#footer {
clear: both;
padding: 3px;;
background: url('/images/tealbackground.gif') repeat top left;
}

#footer #phone {
font-size: 14px;
float: right;
color: #50372B;
}

#footer #address {
font-size: 14px;
color: #50372B;
}