 
/* All the important CSS for layout */
html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#9CEFC1; 
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:180px;
	background:#FFF;
	margin-bottom:-40px;	
	min-width:610px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:50%;
    width: 900px;
	height:90px;
	background:#9CEFC1;
	overflow:visible;
  	transform: translateX(-50%);
	
}
#header #logo {position:absolute;padding:2px 0 0 0px;}
#header #title {position:absolute; top:0px; left:180px; }
#header #catchline {position:absolute; top:10px; left:497px;}

#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	margin-left:-179px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:100px;/*needed to make room for header*/

}


#footer {
	
	clear:both;
	height:40px;
	background-color: #9CEFC1;
	color: #000000;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:42px;/* for ie5 */
	he\ight:40px;/* for ie6 */
}
#clearheader{height:80px;background-color:#9CEFC1}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*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 {width:590px;	padding:17px 0 10px 17px;}/* combat IE's 3 pixel jog */



/* Start of my CSS */


#tl_curve {
	position:absolute;
	top:80px;
	left:180px;
}
#bl_curve {
	position:absolute;
	bottom:40px;
	left:180px;
	background-color:#9CEFC1;
}


