 

html, body {height:100%}
body {
	padding:0;
	margin:0;
	background:#6677FF; 
}
#outer{
	height:100%;
	min-height:100%;
	margin-left:180px;
	background:#FFF;
	margin-bottom:-30px;	
	min-width:590px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	height:85px;
	background:#6677FF;
	overflow:visible;
	
}
#header #logo {position:absolute;padding:2px 0 0 0px;}
#header #title {position:absolute; top:0; 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:140px;/*needed to make room for header*/

}


#footer {
	
	clear:both;
	height:30px;
	background-color: #6677FF;
	color: #000000;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:100px;background-color:#6677FF}/*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:570px;	padding:17px 0 10px 17px;}/* combat IE's 3 pixel jog */






#tl_curve {
	position:absolute;
	top:100px;
	left:180px;
}
#bl_curve {
	position:absolute;
	bottom:30px;
	left:180px;
	background-color:#6677FF;
}
#startop{
z-index: 1;
background-image: url("/images/star_highlight.gif");
background-repeat: repeat-x;
height: 13px;
}
#starbottom{
z-index: 0;
background-image: url("/images/star_background.gif");
background-repeat: repeat-x;
width: 70px;
height: 13px;
}