/*******************************************************************************
| Project Name: Elberta Crate and Box Company Website
|    File Name: stylesheet.css
|  Description: Central place for defining the website's style
|
|-------------------------------------------------------------------------------
|               C O P Y R I G H T
|-------------------------------------------------------------------------------
|        Copyright (c) 2004 by Elberta         All rights reserved.
|
|-------------------------------------------------------------------------------
|               A U T H O R   I D E N T I T Y
|-------------------------------------------------------------------------------
| Initials  Name                    Company            Contact
| --------  ----------------------  -----------------  -------------------------
| Vg        Frank Voorburg          Feaser LLC         voorburg@feaser.com
|-------------------------------------------------------------------------------
|               R E V I S I O N   H I S T O R Y
|-------------------------------------------------------------------------------
| Date         Ver   Author  Description
| ---------    ----  ------  ---------------------------------------------------
| 25-Nov-04    0.01    Vg    - Creation
|
|******************************************************************************/


body {
  background: #E0E0E0;
  margin: 0px;
  text-align: center; /* needed for IE center bug */
}

/* pageBorder for centering and width settngs */
div#pageBorder {
  position: relative;
  margin: 2px auto; 
  width: 800px; /* set total pagewidth */
  border: 1px;
  border-style: solid;
  border-color: #801010;
  background: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #235034;
  text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

td.header {
  background: #F4E380;
}

td.headerSlogan {
  background: #235034;
	font-family: Times;
  font-size: 16px;
	font-weight: bold;
  color: #FFFFFF;
}

font.headerContact {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: bold;
}

td.imageText {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
}

td.mapText {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	font-weight: normal;
}

td.navigationBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #F4E380;
  color: #000000;
}

a.navigationBar {
  color: #000000;
}

a.navigationBar:hover {
  color: #235034;
}

font.subHeading {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: bold;
	color: #235034;
}

td.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F4E380;
  color: #000000;
}

a.footer {
  color: #000000;
}

a.footer:hover {
  color: #235034;
}
