/* JEFC LAYOUT */

html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: arial, sans-serif;
	font-size: 76%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{margin:0 10px 10px}
div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B;
	position: absolute;
	top: -10000px;
}
div#container{
	text-align:left
}
/*div#content p{line-height:1.4}*/
div#container{
	width:955px;
	margin:0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
div#wrapper{
	float:left;
	width:100%;
	background-image: url(../images/bgthing.png);
	background-repeat: repeat-y;
	background-position: right top;
}
div#content{
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;
}
div#adsense {
	margin-left: 200px;
}
div#extra{
	float:left;
	width:160px;
	margin-left:-160px;
	margin-top: 90px;
	background-color: #F1F1F1;
}
div#sidebar{float:left;width:160px;margin-left:-955px}
div#footer{
	clear:left
}

