/* 	CSS 2 Document 
	Stylesheet by Philip Bolt
	This defines a four-way page split into HEADER, LEFT, CONTENT and footer.
*/

td.lrg	{font-size: 200%;}
p.med	{font-size: 150%;}

#header {
position : fixed;
width : 100%;
height : 10%;
top : 0;
right : 20;
bottom : auto;
left : 0;
border-bottom : 0;
}
#left{
position : fixed;
height : auto;
top : 10%;
left : 10px;
bottom : 8%;
width : 20%;
height : auto;
margin : 0px 0px 0px 0px;
margin-left:2%;
padding : 0px;
border-bottom : 0;
border-right : 0;
overflow :auto; 
font-size:100%
}
#right{
position : fixed;
top : 10%;
left : 25%;
bottom : 8%;
margin : 0px 0px 0px 0px;
width : 74%;
height : auto;
padding-left : 0%;
padding-right : 0%;
border-right : 0;
border-left : 0;
overflow : auto;
/*border-top : 2px solid #cccccc;	/*These borders are to allow adjustment of the content size.
border-left : 2px solid #cccccc;
border-bottom : 2px solid #cccccc;*/
}

#footer {
position: fixed;
width: 100%;
height: 70px;
top: auto;
right: 0;
bottom: 0;
margin-left : 10px;
}