
html, body {height:100%}
body {
	padding:0;
	margin:0;
	/* background:pink url(leftcolbg.jpg) repeat-y left top;*/
	/* color:#CCFF00; */
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:22%;
	margin-right:22%;

	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:196px;
	background:#38C0C4 url(/im/dogartists-bg.gif);
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	text-align: center;
}
#left {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:left;
	margin-left:-171px;/*must be 1px less than width otherwise won't push footer down */
}

p {padding-left:10px;padding-right:2px}
h1{font-size:125%;}
h2,h3{padding-left:6px;padding-right:6px;font-size:115%;}

#right {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	margin-right:-171px;/*must be 1px less than width otherwise won't push footer down */
}
#footer {
	width:100%;
	clear:both;
	height:150px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background: #38C0C4;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:152px;/* for ie5 */
	he\ight:150px;/* for ie6 */
}
#clearheader{height:196px;}/*needed to make room for header*/
#clearfooter{clear:both;height:25px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {float:right;width:100%;position:relative;margin: 0 -0.5%;}
.outerwrap {
float: left;
width: 99%;
}
.left {padding: 8px;float: left;}
.right {padding: 8px;float: right;}
.lgBrown{
	font-size: 120%;
	color: #D68056;
}
