/* CSS Document */

html, body {
      margin:0;
	  padding:0;
	  font-family:Arial, Helvetica, Verdana, sans-serif;
	  font-size:12px;
	  color:#333333;
	  line-height:16px;
	  background:#FCC000 url(img/background_main.jpg) repeat-x;
	  font-style:normal;
}

#main {
      margin:auto;
	  width:750px;
}

#top {
      height:219px;
	  background:url(img/top.jpg);
}

#nav {
      height:68px;
      background:url(img/background_nav.jpg);
      padding-top:12px;
	  padding-left:12px;
}

#content {
      background:url(img/background_content.jpg) repeat-y;
}

#buttom {
      clear:both;
      height:55px;
      background:url(img/background_buttom.jpg);
	  font-size:10px;
}

#menu {
      width:726px;
	  height:45px;
	  background:#00740F;
}

#maintwo {
      background:url(img/background_content.jpg);
}
#txt {
      float:left;
	  margin-left:12px;
	  width:500px;
	  
}

#txtright {
      float:right;
	  width:210px;
	  background:url(img/background_txtright.jpg);
	  margin-right:12px;
}

#txtright .style {
      margin:5px;
}


h1 {
      color:#FF6600;
	  font-size:15px;
	  margin:0;
	  padding:0;
}


A:LINK {
    text-decoration: none;
    color:#000066;
background-color:inherit
}

A:VISITED {
    text-decoration: none;
color:#000066;
background-color:inherit
}

A:HOVER {
    text-decoration: underline;
color:#000066;
background-color:inherit
}

A:ACTIVE {
    text-decoration: underline;
color:#000066;
background-color:inherit
}

