body {
	margin:0px;
	font-family: Times New Roman, sans-serif, Helvetica, Verdana, Arial;
	font-size: 11px;
	color: black;
}

h1  {
	color: black;
	font-family: Times New Roman, Verdana;
	font-weight: normal;
	font-size: 24px;
  margin: .5em 0 0 55px;
}

h2  {
	color: #000000;
	font-family: Times New Roman, Verdana;
	font-size: 20px;
  font-weight: normal;
  margin: 2px 0 0 43px;
}

h3 {
	color: #000000;
	font-family: Times New Roman;
	font-size: 11px;
}

h4, h5, h6 {
	color: #000000;
	font-family: Times New Roman;
	font-size: 10px;

}

a {
	color: black;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
  color: black;
	text-decoration: none;
}

#text {
	font-family: Times New Roman, Helvetica;
	font-size: 14px;
	margin: 10px 0 0 65px;
  width: 380px;
}

#column-left {
  position: relative;
	float: left;
}
#column-right {
  position: relative;
	float: right;
	margin-right: 150px;
}

#holder {
  position: relative;
  width: 100%;
  height: 100%
  min-width: 800px;
}

#parent {
  position: absolute;
  left: 50%;
  width: 800px;
  margin: 0 0 0 -400px;
  text-align: left;
}

#head {
  width: 100%;
	height: 143px;
	margin-top: 15px;
	background-image: url("img/head.jpg");

}

#logo {
  width: 877px;
	height: 143px;
}

#content {
  position: relative;
  width: 715px;
	height: 540px;
	margin-left: 80px;
	background-image: url("img/content-bg.jpg");
}

#top-left {
  width: 497px;
	position: relative;
	float: left;
}

#top-right {
  width: 218px;
	height: 235px;
	position: relative;
	float: right;
	background-image: url("img/contact.jpg");
}

#middle-left {
  margin-top: 20px;
  width: 497px;
	position: relative;
	float: left;
}

#bottom-left {
  margin-top: 20px;
  width: 497px;
	position: relative;
	float: left;
}


#footer {
	width: 715px;
	height: 80px;
	margin-left: 80px;
	background-image: url("img/footer.jpg");
}

#advert {
  margin: 20px 0 0 13px;
  width: 205px;
  position: relative;
  float: right;
	font-size: 15px;
	color: orange;
	font-family: Times New Roman, Helvetica;
}

