html,body,div,img,h1,h2,h3,h4,ol,dl,dd,dt,form{
  margin: 0px;
  padding: 0px;
  border: 0px;
  border-collapse: separate;
  border-spacing: 0px;
}

h2 {
  font-family: Georgia;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: normal;
  font-size: 25px;
  color:#cc0000;
}

h3 {
  font-family: Georgia;
  letter-spacing: -1px;
  font-style: italic;
  font-weight: normal;
  font-size: 17px;
  color:#000000;
}

body {
  height: 100%;
  background-color: #FFFFFF;
  color: #000000;  
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #cc0000;
  text-decoration: underline;
}

a:hover {
  color: #A31123;
  text-decoration: none;
}

#container { 	
  width: 960px;
  margin: 0 auto;
  padding-left: 40px;
  text-align: left;
  vertical-align: middle;	
}

#header {
  background-color: #000000;
  border-bottom: 20px solid #A31123;
}

#menu a, #menu a:visited {
  text-decoration:none;
  color:#CC0000;
  display:block; 
  width:240px; 
  padding:0.2em 0.2em 0.2em 0.5em;
  border-bottom:1px solid #DDDDDD;
  border-left: 7px solid #FFFFFF;
  line-height: 150%;

}
  
#menu a:hover {
  border-left: 7px solid #CC0000;
}


#sidebar {
  float: left;
  padding: 0 30px 0 0;
  width: 240px;
  display: inline;
  border-right: 1px dotted #B2B2B2;
}

#sidebar img {
  text-align: center;
}

#content { 	
  margin: 0;
  padding: 0 0 0 25px;
  width: 600px;
  float: left;
  display: inline;
  position: relative;
  background: none;
}

.clear { 
  clear: both; 
  background: none; 
}

#footer {
  position: relative;
  bottom: 0;
  margin: 20px 0 0 0;
  padding:0 0 10px 60px;
  height: auto;
  line-height: 60px;
  text-align: center;
}

table {
margin: 0 auto;
border-spacing: 20px;
}


