* {
	margin: 0;
	padding: 0;
	border: 0;
}

body 
{
	margin: 0;
	padding: 0 55px 55px 55px;
	background: #ffffff;
	font-size: large;
	line-height: 2em;
	font-family: "Hoefler Text", Georgia, "Times New Roman", serif;
}

h1 {
	font-size: 280%;
	font-weight: normal;
	margin-bottom: 1em;
}

h2 {
	font-size: 57.5%;
	font-weight: normal;
	margin-bottom: 2em;
}

h2#other {
	font-size: 100%;
}

h2#contact_digital {
	font-size: 280%;
	margin-bottom: .5em;
}

p, ul, .vcard {
	margin-bottom: 2em;
}

em,
.slant {
	font-style: italic;
	font-size: 50%;
	color: rgba(0,0,0,.6);
	font-family: Georgia;
	font-weight: normal;
	}

a {
	text-decoration: none;
	color: #00a232;
}

a:hover {
	border-bottom:thin solid #00a232;
}

div#container {
	width: 850px;
	padding-top: 85px;
}

p#overview {
	margin-bottom: 0;
}

p#overview span {
	display: block;
}

ul#elsewhere {
	list-style: none;
}

ul#elsewhere li {
	font-size: 280%;
	line-height: 1.5em;
}

p#hours {
	font-size: 57.5%;
	margin-bottom: 4em;
}

div.clear {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

ul#contact {
	list-style: none;
}

ul#contact li {
	display: inline;
}

a#mail, a#skype, a#ichat {
	height: 155px;
	display: block;
	margin: 0 20px 0 0;
	padding: 0;
	text-indent: -9999em;
	float: left;
}

a#mail {
	width: 155px;
	background: url("../images/mail.png") no-repeat center center;
	
}

a#skype {
	width: 146px;
	background: url("../images/skype.png") no-repeat center center;
}

a#ichat {
	width: 159px;
	background: url("../images/ichat.png") no-repeat center center;
}