/* 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/blocks.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;
}

.opstitle {
	color: #333333;
	font-size: medium;
	}

.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 10px;
	
}

.pictureleft {
	text-align: left;
	float: left;
	position: relative;
	border: 1px solid #666666;
	padding: 5px;
	margin: 8px 10px 15px 0px;
}

.contacttitle {
	float: none;
	display: block;
	clear: left;
	text-align: center;
	margin-bottom: 15px;
}

