/* CSS Document */
body
	{
	background: #ffffff;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
div
	{
	margin: 0;
	padding: 0;
	}
#content
	{	
	height: expression(document.body.clientHeight - (150 + 0) + "px");
	width: 650px;
	background: #ffffff;
	position: absolute;
	top: 150px;
	right: 0px;
	bottom: 0px;
	left: 150px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	visibility:visible;
	overflow: auto;
	}
	
#header
	{
	background-color:#FFFFFF;
	background-image: url(images/graphics/template.gif);
	background-repeat:no-repeat;
	height: 150px;
	width: expression(document.body.clientWidth + "px");
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;  
	overflow:hidden;
	visibility:visible;
	}
#left_side
	{
	background-color: #FF0000;
	height:expression(document.body.clientHeight - (150 + 0) + "px");
	width: 150px;
	position:absolute;
	left: 0px;
	top: 150px;
	bottom: 0;
	overflow:hidden;
	visibility:visible;
	}
<!--[if IE]-->

#header
	{
	
	}
<!--[endif]-->


p, h1, h2, h4, li
	{
	margin: 0;
	padding: 0;
	}
h3
	{
	margin: 0em 0 0 0;
	}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #33FFFF;
}
.style1 {color: #FFFF00}
