body {
	background: #fff;
	margin: 25px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	_text-align: center;
	color: #000;
}

#main {
  width: 792px;
  background: #fff url('main.gif') repeat-y;
  margin-left: auto;
  margin-right: auto;
  _text-align: left;
}

#head {
	height: 120px;
	background: url('double-quick.png') no-repeat;
}

#head h1 {
  margin: 0px;
  display: none;
}

#menu {
	background: #fff url('menu.gif') top left no-repeat;
	height: 33px;
  *paddaing-left: 8px;
}

#menu ul {
  margin: 0;
  padding: 0;
  margin-left: 106px;
  _margin-left: 53px;
  float: left;
  list-style-type: none;
}

#menu ul li {
	float: left;
	height: 33px;
}

#menu ul li a {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	_float: left;
	padding-right: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 5px;
}

#menu ul li a:hover {
  color: #888;
}

.menu_default {
  color: #fff;
}

.menu_current {
  color: #888;
}

#language {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
}

#language ul {

  list-style-type: none;
}

#language ul li {
  float: right;
  padding-left: 10px;
}

#language ul li a {
  color: #000;
  font-size: 10px;
}


#container {
	clear: both;
	margin-left: 106px;
	margin-right: 106px;
	padding-bottom: 23px;
}

#text {
	font-size: 9pt;
	color: #888;
	text-align: left;
	line-height: 150%;
}

#text h2 {
	color: #838287;
	font-size: 26px;
	margin-bottom: 30px;
  font-weight: normal;
	margin-top: 40px;
}

#text h3 {
  color: #d3005f;
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}

#footer {
  color: #888;
  background: url('footer.gif') top left no-repeat;
  height: 40px;
  width: 792px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 10px;
  line-height: 50px;
}

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

#footer a:hover {
  text-decoration: none;
  color: #f80;
}

.nofloat {
  clear: both;
}

a img {
  border: 0px;
}