/* 3 pane CSS */

body, html{
	height:100%;
	}

#frame {
	width: 775px;
	height:100%;
	clear:both;
	background-color:#eeeeee;
	background-color:#ffffff;
	}
	
#nav {
	width: 210px;
	height:100%;
	float:left;

	background-color:#eeffee;
	background-color:#ffffff;
	}
	
#content {
	width: 560px;
	float:right;
	background-color:#ff00ee;
	background-color:#ffffff;
	margin:0px;
	}
