body {
  /* LAY OUT */
	margin:0;
  /* DISPLAY */
	background-color:#EFAE00;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
  /* LAY OUT */
	width:760px;
	position:relative;
	margin:30px auto;
}

#sitetitle {
  /* LAY OUT */
	width:325px;
	height:122px;
	position:absolute;
	top:132px;
	left:0px;
	z-index:2;
	filter:alpha(opacity=60);
	opacity:.6;
}

#sitetitle span {
  /* DISPLAY */
	display:none;
}


#sidebar {
  /* LAY OUT */
	width:326px;
	height:115px;
	position:absolute;
	top:400px;
	left:0px;
	z-index:1;
  /* DISPLAY */
	background-image:url(bgsidebar.gif);
	color:#666666;
	font-size:12px;

}

#sidebar p {
  /* DISPLAY */

	margin:18px;
}

#menu {
  /* LAY OUT */
	width:434px;
	height:20px;
	position:absolute;
	top:55px;
	right:0px;
	z-index:2;
}

#menu span {
  /* DISPLAY */
	display:none;
}


#menu0,#menu1,#menu2,#menu3,#menu4,#menu0s,#menu1s,#menu2s,#menu3s,#menu4s {
  /* LAY OUT */
	width:86px;
	height:20px;
	position:absolute;
	z-index:1;
}

#menu0:hover,#menu1:hover,#menu2:hover,#menu3:hover,#menu4:hover {
  /* DISPLAY */
	background-position: 0px -20px;
}

#menu0s,#menu1s,#menu2s,#menu3s,#menu4s {
  /* DISPLAY */
	background-position: 0px -40px;
}


#siteimage0 {
  /* LAY OUT */
	width:180px;
	height:90px;
	position:absolute;
	top:375px;
	left:350px;
	z-index:2;
}

#siteimage1 {
  /* LAY OUT */
	width:180px;
	height:90px;
	position:absolute;
	top:375px;
	right:25px;
	z-index:2;
}

#pageimage0,#pageimage1,#pageimage2,#pageimage3,#pageimage4 {
  /* LAY OUT */
	width:760px;
	height:325px;
	position:absolute;
	top:75px;
	left:0px;
	z-index:1;
}

#main {
  /* LAY OUT */
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	margin:0px 0px 0px 0px;
	z-index:0;
  /* DISPLAY */
	background-color:#FFFFFF;
}

#pagetitle {
  /* DISPLAY */
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-weight:bold;
	font-size:20px;
	margin-top:495px;
	margin-left:350px;
}

#content {
  /* DISPLAY */
	color:#000000;
	font-size:12px;
	margin:20px;
	text-align:justify;
}

#footer {
  /* LAY OUT */
	width:760px;
	height:30px;
	z-index:2;
  /* DISPLAY */
	background-color:#EFAE00;
	text-align:center;
}

#footer span {
  /* LAY OUT */
	position:relative;
	top:8px;
  /* DISPLAY */
	font-size:11px;
	color:#FFFFFF;
}

#footer span a {
	color:#FFFFFF;
}

#template1 {
  /* LAY OUT */
	width:435px;
	height:21px;
	position:absolute;
	top:54px;
	right:0px;
	z-index:1;
  /* DISPLAY */
	background-image:url(bgmenu.gif);
}

#template2 {
  /* LAY OUT */
	width:1px;
	height:325px;
	position:absolute;
	top:75px;
	left:325px;
	z-index:2;
  /* DISPLAY */
	background-color:#FFFFFF;
