html {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

html, body{
	margin: 0pt;
	padding: 0pt;
	background-color: #322918;
}

#left
{
  position: relative;
  width: 100%;
}


#y1
{
  position: absolute;
  height: 20px;
  width: 16px;
  top: 0px;
  left: 0px;
  background-image:url(img/y1.png);
}

#ygol
{
  position: relative;
  width: 86px;
  height: 47px;
}

#y2
{
  position: absolute;
  height: 47px;
  width: 72px;
  top: 0px;
  right: -72px;
  background-image:url(img/y2.png);
}

#y3
{
  position: absolute;
  height: 58px;
  width: 86px;
  top: -11px;
  right: 0px;
  background-image:url(img/y.png);
}

#menu1
{
  position: relative;
  width: 100%;
}

#m11
{
  position: absolute;
  top: 0px;
  left: 30px;
}

#m12
{
  position: absolute;
  top: 0px;
  left: 120px;
}

#m13
{
  position: absolute;
  top: 0px;
  left: 240px;
}

#m14
{
  position: absolute;
  top: 0px;
  left: 320px;
}

#m15
{
  position: absolute;
  top: 0px;
  left: 415px;
}

#m16
{
  position: absolute;
  top: 0px;
  left: 520px;
}

a.menu1:link {color: #ffffff; font-size: 12pt; font-style: italic; font-weight: bold; text-decoration: none;}
a.menu1:visited {color: #ffffff; font-size: 12pt; font-style: italic; font-weight: bold; text-decoration: none;}
a.menu1:active {color: #ffffff; font-size: 12pt; font-style: italic; font-weight: bold; text-decoration: none;}
a.menu1:hover {color: #ffffff; font-size: 12pt; font-style: italic; font-weight: bold; text-decoration: none;}

a.menu2:link {color: #8A8271; font-size: 10pt; text-decoration: underline;}
a.menu2:visited {color: #8A8271; font-size: 10pt; text-decoration: underline;}
a.menu2:active {color: #8A8271; font-size: 10pt; text-decoration: underline;}
a.menu2:hover {color: #8A8271; font-size: 10pt; text-decoration: underline;}

.content {
font-family: times new roman;
text-align: justify;
}

.inputbox  {

  border:1px solid #322918;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  background: #322918;
  border-color: #3e3421;
  cursor: inherit;
  color: #fff;
}

.button  {
font-size: 10pt;
border:1px solid #322918;
font-size: 10px; font-family: Verdana, Arial, Helvetica
}

