body {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font: 84% Verdana,Tahoma,Arial,sans-serif;
}

table {
  font-size: 0.9em;
  line-height: 1.6em;
}
 
#wrapper
{
  margin: auto;
  height: 100%;
  width: 760px;
}
 
#header
{
  font-family : arial;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
  height: 45px;
}
 
#header h1
{
  margin: 0;
  text-align: center;
  color: #ff0000;
}
 
#header p
{
  float: right;
  text-align: right;
  color: #a0a0a0;
  margin: 0;
  font-size: 0.8em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2em;
}
 
#subheader
{
  text-align: right;
}
 
#main
{
}
 
#menu
{
  width: 150px;
  float: left;
  clear: left;
  margin: 10px 0 0 1;
  padding: 0;
  font-size: 0.9em;
}
 
#menu ul
{ 
  list-style: none;
  width: 150px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.0em;
}
 
#menu li
{
  margin-bottom: 4px;
}
 
#menu li a
{
  font-weight: bold;
  height: 20px;
  text-decoration: none;
  color: #505050;
  display: block;
  padding: 3px 0 0 10px;
  background: #e0e0e0;
  border-left: 4px solid #ff0000;
} 
 
#menu li a:hover
{
  background: #ffc0c0;
  color: #1040b0;
  border-left: 4px solid #1040b0;
}
 
#mainContent
{
  width: 590px;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  text-align: left;
  vertical-align: top;
}

.mainTitle
{
  text-align: left;
  font-size: 1.5em;
  font-weight: bold;
  margin: 10 0 0 0;
  color: #000000;
}

.mainImg
{
  width: 295px;
  height: 169px;
  float: left;
}

.mainImages
{
  width: 280px;
  height: 169;
}

.mainText
{
  width: 295px;
  height: 169px;
  float: left;
  text-align: left;
  vertical-align: center;
  line-height: 1.6em;
}

.spacer
{
  height: 20px;
  float: left;
  width: 590px;
}
 
#footer
{
  width: 760px;
  margin: 10 0;
  padding: 10 0 0 0;
  text-align: center;
  font-size: 0.7em;
  float: left;
  clear: both;
  border-top: 4px solid #f0f0f0;
  color: #808080;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

#content {
margin: 10 100 0 0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}


#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content table h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

.right {
margin: 10px 0 5px 10px;
float: left;
}


