* {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}

body {
	font-family: georgia;
	font-size:74%;
	color: #333;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

p {
	line-height: 1.6em;
}

.hide {
    height:1px;
    left:0px;
    overflow:hidden;
    position:absolute;
	left:-999em;
    width:1px;	
}

.clear {
	clear: both;	
}

img.contact {
  margin: 0 0 0 160px;
}