body {
  margin-top: 15px;
  font-family: 'Gill Sans', Verdana, sans-serif;
  font-size: 13px;
  background: white;
  color: black;
  background: #fff url('/img/brgrad.png') repeat-x scroll;
}

p { 
  padding-top: 0px; 
  margin-top: 0px;
}

ul {
  margin-left: 0;
  padding-left: 2.5em; 
}

a { 
  text-decoration:none;
	color: #222; 
	border-bottom: solid thin #88c; 
	border-right: solid thin #88c; 
  color: #06c; 
  padding: 0px 4px;
}

a:hover {
  background: white;
	border-bottom: solid thin black; 
	border-right: solid thin black; 
}

li {
  margin-top: 6px;
  margin-bottom: 6px;
}
/* ============= */
/* = two sides = */
/* ============= */

.left {
  margin-left: 90px;
  margin-right: 80px;
  margin-top: 40px;
  float: left;
}

.left h1, .left p {
  text-align:right
}

.left img {
  width: 250px;
}

.right {
  width: 350px; margin-top: 0px; margin-bottom: 0px; margin-right: 40px;
  float: left;
}

.left h1 {
  font-family: "Optima", Verdana;
  font-size: 2em;
  color: #06c; 
  color: #050; 
  color: white;
  font-weight: normal;
  margin: 0px;
}


/* ============ */
/* = headings = */
/* ============ */

ul + h2 {
  margin-top: 30px;
}

h2 {
  font-size: 18px;
  color: #666;
}

h3 {
  padding: 0px;
  margin: 0px;
  color: #c60;
  margin-left: 5px;
}
