/*CSS Document*/

body{
  background: #fff url();
  background-image: url(image/bgshadow.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  margin: 1px 1 1 4;
}

#wrapper{
  width: 100%;
  height: auto;
  text-align: center;
}

#container {
  width: 1005px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#footer
{
  width: 1005px;
  height: auto;
  background: #9ead91;
}

#header
{
  background: #d4d0c7;
  height: 135px;
  margin: 0px 0 0 0;
  font-family: Verdana;
  font-weight: bold;
}

#header p
{
  margin: 0px 0 0 200;
}

#subheader
{
  background: #fff4d8;
  height: 25px;
  margin: 0px 0 0 0;
  font-family: Monotype Corsiva;
  font-size: large;
}

#subheader p
{
  margin: 0px 0 0 197;
}

#title1 
{
  font-size: medium;
}

#title4
{
  padding-top: 0px;
  font-size: large;
}

#title2 
{
  padding: 0px 0 0 240;
  font-size: 5pt;
}

#title3 
{
  font-size: 24pt;
}

/*MENU STARTS HERE*/
#menu
{
  background: #d4d0c7;
  width: 160px;
  float: left;
  height: 745;
}

a.menu
{
  text-decoration: none;
  color: #000;
}

#menu ul
{
  margin: 0px 0 0 0;
  padding:0px 0 0 0;
}

#menu li
{
  display: block;
  width: 160px;
  height: 35px;
  padding: 10 0 0 0;
  margin: 0 0 0 0;
  border-bottom: 2px #000 solid;
  border-top: thin #ebe9e5 solid;
  text-align: center;
  font-weight: bold;
}
/*MENU ENDS HERE*/

a {
  text-decoration: none;
  color: #000;
}

#maincontent
{
  padding: 0 0 0 5px;
  float: left;
  clear: right;
  width: 840;
  height: auto;
  background: #9ead91;
}
