/**
 * $Author: dbibbens $
 * $Date: 2005/11/10 04:51:34 $
 * $Revision: 1.7 $
 * $Source: /home/cvs/xobjex.com/local/etc/default.css,v $
 **/

body 
{
  margin: 0;
  padding: 0;
  border: 0;
  background: #ddb;
  color: #663;
  font: smaller Verdana, Helvetica, sans-serif;
}

img 
{ 
  border: 0;
  vertical-align: middle;
}

dt 
{ 
  font-weight : bold;  
}

/* Main divisions */
#header 
{ 
  border: 0;
  border-bottom: 5px solid #eed;
  background: #cc9;
  color: #663;
  padding: 5px 5px;
  margin: 0px auto;
}

#menu 
{ 
  border: 0;
  padding: 0 5px;
  border-top: 1px dashed #663;
  border-bottom: 1px dashed #663;           
  text-align: right;
}

#menu ul 
{
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}

#menu li 
{
  display: inline;
}

div.spacer 
{ 
  clear: both;
} 

#content 
{ 
  padding: 10px 10px;
  margin: 5% 20% 5% 20%;
}

#footer 
{
  text-align: center;
}

/* Default Links */
a:link, 
a:visited 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: #785;
  background: transparent; 
}

a:hover 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: #530;
  background: transparent; 
}

a:active 
{ 
  font-weight : bold; 
  text-decoration : none;
  color: #785;
  background: transparent;  
}
