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

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

#sitetitle {
  /* LAY OUT */
	width:380px;
	height:124px;
	position:absolute;
	top:0px;
	left:0px;
}

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


#sidebar {
  /* LAY OUT */
	width:380px;
	height:124px;
	position:absolute;
	top:0px;
	right:0px;
  /* DISPLAY */
	background-color:#FFCC00;
	color:#000000;
	font-size:12px;
}

#sidebar p {
  /* DISPLAY */

	margin:15px;
	text-align:right;
}

#menu {
  /* LAY OUT */
	background-image:url(bgmenu.gif);
	width:185px;
	height:104px;
	position:absolute;
	top:125px;
	left:0px;
}

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


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

#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:388px;
	height:104px;
	position:absolute;
	top:125px;
	left:186px;
}

#siteimage1 {
  /* LAY OUT */
	width:185px;
	height:104px;
	position:absolute;
	top:125px;
	right:0px;
}

#pageimage0,#pageimage1,#pageimage2,#pageimage3,#pageimage4 {
  /* LAY OUT */
	width:388px;
	height:104px;
	position:absolute;
	top:230px;
	left:186px;
	z-index:2;
}

#main {
  /* LAY OUT */
	width:100%;
	position:absolute;
	top:230px;
	left:0px;
	margin:0px 0px 0px 0px;
	z-index:0;
  /* DISPLAY */
	background-image:url(bgmain.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

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

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

#footer {
  /* LAY OUT */
	width:760px;
	height:140px;
  /* DISPLAY */
	background-image:url(bgfooter.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	background-color:#333333;
}

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

#footer span a {
	color:#000000;
}

#template1 {
  /* LAY OUT */
	width:390px;
	height:105px;
	position:absolute;
	top:230px;
	left:185px;
	z-index:1;
  /* DISPLAY */
	background-color:#333333;
}