/* Layout Stylesheet */ 
html { height: 100%; margin-bottom: 1px; }

.topimage {
	width: 698px;
	height: 130px;
	text-align: center;
	padding: 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../images/background3d.jpg);
	display: block;
	float: left;
	}
	
.pageimage {
	background-image: url(../images/thefuturehouse.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 448px;
	border: 1px solid #133C5C;
}

.portfoliolayout {
	width: 410px;
	display: block;
	position: relative;
}

.block {
	width: 410px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	float: none;
	}

.footer {
	display: block;
	position: relative;
	width: 400px;
}

.porttitle {
	color: #333333;

	}

.portpicsmall {
	border: 1px solid #666666;
	padding: 5px;
	text-align: left;
	display: block;
	float: none;
	margin: 0px;
}

 .portpicsmall img {
	border: 1px solid #666666;
	margin-left: 23px;
	
}

.porttext {
	display: block;
	color: #666666;
	width: 250px;
	vertical-align: text-bottom;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: justify;
}

.porttext a:link, .porttext a:visited, .porttext a:active {
	text-decoration: none;
	color: #666666;
}

.porttext a:hover {
	color: #666666;
	text-decoration: underline;
}

.pictureright {
	text-align: right;
	float: right;
	position: relative;
	border: 1px solid #666666;
	padding: 5px;
	margin: 8px 5px 5px 25px;
}

.pictureleft {
	text-align: left;
	float: left;
	position: relative;
	border: 1px solid #666666;
	padding: 5px;
	margin: 8px 25px 15px 0px;
}

.navlayout {
	width: 410px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}
.navlayout a:link, .navlayout a:visited, .navlayout a:active {
	text-decoration: none;
	color: #666666;
}

.navlayout a:hover {
	text-decoration: underline;
	color: #CC0000;
}

.back {
	color: #333333;
	float: left;
	width: 100px;
	}

.ppage {
	color: #333333;
	width: 210px;
	text-align: center;
	float: left;
	}

.next {
	color: #333333;
	width: 100px;
	text-align: right;
	float: left;
	}

img {
border: 1px solid #666666;
}