body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000077;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#999999;
	}
a:hover, a:active { 
	text-decoration: underline;
	
	}

#content h3{
	margin-left:30px;
	}
	
img{
	border:none;
	}
	
img.thumbnailleft{
	float:left;
	width: 200px;
	height: 150px;
	margin: 10px;
	margin-top: 0px;
	}
	
img.thumbnailright{
	float:right;
	clear:right;
	width: 200px;
	height: 150px;
	margin: 10px;
	margin-top: 0px;
	}
	
div.code {
	float: right;
	background-color:#DDDDDD;
	border-color:#333333;
	border-style:dashed;
	border-width:thin;
	margin: 10px;
	padding: 10px;
	margin-top: 30px;
	}
	
div.thumbpanel{
	margin:10px;
	float:left;
}

div.textwiththumbpanel{
//	margin-left:220px;
}
div.spacer {
	clear: both;
	height:0px;
	font-size: 0px;
  }

div.summary{
	
	}

div.summary p, div.summary ul{
	margin-left:210px
	}
	
#header h1 {
	margin-top: 10px;
	height:92px;
	width:520px;
	}
  
#header h1 span{
	display:none;
}

#header h2{
	font-size: 0px;
	}
#header h2 span{
	display:none;
}
#container {
	/*background: url(zen-bg.jpg) no-repeat top left; */
	background-color:#FFFFFF;
	padding: 0 100px 0 20px;
	margin: 0;
	}

#menu {
	float:left;
	background-color:#FFFFFF;
	}

#content {
	margin-left:180px;
	background-color:#FFFFFF;
	}

#footer {
	background-color:#C2C6FF;
	color:#000000;
	text-align:center;
	}
