html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#main {
	margin: 5px 20px;
}
div.left {
	/**/float: left;
	margin-right: 20px;
	margin-left: 40px;
	width: 100px;
	margin-bottom: 30px;
}
div.left p {
	text-align: center;
}
img {
	border: 0px none;
}
div.center {
	width: 600px;
}
.clear {
  clear : both;
}
a:link, a:visited {
	text-decoration: none;
	color:#333333;
	
	}
	a:hover {
	text-decoration: underline; 
	color:#333333;
	}
