* {
  padding: 0;
  margin: 0;
 }
 
 body {
	font-family: "Swis721 Lt BT";
	font-size: 12pt;
	color: #666;
	background-color: #FFF;
	margin-left: 10%;
 }
 
 
 .left {
  float:left;
  padding-top: 100px;
  width: 310px;
 }

.left ul li {
	float: right;
	font-family:"Myriad Pro";
	list-style-type: none;
 }

.left ul li a {
	margin-top: 2px;
	font-family: "Myriad Pro";
	font-size: 16pt;
	color: #666;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 155px;
	height: 23px;
	float: right;
}

.left ul li a:hover {
	background: #FFF;
	color: #9CF;
	font-family: "Myriad Pro";
	font-size: 16pt;
 }
 
 .left ul li.active a {
	color: #a4cfbe;
	font-size: 16pt;
 }
 
 .right {
	padding-left: 410px;
	padding-top: 100px;
	list-style-type: none;
}

.right img {
	margin-right: 10px;
	display: block;
	border: 3px solid #CCC;
 }
 
.sv-mobile-flash {
	width:600px}
 
 .right img:hover {
  border: 3px solid #f4f7d9;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
	font-size: 14pt;
	color: #AAA;
	font-weight: bold;
 }
 
h2 {
	font-weight: normal;
	padding-bottom: 7px;
	font-size: 10pt;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
  

	
