@charset "utf-8";
/* CSS Document */

#portcontent {
	float: left;
	height: 505px;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portnext {
	float: left;
	height: 60px;
	width: 50px;
	margin-top: 170px;
	color: #FFFFFF;
	margin-right: -50px;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#portprev {
	float: left;
	height: 60px;
	width: 50px;
	margin-top: 170px;
	color: #FFFFFF;
	margin-left: -50px;
	background-image: url(images/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#portprev:hover {
	background-image: url(images/prevh.png);
}
#portnext:hover {
	background-image: url(images/nexth.png);
}
#portfolio {
	float: left;
	height: 505px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
}
#portleft {
	float: left;
	height: 505px;
	width: 495px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#portright {
	float: left;
	height: 505px;
	width: 300px;
	background-image: url(images/contactform.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#porttextbox {
	float: left;
	height: 470px;
	width: 260px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#porttitle {
	float: left;
	height: 25px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-weight: bold;
}
#porttext {
	float: left;
	height: 440px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#porturl {
	float: left;
	height: 30px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#container {
	float: left;
	height: 505px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

