/* CSS definition file containing sitestyle stylesheets */

body {
  margin:20px 0px 0px 0px; 
  background-color: #000000;
  font-family:arial, verdana;
} 
a:link{
	color:#ffffff;
}
a:visited {
	color:#ffffff;
}
a:hover {
	color:#95c1d6;
}
a:active {
	color:#ffffff;
}

/* centers web page on screen */ 
div#wrapper {
	width:729px;
	margin:0px auto 0px auto;
	text-align:left;
}
/* left side w/navigation */
div#nav{
	position:relative;
	width:226px;
	height:576px;
	margin:0px 0px 0px 0px;
}
div#nav img {
  float:left;
  margin: 0px 0px 0px 0px;
}
/* right section top alignment */
div#rightsectiontop{
	position:absolute;
	width:503px;
	height:334px;
	background:url(images/righttop.jpg) no-repeat top left;
	margin: -576px 0px 0px 226px;
}
/* bottom left picture section */
div#bottomsectionleft {
  position:absolute;
  width:221px;
  height:242px;
  background:url(images/middlebottom.jpg) no-repeat top left;
  margin: -242px 0px 0px 226px;
}
/* bottom picture section */
div.bottom1 img {
  float:center;
  margin: -15px 0px 0px 55px;
}
div.bottom1 ul li{
  list-style-type:circle;
  margin: 0px 0px 0px -2px;
  font-size:12px;
  color:#ffffff;
}
/* bottom right picture section */
div#bottomsectionright {
  position:absolute;
  width:503px;
  height:576px;
  background:url(images/right1.jpg) no-repeat top left;
  margin: -576px 0px 0px 221px;
}
/*margin: -167px 0px opx 221px; */
/* column to the right of navigation */
div#blankcolumn{
	position:absolute;
	width:503px;
	height:576px;
	background:url(images/blankcolumn.jpg) no-repeat top left;
	margin: -576px 0px 0px 226px;
}
h4.move {
  text-align: right;
  color:#ffffff;
  margin: 5px 20px 0px 0px;
}
h2.move {
  text-align: right;
  color:#ffffff;
  margin: 5px 20px 0px 0px;
}
p.second {
  text-align: right;
  color: #ffffff;
  margin:10px 20px 0px 40px;
  line-height: 19px;
  font-size:12px;
}
p.third {
  text-align: right;
  color: #ffffff;
  margin:5px 20px 0px 30px;
  line-height: 16px;
  font-size:12px;
}
p.fourth {
  text-align: center;
  color: #ffffff;
  margin:5px 20px 0px 30px;
  line-height: 16px;
  font-size:12px;
}
h2.movecontact {
  text-align: right;
  color:#ffffff;
  margin: 0px 0px 0px 0px;
}
p.secondspecial {
  text-align: left;
  color: #ffffff;
  margin:0px 5px 0px 2px;
  font-size:12px;
}
p.secondspecial2 {
  text-align: center;
  color: #ffffff;
  margin:0px 5px 0px 2px;
  font-size:12px;
}
p.secondspecial9 {
  text-align: left;
  color: #000000;
  margin:0px 0px 0px 2px;
  font-size:14px;
}

