html, body {
margin: 0;
padding: 0;
}

body { 
color: #2f4f4f; 
font: normal 12px/1.5em Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/* ----- links ----- */
a { 
color: #d2691e; 
text-decoration: none;
}

a:visited {color: #b8860b;}
a:active {color: #ffd700; text-decoration: underline;}
a:hover {color: #ffc32d; text-decoration: underline;}

a.nav { color: white; text-decoration: none;}
a.nav:visited { color: #ffc32d;}
a.nav:active { color: #ffd700; text-decoration: underline;}
a.nav:hover { color: orange; text-decoration: underline;}

/* ----- header ----- */
#header {
margin: 0;
}

/* ----- main content ----- */
#main {
margin: 25px 0 25px 55px;
}

/* ----- footer ----- */
#footer {
margin: 25px 0 25px 55px;
}

/* ----- misc ----- */
.border    {
border: solid 1px #40414b;
}

.border_top   {
border-top: none;
border-top: 1px solid #40414b;
}

.border_left  {
border-top: none;
border-left: 1px solid #40414b;
}

.border_bot   {
border: none;
border-bottom: 1px solid #40414b;
}

.border_bot_y {
border: none; 
border-bottom: 1px solid #b8860b;
}

.border_right  {
border: none;
border-right: 1px solid #40414b;
}