.body {
	width:800px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
}
.normalText {
	font-size: 14px;
	text-align: left;
}
.heading1 {
	font-size: 18px;
	text-align: left;
}
.copyrightText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align:center;
}




.content {
	width:800px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	width:100%;
	text-align:center;
}
.footer {
	width:100%;
	margin-top:10px;
}


.portfolio_landscape_left {
	float:left; 
	width:50%; 
	height:260px;
	text-align:center; 
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.portfolio_landscape_middle {
	float:left; 
	width:50%; 
	height:260px;
	text-align:center; 
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.portfolio_landscape_right {
	float:left; 
	width:50%; 
	height:260px;
	text-align:center; 
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.portfolio_portrait_left {
	float:left; 
	width:25%; 
	height:260px;
	text-align:center;
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.portfolio_portrait_middle {
	float:left; 
	width:25%; 
	height:260px;
	text-align:center;
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}
.portfolio_portrait_right {
	float:right; 
	width:25%; 
	height:260px;
	text-align:center;
	padding-top:5px;
	background: url(../images/spinner.gif) no-repeat center center;
}

.extras_info_right {
	float:right; 
	width:50%; 
	text-align:left;
	padding-top:5px;
	
}
.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff;
  width: 49%;
  }

