/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */

#frame
{
        background: url("../images/header-intro.jpg") no-repeat top left; 
        background-position: 0px 40px;

}

#header {	
	width: 768px;
	height: 380px;
	top: 0px;
	left: 0;
	position: absolute;

}

#header h2 {
	background: url("../images/header-intro.jpg") no-repeat top left; 
	width: 768px;
	height: 300px;
	top: 40px;
	position: absolute;
        

}

#nav-main {
	top: 340px;
}

#left, #center, #right {
	margin-top: 380px;
}

#left {
        display: block;
	float: left;
	width: 177px;
}

#center {
	background: url(../images/pageBg.gif) no-repeat left top;
	float: left;
	width: 408px;
}

#right {
	background: url(../images/pageBg.gif) no-repeat left top;
	float: left;
	width: 180px;
}

#nav-right {
       display: none;
}

