a         { color: #99a029; text-decoration: underline; }
a:visited { color: #99a029; text-decoration: underline; }
a:active  { color: #99a029; text-decoration: none; }
a:hover   { color: #99a029; text-decoration: none; }

body {
  margin: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 73%;
  color: #666666;
  line-height: 130%;
  background-color: #f3f0eb;
  background-image:url(images/bg.jpg);
  min-width:760px;
  text-align: center;
  background-repeat: repeat-x;
}

li {
  margin-left: 15px;
}

table {
  border-collapse: collapse;
}

table td, table th {
  padding: 0px;
}

#wrap {
  margin: 0 auto;
  width: 760px;
  background: url(images/wrap.gif) repeat-y 50% 0;
}
	
#left {
  background: #c2b59b;
  float: left;
  width: 200px;
  text-align: left;
}

#right {
  float: right;
  width: 560px;
  text-align: left;
  background-color: #FFFFFF;
}

#leftfoot {
  background: #c2b59b;
  font-size: 75%;
  float: left;
  width: 200px;
  text-align: center;
  color: #e1dacd;
}

#leftfoot a {
  color: #e1dacd;
  line-height: 10px;
}

#rightfoot {
  float: right;
  width: 560px;
  text-align: left;
  background-color: #FFFFFF;
}

#footer {
  background:#FFFFFF;
  clear: both;
  width: 760px;
}

h1 {
  font-size: 1.5em;
  margin: 25px 30px 0px 30px;
  color: #99a029;
}

h2 {
  font-size: 1.2em;
  margin: 13px 30px 0px 30px;
}

p {
  margin: 13px 30px 0px 30px;
  line-height: 18px;
  clear: both;
}

#navcontainer { 
  margin-left: 0px;
}

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: verdana, arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  background-image:url(images/navBg.jpg);
}

#navcontainer li { 
  margin: 0 0 0 0; 
  border-bottom: 1px solid #FFFFFF; 
}

#navcontainer a {
  display: block;
  padding: 5px 10px;
  width: 180px;
  color: #FFFFFF;
  text-decoration: none;
}

#navcontainer a:hover {
  color: #FFFFFF;
  background-color: #c6cd57;
  text-decoration: none;
}

#comments {
  background-color: #c2b59b;
}

.comment {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  margin: 30px 20px 0px 20px;
}

.sign {
  color: #FFFFFF;
  font-size: 11px;
  text-align: right;
  margin: 0px 20px 0px 20px;
}

.imagePadRight {
  padding: 0px 0px 10px 10px;
  float: right;
}

.imagePadLeft {
  padding: 0px 10px 10px 0px;
  float: left;
}

.imageRight {
  float: right;
}

.imageLeft {
  float: left;
}