html {
  color: #FF7F00;
  font-family: Sylfaen, Verdana, Arial, Helvetica;
  background: #000000; /*51% 20px no-repeat;*/
}

body {
  text-align: center;
  width: 98%;
  background: #000000;
}

p {
  font-family: Sylfaen, Verdana, Arial, Helvetica;
  color: #FF7F00;
}

h2 {
  font-family:Sylfaen, Verdana, Arial, Helvetica;
  color: #FF7F00;
}

h3 {
  font-family:Sylfaen, Verdana, Arial, Helvetica;
  color: #FF7F00;
  font-style:italic;
}

h4
{
  font-family:"Bookman Old Style","Book Antiqua", "Times New Roman",serif;
  letter-spacing:1pt;
  font-weight:400;
  color: #FF7F00;
  font-size: 32px;
  margin: auto 0px;
}

h5
{
  /*font-family:Sylfaen, Verdana, Arial, Helvetica;*/
  font-family:"Bookman Old Style","Book Antiqua", "Times New Roman",serif;
  letter-spacing:3pt;
  font-weight:400;
  color: #FF7F00;
  font-size: 54px;
  margin: auto 0px;
}

/**** new ****/

#nleft
{
  position: absolute;
  left: 20px;
  width: 570px;
  height: 570px;
  min-height: 570px;
  overflow: hidden;
  /*outline: #00FF00 1px solid;*/
}

#nleft_text
{
	position:absolute;
	top:640px;
	left:20px;
	width: 100%;
	bottom:100px;
	overflow: visible;
	min-height: 150px;
	min-width:500px;
	/*outline: #00FF00 1px solid;*/
}

#nright
{
  position: absolute;
  left: 595px;
  right: 20px;
  min-width: 420px;
  overflow: visible;
  text-align: center;
  background: #000000;
  background: transparent;
  /*outline: #00FF00 1px solid;*/
}


/**** MAIN MENU *****/

#mmenu_right_top
{
  background: transparent;
  position: relative;
  top: 50px;
}

#mmenu_right_middle
{
  background: transparent;
  position: relative;
  top: 90px;
  height: 160px;
  background: transparent url(img/logo2.jpg) center no-repeat;
}

#mmenu_right_bottom
{
  background: transparent;
  position: relative;
  top: 120px;
}

#mmenu_right_bottom a:link 
{
  text-decoration:none; 
  color:#FF7F00; 
  background:transparent;
}

#mmenu_right_bottom a:visited 
{
  text-decoration:none; 
  color:#FF7F00; 
  background:transparent;
}

#mmenu_right_bottom a:hover 
{
  text-decoration:none; 
  color:#880000; 
  background:transparent;
}