/* sets background-image and position */
body {background-image: url('images/bg.gif');
      background-attachment: fixed;
     }

/* sets document border and sets padding/margin */
#container {width: 753px;
            /*margin-left: auto; 
            margin-right: auto;*/
            background-color: #FFFFFF;
            border-color: #000000;
            border-style: solid;
            border-width: 1px;
           }

#content {margin: 0px;
          padding: 0px;
         }

/* NOT USING */
#topbar {border-color: #3D2A1E;
         border-style: solid;
         border-top-width: 0px;
         border-bottom-width: 0px;
         border-left-width: 1px;
         border-right-width: 1px;
         width: 750px;
         background-color: #FFFFFF;
        }

/* 
   sets news properties such as background-color.. 
   also sets date properties. 
*/ 
#news {border-color: #000000;
       border-style: solid;
       border-width: 1px;
       background-color: #DADADA;
	   width: 85%;
       }
#news_width {width: 600px;
            }
.news_date {background-color: #6B6B6B;
            font-weight: bold;
            color: #FFFFFF;
           }
#news1 {border-top-width: 1px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-color: #000000;
        border-style: solid;
       }
	   
#newsLink_position {position: relative;
                    left: -42px;
					font-family: tahoma, arial;
					font-size: 14px;
					}

/* Properties for left menu links, such as background */
#navlinks  td  {border-top-width: 1px;
              border-bottom-width: 0px;
              border-left-width: 1px;
              border-right-width: 1px;
              border-color: #000000;
              border-style: solid;
              background-color: #746535;
              color: #FFFFFF;
             }
#links_background-color {width: 170px;
                         background-color: #D0B661;
                        }

#links_width {width: 170px;
             }

#navlinks {font-family: tahoma;
           font-size: 16px;
          }
#navlinks td:hover {background-color: #463D21;
                   }
#navlinks a:link {color: #FFFFFF;
                  text-decoration: none;
                 }
#navlinks a:visited {color: #FFFFFF;
                     text-decoration: none;
                    }
#navlinks a:hover {color: #FFFFFF;
                   text-decoration: underline;
                  }

/* sets properties for bottom bar.. */

#bottombar {background-image: url('images/bottombar.gif');
            width: 749px;
           }
#bottombar a:link {color: #FFFFFF; text-decoration: underline;
                              font-style: italic;
                             }
#bottombar a:visited {color: #FFFFFF; text-decoration: underline;
                              font-style: italic;
                             }
#bottombar a:hover {color: #FFFFFF; text-decoration: none;
                    font-style: italic;}

/* sets defaults for main content of page */
.contents_top {border-width: 0px;
               border-style: solid;
               border-color: #000000;
              }
#contents {width: 570px;}
#contents h3 {background-color: #9B6246;

              font-family: Tahoma;
             }
#contents td {border-top-width: 0px; 
             border-left-width: 1px;
             border-right-width: 1px;
             border-bottom-width: 1px;
             border-style: solid;
             border-color: #000000;
             }
/* NOT USING */
#beige_color {width: 170px;
              height: 100%;
              margin: 0px;
              padding: 0px;
             }

/* Sets Link color defaults */

a:link {color: #574F36; text-decoration: underline;
       }
a:visited {color: #C2AA5B; text-decoration: underline;
       }
a:hover {color: #80713F; text-decoration: none;}

/* SUBSCRIBE PAGE MODIFICATIONS */

#button_width {width: 180px;
               height: 70px;
			   }
			   
#form_position {position: relative;
                top: 6px;
				}
				
#button_text {color: #333333;
              font-family: tahoma, arial;
			  font-size: 12px;
			  }
subscribe {color: #000000;
           font-size: 14px;
		   font-weight: bold;
		   margin: 10px;
			}
#subscribe_table {width: 200px;
               }
			   
#content_padding {margin: 4px;
                  }