body
{
  margin:0px;
  padding: 0px;
  background-color:#e3e3e3;
  font-family:arial;
}
img
{
  border:0px;
}
a
{
  color: #dedcdc;
  text-decoration:none;
  font-family:arial;
}
div.main
{
  background-image: url(img/header_bg.jpg);
  background-repeat: no-repeat;
  width: 1024px;
  height: 768px;
  text-align: center;
  font-size: 20px;
  font-family: Arial;
  color: #073f69;
  margin:0px;
  position:relative;

}
div.menu
{
  width: 212px;
  height:1159px;
  background-image:url(img/menu_bg.jpg);
  background-repeat: repeat-y;
  float:left;
}
#border
{
  margin-top:250px;
  margin-right:6px;
  float:right;
}
div.menu ul
{
  font-size:14px;
  text-align:left;
  float:left;
  list-style-type:none;
  margin-left: 11px;
}
div.menu li
{
  padding-top:15px;
}
div.menu li:hover
{
  list-style-image: url(img/arrow.jpg);
}
div.menu a:hover
{
  text-decoration:underline;
}
div.header
{
  width: 915px;
  height: 227px;
  background-color: #646464;
  margin-top: 163px;
  margin-left: 66px;
  position:absolute;
}
div.header img
{
 margin-top:4px;
}
#language
{
 float:right;
 margin-top: 114px;

}
#language a
{
 color: #dedcdc;
 text-decoration:none;
 font-size: 11px;
  padding-right:23px;
}
div.content
{
 width: 480px;
 height: 510px;
 float:left;
 margin-top:390px;
 text-align:left;
}
div.text
{
 margin-left:50px;
 margin-top:41px;
 color:#646464;
 font-size:12px;
 font-family:arial;
}
div.text h1
{
 font-size:24px;
 font-family:verdana;
 font-style:normal;
 font-weight:normal;
 color:#4f6c7b;
}
div.contact
{
 width:200px;
 height:100%;
 float:right;
 background-color:#c5c5c5;
 margin-top:390px;
 margin-right:82px;
}
div.contact div.text
{
  margin-top:35px;
  margin-left:10px;
  float:left;
  text-align:left;
}
div.text h2
{
 font-size:18px;
 font-family:verdana;
 font-style:normal;
 font-weight:normal;
 color:#4f6c7b;
}
div.footer
{
 text-align:center;
 float:left;
 width:530px;
 height:20px;
 margin-top:86%;
 margin-left:-50px;
 border-top-width:1px;
 border-top-color:#646464;
 border-top-style:solid;
}
div.footer td
{
  border-right-width:1px;
  border-right-color:#646464;
  border-right-style:solid;
  height:30px;
  padding-right:30px;
}
div.footer a
{
 color:#646464;
 margin-left:30px;
}
div.footer a:hover
{
 text-decoration:underline;
}
.image
{
  width:200px;
  height:200px;
  background-color:#FFFFFF;
  float:right;
}
div.text li
{
  margin-top:10px;
}
div.contact a
{
  color: #646464;
}