/* **************************************************  */
/* ** Code Originally from Paul O'B - 3 Col Example ** */
/* ** http://www.pmob.co.uk/temp/3colcentred_2a.htm ** */
/* **************************************************  */

html, body {
	height:100%
	}
	
body 	{
	padding:0;
	margin:0;
	text-align:left;
	min-width:760px;
	background-color: #fff;
	background-image:  url('bodybg.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
#outer	{
	height:100%;
	min-height:100%;
	width:758px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	color: #000000;
	text-align:left;
	margin-bottom:-52px;/* make room for footer */
	position:relative;
	}
 
html>body #outer{
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {
	/* enables content first */
	margin-top: 120px;
	float:left;
	width: 626px;
	}

#header	{
	position:absolute;
	top:0;
	left:0;
	width:758px;
	height:120px;
	background:transparent;
	overflow:hidden;
	z-index:100;
	}

#header p {
	margin-left: 170px;
	color:#FFFFFF;
	font-size:2.2em;
}

#left 	{
	position:relative;/*ie needs this to show float */
	width: 120px;
	float:left;
	padding-bottom:32px;/* needed to make room for footer */
	background-color: transparent;
	}

#left p	{
	font-size: 10px;
	padding-left:6px;
	padding-right:2px;

	}

#left p a {
	text-decoration: none;
	color:#333399;
	font-weight:600;
}

#left p a:hover {
	text-decoration: underline;
}

#right {
	position:relative;/*ie needs this to show float */
	width: 100px;
	float:right;
	margin-top:120px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	background-color: transparent;
	}

#right h3 {
	font-size: 11px;
	color: #000;
}

#right p {
	font-size: 10px;
	padding-left:4px;
	padding-right:2px
	}

#right p a {
	text-decoration: none;
	color:#333399;
	font-weight:600;
}

#right p a:hover {
	text-decoration: underline;
}

#centrecontent {
	width: 480px;
	float:right;
	padding-bottom:32px;/* needed to make room for footer */
	background-color: transparent;
	}

#centrecontent h1 {
	font-size: 14px;
}

#centrecontent h2 {
	font-size: 12px;
}

#centrecontent p {
	padding-left:3px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	}

#ieclear {
	width:100%;
	height:52px
	} /* for ie to clear footer */

#footer {
	width:758px;
	clear:both;
	height:50px;
	border-top:0px solid gray;
	border-bottom:0px solid gray;
	background-color: transparent;
	text-align:center;
	position: relative;

}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

#logo {
	float: left;
}

#logo a img{
	border: 0px;
}

.smallem {
	font-style:italic;
	font-size: 10px;
}