#page {
	position: relative;
	width: 650px;
	text-align: left;
	margin: auto;
}

#header {
	height: 45px;
	z-index: 1;
	text-decoration: none;
}

#logo {
  display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#webTitle {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 130%;
	color: rgb(156,143,124);
	z-index: -2;
}

#webTitle a {
	text-decoration: none;  
	color: rgb(156,143,124);
}

/* ************ menu *********** */

 
#menu {
  display: none;
  background-color: #000000;
  position: absolute;
  width: 956px;
  height: 23px;
  top: 125px;
  text-align: right;
  padding: 0px 14px 0px 10px;
  color: #ffffff;
  font-weight: bold;
}

/********************* main content **********************/


#rightColumn {
  display: none;
  font-size: 85%;	
  float: right;
  width: 400px;
  padding-bottom: 20px;
}
		
#mainContentInside {
	line-height: 16px;
}


/********************* footer ****************************/

#footer {
  margin-top: 40px;
  text-align: right;
  width: 650px;
  margin: auto;
}
