  A:link
	{ text-decoration: none; color:#0043D4; }
  A:visited
	{ text-decoration: none; color:#0043D4; }
  A:active
	{ text-decoration: none; color:#0043D4; }
  A:hover
	{ text-decoration: none; color:#000000; }

body{ 
  text-align: center;
  top: 0px;
  margin: 0 auto;
  background-image: url(images\bg.jpg); 
  background-repeat: repeat-y; 
}

#header {
  width: 769px;
  height: 113px;
  background-image: url(images\header.jpg); 
  background-repeat: no-repeat; 
  position: absolute;
  left: 0px;
  top: 0px;
  }

#content {

  top: 0px;
  width: 795px;
  height: 700px;
  background-image: url(images\content.jpg); 
  background-repeat: no-repeat; 
  text-align: left;
  position: absolute;
  left: 206px;
  top: 112px;
  padding-left: 30px;
  padding-top: 30px;
  }

#nav {
  width: 207px;
  height: 712px;
  background-image: url(images\nav.jpg); 
  background-repeat: no-repeat; 
  padding-right: 10px;
  padding-top: 80px;
  position: absolute;
  left: 0px;
  top: 112px;
  text-align: right;
  }


.title {
  font-family: arial;
  font-size: 25px;
  color: #000032;
  font-weight: 800;

}

.text {
  font-family: arial;
  font-size: 11px;
  color: #000000;
  font-weight: 100;

}

.nav {
  font-family: arial;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  background-image: url(images\square.jpg); 
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 20px;
  padding-top: 1px;

}

