/*   LAYOUT  2  PHOTO  */

* {margin:0;padding:0;}
body {
	text-align:center;
	margin:15px 0;
}
#printhead {display: none;}
#wrapper{
	min-width:700px;
	max-width:880px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#outer{
	margin-left:130px;
	margin-right:1px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110px;
	line-height:110px;	
	overflow:hidden;
}

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
}
* html #left {margin-right:-3px;}/* 3px jog*/
* html #outer{/* 3px jog*/
	margin-left:127px;
	margin-right:1px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:1px;
	float:right;
	margin-right:0px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}
* html #right {margin-right:-1px;margin-left:-3px}/* stop float drop in ie + 3px jog */

#footer {	
	width:100%;
	clear:both;
	position:relative;
}

#clearheader{height:112px;}/*needed to make room for header*/
#centercontent {float:right;width:99%;position:relative;}
* html #centercontent{width:100%}

.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#counter{
	text-align:center;
	padding-top: 8px;
	background: #FFF;
}
#text{
	padding:0 5px;
}
#goss{
	float:right;
}