body{
	margin: 67px 0px;
	background: url("../images/background.gif") repeat-x #f5bd1e;
	text-align: center;
}
/* image borders */
a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img, img { color: inherit;/* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }                           /* code from W3C - www.w3.org */
}
#main{
	width: 829px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#bodyLeft{
	float: left;
	width: 14px;
	margin-top: 102px;
}
#bodyRight{
	float: right;
	width: 16px;
	margin-top: 102px;
}
#mainBody{
	position: absolute;
	top: 0px;
	left: 14px;
	width: 798px;
}
#header{
	width: 100%;
	position: relative;
	height: 102px;
	/*border: 1px solid black;*/
	background: url("../images/header_background.gif") repeat-x;
}
#logoTop{
	float: left;
}
#headerMenu{
	float: left;
	width: 606px;
	position: absolute;
	left: 326px;
	top: 57px;
}



#headerMenu2{
	float: left;
	width: 606px;
	position: absolute;
	left: 443px;
	top: 57px;
}


#headerRight{
	float: right;	
}
#logoPart2{
	position: absolute;
	top: 102px;
	left: 0px;
	width: 571px;
	background-color: #FFFFFF;
}
#logoPart2NoRightMenu{
	position: absolute;
	top: 102px;
	left: 0px;
	width: 798px;
	background-color: #FFFFFF;
}
