 body {
  font-family: Tahoma, Arial, Helv;
  font-size: 11px;
  color: #666;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
 

ol.bullets { list-style: circle;
			  padding-left: 12px}

ul { list-style: none }
 
 .menu {
  float:left;
  padding-top: 100px;
  width: 310px;
 }

.menu ul li {
  float: right;
 }

ul.actual {	list-style: disc;
	padding-bottom: 3px;
	margin-left: 14px
	}
ul.actual li {	padding-bottom: 4px; }
.menu ul li a {
  margin-top: 0px;
  font-family: Futura;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  padding-bottom: 4px;
  padding-top: 6px;
  padding-left: 5px;
  width: 155px;
  height: 26px;
  float: right;
}

.menu ul li a:hover {
  background: #292929;
 }
 .menu ul li.active a {
  color: #6fbc54;
  background: #292929;
 }
 
 .right {
  padding-left: 310px;
  padding-top: 100px;
}

* {
  padding: 0;
  margin: 0;
 }

p	{	padding-bottom: 6px }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 12px;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 12px;
  font-size: 14px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 714px;
 }
 
  .textcontent {
  width: 704px;
  margin-left: 10px;
  padding: 12px;
 }
 
 .textcontent p {	padding-bottom: 6px; 
 					color: #CCCCCC;}
 #demo_form {
 
 	font: 16px Bold Tahoma;
 	width: 240px;
 	margin-left:12px;
 }
  
 .leftcolumn {
 	position: relative;
 	left: 0px;
 	width: 340px;
 	height: 250px;
 	top: 12px;
 	margin-right: 10px;
 	padding: 12px;
 	color: white;
  	background: #393939;
 	}
 	
 .rightcolumn {
 	width: auto;
 	margin-left: 374px;
		
 	margin-top: -262px;
 	}

.footer {
	color: white;
} 

div.family	{
	text-align: center;
	background: #393939;
	width: 714px;
	margin-top: 10px; 
	}
 
  
dl	{
	margin-left: 12px }
	
dt	{font-weight: bold }
dd { padding-bottom: 6px }