/* Common */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0;
	padding: 0;
}

#container {
	width: 721px;
}

#container hr {
	display: none;
}

#header {
	width: 721px;
	height: 148px;
	position: relative;
}

/* Header Logo */

#logo {
	width: 295px;
	height: 91px;
	background: url(../images/logo-hollerbach.gif) top left no-repeat;
	position: absolute;
	top: 29px;
	right: 78px;
}

#logo h1 {
	font-size: 1px;
	line-height: 0em;
	margin: 0;
	padding: 0;
	display: none;
}

/* Header Photo */

#photo {
	height: 148px;
	width: 347px;
	position: absolute;
	top: 0;
	left: 0;
}

#photo h2 {
	font-size: 1px;
	line-height: 0em;
	margin: 0;
	padding: 0;
	display: none;
}

/* Torso */

#torso {
	width: 721px;
}

/* Sidebar */

#sidebar {
	width: 146px;
	height: 324px;
	float: left;
	position: relative;
}

/* Page Title */

#page {
	width: 146px;
	height: 27px;
}

#page h3 {
	font-size: 1px;
	line-height: 0em;
	margin: 0;
	padding: 0;
	display: none;
}

/* Nav */

#nav {
	position: absolute;
	left: 37px;
	top: 38px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.3em;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

/* Contact */

#contact {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 147px;
}

#contact {
	bottom: 10px;
}

#contact .phone {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

#contact .email a {
	color: #fff;
	font-weight: bold;
	font-size: 9px;
}

#contact p {
	font-size: 0px;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 9px;
}
