/* CSS Document */


body {
  background-image: url('img/BG.gif'); background-repeat: repeat;
  margin: 0px;
  padding: 0px;
  align: center;
  font-family: sans-serif;
  font-size: 10px;
  color: #666666;
}

img{  
  border-style: none;
}

a:link{ 
  text-decoration: none;
  color: #666666;
}
	
a:visited{ 
  text-decoration: none;
  color: #666666;
}

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

#container {
  background: #FFFFFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
  height: 575px;
  padding-top: 10px;
  padding-left: 10px;

}

#header {
  background-image: url('img/BG.gif'); background-repeat: repeat;
  align: center;
  width: 800px;
  height: 50px;
}

#content_top {
  background: #FFFFFF;
  width: 780px;
  height: 30px;
  padding: 10px;

}
#content_mid {
  background: #FFFFFF;
  width: 800px;
  height: 475px;

}

#content_left {
  background: #FFFFFF;
  float:left;
  width: 160px;
  height: 465px;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;

}

#content_right {
  background: #FFFFFF;
  float:left;
  width: 620px;
  height: 465px;

}

#content_bottom {
  background: #FFFFFF;
  width: 800px;
  height: 40px;
  padding-top: 10px;
}
#footer {
  background: #FFFFFF;
  clear: left;
  width: 720px;
  height: 100px;
}

#copy {
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
  color: #666666;
  margin-left: 10px;
  margin-right: 10px;
}

#copypics {
  text-align: left;
  font-family: sans-serif;
  font-size: 10px;
  color: #666666;
  width: 480px;

}

#workcontainer {
  background: #FFFFFF;
}
