
*
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
}

body
{
	margin-left: 50%;
	height: 100%;
	
}

div#Container
{	
	width: 760px;
	height: 100%;
	margin-left: -380px;
	
	/* Hack for Satan, I mean IE... */
	_position: relative;
	_top: 0;
}

div#header
{
	background-image: url('banner1.jpg');
	width: 100%;
	height: 97px;	
}

div#contentContainer
{
	width: 100%;
	height: 100%;	
	float: left;
}

div#topSide
{
	width: 100%;
	height: 20px;
}

div#leftSide
{
	width: 2%;
	height: 100%;
	float: left;
	
}

div#contentMain
{
	width: 96%;
	height: 100%;	
	float: left;
}

div#rightSide
{
	width: 2%;
	height: 100%;	
	float: left;
	
}

div#bottomSide
{
	width: 100%;
	height: 0%;
}	

