﻿#page_shell {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

#main_frame {
	display:inline; /* fixes IE6 double-margin bug */
	float:left;
	width:600px;
	margin:0 0 0 180px;
	padding: 0;
	overflow: hidden; 
}

#right_frame {
    display:inline;
	width: 170px;
	float: right;
	margin: 0 0 0 10px;
}

#left_frame {
    display:inline;
	margin: 0 0px 0 -780px;
	width: 170px;
	float: left;
}
#footer_frame 
{
    float: none; 
    clear: both;
}
body 
{
    background:url('../../../images/page/shadows.png') repeat-y center;	
}

/* Float Fix. Add more elements as required. not needed for i.e. 6/5? */
#page_frame:after{clear:both;content: "...";display:block;font-size:1px;height:0;overflow:hidden;visibility:hidden;}
