/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: left; 
  background: url(images/background.gif) top left repeat;
  color: #2e2727; /* dark grey */
  font-family: tahoma, sans-serif; 
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#container
{
  width: 950px;
  border: 1px solid #2e2727; /* dark grey */
  margin: 20px auto 0px auto;
  background: #ffffff;
  min-height: 500px;
  height:auto !important;
  height: 500px;
}

div#banner
{
  background: url(images/banner.jpg) top left no-repeat;
  height: 130px;
  margin-bottom: 10px;
}

div#nav
{
  width: 925px;
  text-align: right;
  padding: 95px 25px 0px 0px;
  font-size: .7em;
}

div#footnav
{
  text-align: center;
  padding: 5px 0px;
  font-size: .7em;
}

div#footer p
{
  text-align: center;
  font-size: .7em;
  margin-bottom: 5px;
  padding: 0px;
}

div#nav a, div#footnav a
{
  text-decoration: none;
}

a.home
{
  color: #2e2727; /* dark grey */
}

a.portfolio 
{
  color: #93c111; /* lime green text */
}

a.services
{
  color: #a7218e; /* magenta text */
}

a.testimonials
{
  color: #008a0f; /* dk green text */
}

a.about
{
  color: #0099cb; /* bright blue text */
}

a.contact
{
  color: #f58ec6; /* pink text */
}

div#nav a:hover, div#footnav a:hover
{
  text-decoration: underline;
}

div#nav a.selected, div#footnav a.selected
{
  text-decoration: underline;
}


