.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
 .clearfix {display: block;} 
/* End hide from IE-mac */

body {
	margin: 0px;
	background-color: #eadfcd;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	font-family: helvetica, arial;
	font-size: 14px;
}

p { margin: 0px; }

#header {
	border-bottom: 4px solid black;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.menu {
	margin: 60px 0px 0px 80px;
	width: 300px;
	float: left;
	word-spacing: 20px;
}

.logo {
	width: 340px;
	float: left;
	margin-left: 40px;
}

.menu a:link {
	color: #000;
	text-decoration: none;
}

.menu a:hover {
	color: #000;
	text-decoration: none; border-bottom:3px solid; 
}

.menu a:visited {
	color: #000;
	text-decoration: none;
}

.menu a.selected {
	border-bottom:3px solid;
}

.blackline2 { 
	width: 800px; height: 4px; left: 50%; 
	top:800px; margin-left:-400px; background-color:#000;
	position: absolute;
}

.container { 
	width: 800px;
	min-height: 400px;
	margin: 50px auto 50px auto;
}

.contentleft {
	width: 350px;
	margin: 0px 0px 0px 30px;
	text-align: justify;
	float: left;
}

.contentright {
	width: 350px;
	margin: 0px 0px 0px 40px;
	text-align: justify;
	float: left;
}

.slideshow {
	width: 720px;
	margin: 0px auto;
}

.portfolio {
	float: left;
	width: 180px;
	margin: 0px 20px 20px 0px;
}

.portfolio span {
	display: block;
	text-align: center;
	padding-top: 10px;
}
