/* ------------------------ LAY OUT ------------------------*/

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

#container {
  /* LAY OUT */
	width:760px;
	position:relative;
	top:20px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
}

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

#sitetitle span {
	display:none;
}

#sidebar {
  /* LAY OUT */
	width:357px;
	height:100px;
	position:absolute;
	top:0px;
	right:0px;
  /* DISPLAY */
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E0A50B;
	color:#FFFFFF;
}

#sidebar p {

	text-align:right;
	margin:10px 10px 0px 0px;
}

#menu {
  /* LAY OUT */
	width:153px;
	height:125px;
	position:absolute;
	top:0px;
	left:250px;
	margin:0px 0px 0px 0px;
	z-index:1;
}

#menu span {
	display:none;
}

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

#menu0:hover,#menu1:hover,#menu2:hover,#menu3:hover,#menu4:hover {
	background-position: 0px -25px;
}

#menu0s,#menu1s,#menu2s,#menu3s,#menu4s {
	background-position: 0px -50px;
}

#siteimage0 {
  /* LAY OUT */
	width:250px;
	height:195px;
	position:absolute;
	top:100px;
	left:0px;
}

#siteimage1 {
  /* LAY OUT */
	width:153px;
	height:145px;
	position:absolute;
	top:150px;
	left:250px;
	z-index:1;
}

#pageimage0,#pageimage1,#pageimage2,#pageimage3,#pageimage4 {
  /* LAY OUT */
	width:357px;
	height:195px;
	position:absolute;
	top:100px;
	right:0px;
}

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

#pagetitle {
  /* LAY OUT */
	margin: 5px 15px 15px 15px;
  /* DISPLAY */
	color:#000000;
	font-weight:bold;
	font-size:14pt;
}

#content {
  /* LAY OUT */
	margin: 15px 15px 15px 15px;
  /* DISPLAY */
	color:#000000;
	font-size:10pt;
}

#footer {
  /* LAY OUT */
	width:760px;
	height:25px;
  /* DISPLAY */
	background-color:#FEDE27;
	text-align:right;
}

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

#template1 {
  /* LAY OUT */
	width:153px;
	height:320px;
	position:absolute;
	top:0px;
	left:250px;
	z-index:0;
  /* DISPLAY */
	background-color:#C6AC54;
}

#template2 {
  /* LAY OUT */
	width:100px;
	height:25px;
	position:absolute;
	top:75px;
	left:403px;
	z-index:1;
  /* DISPLAY */
	background-color:#FEDE27;
}