body {
 margin: 0; padding: 0;
 background-color: #fff;
 text-align: center;
}

* { font-family: Verdana, Arial, sans-serif; text-align: left; }

/* DIVS FOR USE WITH LAYOUT */

/* THE CONTAINER IS 770PX WIDE TO ALLOW FOR A MINIMUM OF 800X600 RESOLUTION (INCLUDING SCROLLBAR) */

#container {  margin: 0 auto 0 auto; padding: 0; width:800px; background-color: <img src="images/top.jpg" width="430" height="205" alt="" border="0">; background-position: bottom left; background-repeat: no-repeat; overflow: hidden; }
#topleft { float: left; margin-bottom: 15px; padding: 0; width: 430px; height: 205px; background-color: #DBDBDB; background-image: url(images/top.jpg); background-position: left; background-repeat: no-repeat;  }
#topright { float: left; margin-bottom: 15px; padding: 0; width: 340px; height: 205px; background-color: #DBDBDB; }
#leftcol { float: left; margin: 0; padding: 0; width: 225px; }
#maincontent { float: left; margin: 0; padding: 0; width: 540px; }
#copyright { margin: 0 auto 0 auto; padding: 0; width: 800px; height: 20px; background-color: #DBDBDB; }
#design { margin: 0 auto 0 auto; padding: 0; width: 770px; height: 20px; background-color: #fff; }

#slogan {
  margin-top: 185px; margin-left: 50px; padding: 0;
  font-size: 0.8em; font-weight: bold; font-style: italic;
  line-height: 1.0em; color: #444;
}
#navone { 
  float: right;
  margin-left: 85px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 255px; height: 85px; 
  background-color: transparent; 
}

#navtwo {
  float: right;
  margin-left: 170px; padding: 0; /* large left margin means this row is pushed down correctly */
  width: 170px; height: 85px; 
  background-color: transparent; 
}

div.midsquare {
  float: right;
  margin-left: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: #FFFFFF;
}

div.bttmsquare {   /* REPLACE THIS WITH LINKS */
  float: right;
  margin-left: 10px; margin-top: 10px; padding: 0;
  width: 75px; height: 35px;
  background-color: rgb(61, 152, 201);
}




/* DIVS FOR USE WITH CONTENT */

div.leftitem {
  margin: 0 10px 10px 10px; padding: 0;
  background-color: #DBDBDB;
}

/* TEXT STYLES */
p {
  margin: 5px; padding: 5px;
  font-size: 0.7em;
  line-height: 1.4em;
  font-weight: normal;
  color: #666;
 }

p.small {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: normal;
  color: #666;
 }

p.design {
  margin: 1px 5px 1px 5px; padding: 5px;
  font-size: 0.6em;
  line-height: 0.6em;
  font-weight: bold;
  text-align: center;
  color: #999;
 }

h1 {
  margin-top: 30px; margin-left: 70px; padding: 0;
  font-size: 2em; font-weight: normal; font-style: italic;
  line-height: 2em; color: rgb(210, 80, 60);
 }



h2 {
  margin: 5px; padding: 5px;
  font-size: 0.7em; font-weight: bold; font-style: normal;
  line-height: 1.4em;
  color: rgb(210, 80, 60);
 }

h3 {
  margin: 5px; padding: 5px;
  font-size: 0.7em; font-weight: bold; font-style: normal;
  line-height: 1.4em;
  color: #666;
 }

ul li {
  margin: 0; padding: 0;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
  list-style-type: square;
 }

ol li {
  margin: 0 0 0 10px; padding: 0;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
  list-style-type:  decimal-leading-zero;
 }

/* LINKS */

/* USE MAINNAV FOR THE FIRST ROW OF LINKS */

#mainnav {
  width: 255px;
  height: 85px;
  margin: 0;
  padding: 0;
}

#mainnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#mainnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 10px;
}

#mainnav a:link, #mainnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: rgb(61, 152, 201);
}

#mainnav a:hover, #mainnav a:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(129, 211, 255);
}

/* USE SECOND NAV FOR THE SECOND ROW OF LINKS */

#secondnav {
  width: 170px;
  height: 85px;
  margin: 0;
  padding: 0;
}

#secondnav li { 
  float: right;
  list-style: none; 
  margin: 0;
  padding: 0;
}

#secondnav a {
  margin: 10px 0 0 10px; /* margin on only the left and top */
  padding: 0;
  display: block;
  width: 75px;
  height: 75px;
  text-align: right;
  font-weight: bold; font-size: 10px;
}

#secondnav a:link, #secondnav a:visited {
  color: #fff;
  text-decoration: none;
  background-color: rgb(31, 104, 143);
}

#secondnav a:hover, #secondnav a:active {
  color: #fff;
  text-decoration: none;
  background-color: rgb(61, 152, 201);
}

/* PARAGRAPH LINKS */
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: rgb(31, 104, 143);
}

a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
  color: rgb(109, 191, 235);
}

/* IMAGES */
/* LEFT AND RIGHT FLOATING IMAGES: */

img.left { float: left, border 0; }
img.right { float: right, border 0; }

/* ACRONYMS */

acronym { border-bottom: 1px dotted #777; }
/*Table styles 
table#specs {
	border: 1px #0000A0;
	padding: 0px;
	text-valign: top;
    width: 500px;
}

tbody{font-family: Verdana, Arial, Sans-serif;font-size: 11.2px;font-weight: 400;font-style: normal;text-decoration: none;color: #333333;line-height: 22.4px;text-align: center; text-valign: top; float: left;margin-left: 5px;}
tr{width: 75; border-top: 10px solid #99CCFF;vertical-align: top;}
#specs th.leftCell {
	width: 160px;
}

tableP#specs {
	border: 1px #0000A0;
	padding: 0px;
	text-valign: top;
    width: 476px;
}

tbodyP{font-family: Verdana, Arial, Sans-serif;font-size: 11.2px;font-weight: 400;font-style: normal;text-decoration: none;color: #333333;line-height: 22.4px;text-align: center; text-valign: top; float: left;margin-left: 5px;}
tr{width: 75; border-top: 10px solid #99CCFF;vertical-align: top;}

#specs th.leftCell {
	width: 160px;
}*/
