#wrapper
{
  border: 5px solid;
  background: url('/images/site/logo.jpg') top right no-repeat;
}

#header
{
  text-align: center;
  margin: 1em 0;
  font-size: 1.5em;
}

#menu
{
  text-align: center;
  margin: 2em 0;
}

#menu ul li
{
  list-style: none;
  display: inline;
}

#menu ul li a
{
  padding: 0 1em;
}

#menu ul li a:hover
{
  text-decoration: underline;
}

#content
{
  width: 800px;
  clear: both;
  margin: 0 auto;
}

#content #left
{
  display: block;
  float: left;
  width: 47%;
  text-align: justify;  
}

#content #left h2
{
  text-align: right;
}

#content h2
{
  font-size: 1.5em;
  line-height: 1.2em;
}

#content table {
  border-color: #333;
  border-style: solid;
  border-width: 2px 1px;
}

#content table th {
  font-family: Arial, Helvetica;
  padding: 5px;
}
#content table tr {
  
}
#content table td {
  padding: 2px 5px;
  border-bottom: 1px solid #ddd;
}

#content #right
{
  display: block;
  float: right;
  width: 47%;
  text-align: justify;
}

#content #full {
  width: 100%;
}

#content p
{
  margin: 1em 0 2em;
}

#content ul
{
  list-style: inside circle;
  margin: 1em 0 2em;
}

blockquote.pullquote {
	padding:12px 0;
	margin: 5px 15px 8px 0;
	float:left;
	width:180px;
	text-align: center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
  border-left:0;
  border-right:0;
	line-height:1.6em;
  background:#fefefe;
}
blockquote.pullquote.right {
	margin: 5px 0 8px 15px;
	float:right;
}
blockquote.pullquote p {
	margin:0 !important;
	font-size:1.4em;
	color:#666;
	font-weight:bold;
}

#footer
{
  clear: both;
  text-align: center;
  padding: 4em 0 1em;
  font-size: .7em;
}

.clearBoth {
  clear: both;
}