html, body {
  padding:0px;
  margin:0px;
}

body {
  background-color: #638f36;
  background-image:url(../images/bodybg.gif);
  background-repeat: repeat-x;
  background-position: left 265px;
}

p, ul, ol {
  margin-top:0px;
  margin-bottom:0px;
}

a {
  color: #1baa02;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#section1 {
  background-color: #40641e;
  height:35px;
}

.shadow {
  background-image:url(../images/shadow.png);
  background-repeat:repeat-y;
  width:798px;
  padding:0px 9px 0px 9px;
  margin:0 auto;
}

#header {
  background-color:#101010;
  height:35px;
  width:780px;
}

.headerLeft {
  float:left;
  padding:5px 0px 0px 8px;
}

.headerRight {
  float:right;
  padding:5px 15px 0px 0px;
}

#nav {
  background-image:url(../images/navbg.gif);
  background-repeat:repeat-x;
}

#imagemenu {
  width:780px;
  margin:0 auto;
}

#body .shadow {
  height:100%;
}

#main {
  padding:50px 50px 50px 50px;
}

#main, #main div, #main td, #main p {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

#footer {
  width:756px;
  margin:0 auto;
  background-image:url(../images/footer.png);
  background-repeat:no-repeat;
  padding: 10px 30px 30px 30px;
  text-align:center;
  font-family:Arial;
  font-size:10px;
}

#footer a {
  color: black;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

#leftPane {
  float:left;
  width:200px;
  margin-right:45px;
}

#leftPane, #leftPane div, #leftPane td, #leftPane p {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
}

.featuredMod {
  margin-bottom:20px;
}

.featuredContent {
  padding:5px 0px 5px 3px;
}

.featuredLink {
  text-align:right;
}

#rightPane {
  float:left;
  width:430px;
}

#rightPane, #rightPane div, #rightPane td, #rightPane p {
  font-family: Arial;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}

.title {
	font-family:Georgia;
	color:black;
	font-size:18px;
	margin-top:0px;
}

.bigquote {
  margin-bottom:20px;
  width:350px;
}

#rightPane .bigquotetext {
  font-family:Georgia;
  font-size:18px;
  font-style:italic;
  color:#a7a6a6;
  line-height:22px;
}

#rightPane .bigquoter {
  font-family:Georgia;
  font-size:14px;
  color:#a7a6a6;
}

.videolist li{
	padding-bottom:5px;
}