/* Woodworking News Style Sheet */
body {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#frame {
  width: 925px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  border: 1px solid #AAAAAA;
}

#header {
  color: #FFFFFF;
  height: 230px;
  background-color: #FFFFFF;
}

#navigation {
  text-align: center;
  background: #DF0223;
  background-image: url(../images/nav_bg.gif);
  background-repeat: repeat-x;
  color: #FFFFFF;
  padding: 10px;
  margin: 0;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2;
  text-decoration: none;
  padding: 5px;
}

#navigation a:hover {
  background-color: #FF3300;
  padding: 5px;
}


#main {
  float: left;
  width: 700px;
  background: #FFFFFF;
  padding: 10px;
  margin: 0;
}

#main p {
  font-size: small;
}

#main p a:link, #main p a:visited,  #main p a:active {
  color: #000000;
  text-decoration: underline;
}

#main p a:hover {
  color: #DF0223;
  text-decoration: none;
}
/* ---------- Front Covers ---------------------------------------- */
#front-covers {
  float: left;
  width: 680px;
  padding: 0 10px 0 10px;
}

#front-covers img.cover-left {
  float: left;
}

#front-covers img.cover-right {
  float: right;
}

/* ---------- Online Directory Page Style --------------------------- */
#directory-order {
  float: left;
  width: 905px;
  background: #FFFFFF;
  padding: 20px 10px 10px 10px;
  margin: 0;
}

#directory-order p {
  font-size: small;
}

#directory-order a:link, #directory-order a:visited,  #directory-order a:active {
  color: #000000;
  text-decoration: underline;
}

#directory-order a:hover {
  color: #DF0223;
  text-decoration: none;
}

#directory-order li {
  font-size: small;
}
/* --------- Directory Order Form ---------------- */
table#wwd-price {
  border: 1px solid #000000;
  margin: 0;
  padding: 2px;
}

table#wwd-price td {
  text-align: left;
  padding: 2px;
}

#directory-order form {
  margin: 35px 0 0 0;
  padding: 0 4px 0 10px;
  border: 1px solid #000000;
}
#directory-order td {
  text-align: left;
  font-size: small;
}
#directory-order .errors {
  color: #EF3A2E;
  font-size: medium;
  font-weight: bold;
}
#directory-order h4 {
  color: #000000;
}
/* --------- Directory Order Form End ------------- */

/* ----------------- End Online Directory Page Styles ---------------------- */

.upper-link {
  clear: both;
  width: 100%;
  height: 110px;
  text-align: center;
  margin: 0;
  padding: 15px 0 15px 0;
}

.lower-link {
  clear: both;
  width: 100%;
  height: 110px;
  text-align: center;
  margin: 0;
  padding: 15px 0 15px 0;
}
/* --------------- Right Column Styles ------------------------------------- */
#right-column {
  float: right;
  width: 200px;
}

#rightcontent {
  /*float: right;
  width: 160px;*/
  background: #FFCC00;
  padding: 18px;
  margin: 0;
}

#rightcontent p {
  font-size: 12px;
  text-align: justify;
}

#rightcontent a:link, #rightcontent a:visited, #rightcontent a:active {
  color: #000000;
  text-decoration: underline;
}

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

#lower-right img {
  margin: 25px 0 15px 25px;
}


#footer {
  clear: both;
  height: 80px;
  background-color: #DF0223;
  background-image: url(../images/footer_bg.gif);
  background-repeat: repeat-x;
  text-align: center;
  font-size: small;
  color: #FFFFFF;
  padding: 10px
}

#footer p {
  margin: 35px 0 0 0;
}


#footer a:link, #footer a:visited, #footer a:active {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
/* -------------------------- Contact Form -------------------------------- */
form {
  text-align: left;
}

input[type="text"] {
   color: #000000;
   background-color: #FAE2E2;
   border: 1px inset #800000;
   width: 240px;
   margin-bottom: 2px;
}

input[type="submit"]{
    width: 50px;
    margin-left: 200px;
}
input[type="reset"]{
    width: 50px;
    margin-left: 5px;
}

form div {
  margin: 0;
  padding: 5px 0 5px 0;
}

form label {
	float: left;
  	width: 150px;
	font-size: small;
	font-weight: normal;
    margin: 0;
}

form textarea {
   width: 240px;
   color: #000000;
   background-color: #FAE2E2;
   border: 1px inset #800000;
}

fieldset {
   border: 1px solid #FFFFFF;
   margin-top: 15px;
   margin-left: 5px;
   padding: 10px;
}

legend {
   font: Verdana;
   color: #FFFFFF;
   padding-top: 10px;
   padding-bottom: 10px;
}

.errors {
  font-size: small;
  color: #FFFFFF;
  margin: 8px 0 8px 0;
}
/* --------- Contact Form End -------------------- */


h1 {
  font-size:large;
}

h2 {
  font-size: medium;
}

h3 {
  font-size: small;
}

