 

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:rgb(255,79, 20); 
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:160px;
	background:#FFF;
	margin-bottom:-30px;	
	min-width:610px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	height:70px;
	background:rgb(255,79, 20);
	overflow:visible;
	
}
#header .logo {position:absolute;padding:2px 0 0 5px;}
#header .title {position:absolute; top:0; left:160px; }
#header .catchline {position:absolute; top:10px; left:497px;}

#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*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:30px;
	background-color: rgb(255,79, 20);
	color: #000000;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:70px;background-color:rgb(255,79, 20)}/*needed to make room for header*/
#clearfooter{clear:both;height:30px;}/*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 */






 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderL, .borderR {
    width: 12px; height: 12px;
    padding: 0px; border: 0px;
    z-index: 2;
    
}
 .borderL, .borderR {
    width: 12px; height: 24px;
    
}

.borderTL, .borderL { float: left; clear: none; margin: 0px 0px 0px 0px;  }
.borderTR, .borderR { float: right; clear: none; margin: 0px 0px 0px 0px;  }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL, .borderL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderTL {
    margin-left: 0px;
}
html>body .borderL {
    margin-left: 0px;
}
.borderTR, .borderR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderTR {
    margin-right: 0px;
}
html>body .borderR {
    margin-right: 0px;
}

#tl_curve {
	position:absolute;
	top:70px;
	left:160px;
}
#bl_curve {
	position:absolute;
	bottom:30px;
	left:160px;
}

