html, body { height: 100%; }
body{
	margin: 0;
	padding: 0;
	background: #252525;
	text-align: center;
	font-family: Myriad, "Lucida Grande", Arial, Helvetica, sans-serif;
}

img, table { border: 0; }

#top {
	background: #fff;
	padding-top: 170px;
	padding-bottom: 0;
}

#bottom {
	padding-top: 120px;
	background: url(imgs/PEshadow.jpg) no-repeat top center;	
}

#bottom a {
	color: #999;
	text-decoration: none;
}

/**
 *
 */

#main {
	width: 740px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
	min-height: 100%;
	border: 5px solid #000;
	border-top:0;
	border-bottom: 0;
}

#header {
	xbackground: #ccc;
	border-bottom: 2px solid #1e1c1d;
}

#header h3 {
	margin: 0;
	padding: 0;
	text-align: right;
	margin-right: 15px;
	xtop: 70px;
	top: 24px;
	position: relative;
}

#logo {
	float: left;
	background: #fff;
	padding: 0 15px;
}

#content {
	margin: 10px 20px;
	padding: 10px 0;

}

.popup {
	width: 600px;
	height: 600px;
	border: 3px solid #888;
	position: fixed;
	display:none;
}

.clear { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }

.portfolio_list h3 {
	border-bottom: 1px solid #000;
}

.portfolio_list p{
	font-size: 12px; 
	color: #666;
	line-height: 22px;
}

.portfolio_list ul {
	margin: 0;
	margin-left: 20px;
	padding: 0;
	font-size: 12px;
	color: #666;
}

.portfolio_list a {
	font-size: 12px;s
	color: #0000ee;
	padding: 2px;
}

.portfolio_list a:hover {
	color: #fff;
	background: #0000ee;
	text-decoration: none;
}
