body {
text-align: center;
margin: 0px;
margin-top: 0;
padding: 0px;
min-width:920px;/* stop mozilla sliding off the edge */
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.wrapper
{
	margin-right: auto;
margin-left: auto;
position: relative;
width: 920px;
text-align: left;
}
.header
{
	width:920px;
	/*height:283px;*/
}
.footer
{
	position:relative;
	width:760px;	
	/*height:273px;*/
	top:10px;
}
.nav
{
	position:relative;
	/*z-index:1;*/
	padding:0px 0px;
	left:0px;
	width:200px;
}
.navr
{
	position:relative;
	/*z-index:1;*/
	top:-150px;
	float:right;
	padding:0px 0px;
	left:40px;
	width:200px;
}
.content
{
	position:relative;
	/*z-index:1;	*/
	/*padding:0px 0px;*/
	top:-150px;
	left:250px;
	width:490px;
	text-align:left;
	margin-bottom:-150px;
}
.picl
{
	position:relative;
	/*z-index:1;*/
	top:-150px;
	float:left;
	padding:0px 0px;
	left:0px;
	width:200px;
	margin-bottom:-150px;
}
