html,body {
  margin:0px;
  padding:0px;
  height:100%;
  background:url('../gfx/layout/background.gif') top left repeat-x #fff;
  text-align:left;
}
#contain {
  float:center;
  width:1000px;
  height:810px;
  margin:0px auto;
  padding:0px;
  text-align:left;
}
img {border:0px;}

/*Layout*/
#nav {
  float:left;
  width:1000px;
  height:48px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/layout/gradient.gif') left top no-repeat;
}
#rightcontent {
  float:left;
  width:353px;
  height:655px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/layout/right-bg.gif') left top repeat-y;
}
#leftcontent {
  float:left;
  width:647px;
  height:655px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/layout/left-bg.gif') left top repeat-y;
}

/*Text Style*/
h1 {
  font-family:georgia, verdana, arial;
  font-size:1.1em;
  color:#000;
  padding:0px;
}
h2 {
  font-family:arial, georgia, verdana;
  font-weight:bold;
  font-size:0.9em;
  color:#000;
  padding:0px;
}
p {
  font-family:arial, "trebuchet MS", verdana;
  font-size:13px;
  line-height:1.7em;
  color:#a59a87;
  text-align:justify;
  padding:0px;
}
a {
  text-decoration:none;
  color:#b3c06a;
  font-weight:bold;
}
a:hover {
  color:#a0c4bf;
}

#flash {
  margin:0px;
  float:left;
  display:inline;
}
/*Navigation*/
#nav img {border:0;}
#nav #links {
  margin:8px 0px 0px 26px;
}
#nav #links a {
  margin:0px 0px 0px -4px;
}

/*Left Content*/
#leftcontent h1 {
  margin-bottom:15px;
  font-weight: normal;
  font-family:georgia, verdana, arial;
  font-size:1.1em;
  color:#eea255;
  padding:0px;
}
#leftcontent h2 {
  font-family:georgia, verdana, arial;
  font-weight: normal;
  font-size:1.0em;
  color:#eea255;
  padding:0px;
  margin-top:35;
}
#leftcontent .text {
  float:left;
  width:567px;
  height:auto;
  margin:45px 0px 0px 45px;
  padding:0px;
  display:inline;
}
#leftcontent .kader .text ul,
#leftcontent .kader .textS ul {
  float:left;
  width:567px;
  margin:10px 0px 0px 0px;
  display:inline;
}
#leftcontent .kader .text .special ul {
  width:275px;
  margin:0px 0px 0px 0px;
}
#leftcontent .kader .text .special2 ul {
  width:275px;
  margin:0px 0px 45px 0px;
}
#leftcontent .kader .text ul li {
  margin:0px;
  padding:0px 0px 0px 20px;
  text-decoration:none;
  color:#a59a87;
  background:url('../gfx/style/arrow.gif') left center no-repeat;
}
#leftcontent img {
  float:left;
  margin:0px 20px 10px 0px;
}


/*Right Content*/
#rightcontent .text {
  float:left;
  width:273px;
  height:auto;
  margin:45px 0px 0px 32px;
  padding:0px;
  display:inline;
}
#rightcontent h1 {
  font-family:georgia, verdana, arial;
  font-weight: normal;
  font-size:1.1em;
  color:#7eb2ae;
  padding:0px;
  
} 
#rightcontent h2 {
  font-family:georgia, verdana, arial;
  font-weight: normal;
  font-size:1.0em;
  color:#7eb2ae;
  padding:0px;
  margin-top:35;
}
#rightcontent ul {
  margin:0px;
}


/*List Items*/
ul {
  margin:10px 20px 10px 55px;
  padding:0px;
  list-style:none;
  font-family:arial, "trebuchet MS", verdana;
  font-weight:bold;
}
ul li {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 20px;
  font-size:13px;
    color:#a59a87;
  line-height:1.7em;
  background:url('../gfx/style/arrow.gif') left center no-repeat;
}
ul li a {
  margin:0px;
  text-decoration:none;
  color:#b3c06a;
}
ul li a:hover {
  margin:0px;
  color:#a0c4bf;
  text-decoration:none;
}

/*Forms*/

input
{
  font-family:arial, "trebuchet MS", verdana;
  width: 276px;
  font-size:13px;
  line-height:1.7em;
  color:#eea255;
  background: #ffffff;
  border: 1px solid #e2d8cf;
}
textarea
{
  height:100px;
  font-family:arial, "trebuchet MS", verdana;
  width: 276px;
  font-size:13px;
  line-height:1.7em;
  color:#eea255;
  background: #ffffff;
  border: 1px solid #e2d8cf;
}
 label
{
width: 200px;
float: left;
text-align: left;
margin-right: 41px;
display: block;
}
  
