/* BASE */

body {
	color:#000;
	font-family:Georgia;
}

p {
  	font-size:.75em;
  	line-height: 1.5em;
  	margin-bottom: 1em;
}

p.last {
  	margin-bottom: 0;
}

a {
  color: #000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
  color: #fdcf09;
}

em {
  background: #fdcf09;
  font-weight: bold;
  padding: 0.1em 0.3em 0.2em 0.3em;
}

/* STYLING */

#container
{
  margin: 10em auto 0 auto;
  position: relative;
  width: 43.75em;
}

#logo
{ 
  float: left;
  width: 15.63em;
}

#logo img
{ 
  margin-top: 1.8em;
}

#description {
  border-left: 1px solid #000;
  float: right;
  padding: .4em 0 .4em 1em;
  width: 27.00em;
}