/*************************
** Global Styles        **
**************************/

body {
  margin: 0;
  padding: 0;
  font-size: 69%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: url('../images/pagebg.png') repeat-x bottom;
}

p {
  font-size: 1.1em;
}

h1 {
  font-size: 1.5em;
  color: #CB925B;
}

h2 {
  font-size: 1.4em;
  color: #CB925B;
}

h3 {
  font-size: 1.3em;
  color: #CB925B;
}

a {
  font-weight: bold;
  color: #993333;
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}



/*************************
** Specific Styles      **
**************************/

#columns {
  background: url('../images/bgfauxcol.png') repeat-y left;
  border-bottom: 1px solid #CCCCCC;
  margin: 0 20px 40px;
}

#header {
    background: #981B1E;
}

#header #text {
  float: right;
  margin-right: 30%;
  margin-top: 20px;
}

#header h1 {
    color: #FFFFFF;
    margin: 0;
}

#header h2 {
  margin: 0;
}

#logo {
    padding: 13px 20px 13px;
}

#leftcol {
  float:left;
  width: 230px;
}

#rightcol {
  margin: 0 15% 0 250px;
}

#rightcol h2 {
  padding-top: 20px;
  margin-top: 0;
}

#links {
    border-bottom: 1px solid #CCCCCC;
}

#links h1, #contact h1 {
  font-size: 1.4em;
  padding: 5px;
  padding-top: 20px;
  margin: 0px 5px;
}

#links ul {
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 0px 10px;

}

#links ul li {
  list-style: url('../images/bullet.png');
  padding: 5px 10px;
}

#links a {
  text-decoration: none;
}

#links a:link {
}

#links a:visited {
}

#links a:hover {
  text-decoration: underline;
}

#links a:active {
}

#contact {
  margin: 0 0 30px;
  width: 196px;
  padding: 0 0 10px;
}

#contact p {
  font-size: 0.9em;
  margin-left: 10px;
}


.clear {
  clear:both;
}





