/** Clearfix Hack **/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body{
	background-color: #EEE;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 1000px;
	margin: auto;
	background-color: #000;
	border: 3px solid #000;
}
#wrapper #header{
	margin-bottom: 10px;
}
#wrapper #header #info{
	min-height: 50px;
	color: #FFF;
}
#wrapper #header #nav{
	background-color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	width: 1000px;
	z-index: 1;
}
#wrapper #content{
	min-height: 100px;
	padding:10px;
	background-color:#FFF;
}

img{
	border: 0px;
}
.smallimg{
	width: 166px;
	/*height: 200px;*/
	float: none;
	cursor: pointer;
}
.clear{
	clear: both;
}

/* lightbox styles */
#lightbox{
	display: none;
	position: fixed;
	left: 0%;
	top: 0%;
	min-width: 100%;
	min-height: 100%;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80)
	-moz-opacity: 0.8;
	z-index: 1000000;
}
#lightbox-content{
	display: none;
	padding: 5px;
	position: absolute;
	border: 3px solid #414141;
	background-color: #FFF;
	z-index: 1000001;
	margin-bottom: 100px;
}
.content-close{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.content-close a{
	color: #F00;
	text-decoration: none;
}
table#electronic-portfolio {width:850px; margin:0 auto;}
table.portfolio td {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:1em; text-align:center;}
blockquote { font-style:italic;}
