* {
  padding: 0;
  margin: 0;
} 

body {
  background: #5b4620;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;;
}

img { border: none; }
a { color: #4c320d; }
a:hover { text-decoration: none; color : #000; }

#wrap {
  margin: 20px auto;
  width: 800px;
}

#notice {
  background: #000000;
  font-size: 16px;
  text-align: center;
  color: #ffff84;
  width: 800px;
  height: 40px;
}

#header { 
  background: #000000;
  height: 120px;
}
#header h1 {
  color: #af926b;
  font-size: 26px;
  font-weight: 100;
  letter-spacing: -1px;
  padding: 22px 0 5px 20px;
}
#header h1 a {
  color: #ffffff;
  text-decoration: none;
}
#header h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}
#header h2 {
  color: #af926b;
  font-size: 20px;
  font-weight: 100;
  padding: 0 0 0 21px;
  letter-spacing: -1px;
  line-height: 18px;
}
#header .headleft {
  float: left;
  width: 500px;
}
#header .headright {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  color: #af926b;
  float: right;
}
#header .headright a {
  color: #af926b;
}
#header .headright a:hover {
  text-decoration: none;
  color: #fff;
}

#menu {
  height: 30px;
  line-height: 30px;
  background: #af926b;
}
#menu ul {
  padding-left: 10px;
  list-style-type: none;
}
#menu ul li {
  display: block;
  float: left;
}
#menu ul li a {
  color: #000000;
  padding: 0 10px;
  text-decoration: none;
  font-weight: 600;
}
#menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

#content {
  background: #ffffff;
  padding: 10px 20px;
}
#content img {
  background-color: #000;
  padding: 5px 5px 5px 5px;
}
#content .articles {
  margin-left: 20px;
  margin-right: 20px;
}
#content .articles img {
  background-color: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content .videoframe {
/*  width: 240px;
  height: 200px; */
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  background-color: #af926b;
}
#content .ratingframe {
  background-color: #af926b;
}
#content .ratingframe img {
  background-color: #af926b;
}
#content .videoframe a { text-decoration: none; }
#content .videoframe a:hover { text-decoration: underline; color: #000; }
#content .guestbookentry {
  padding: 10px 10px 10px 10px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #af926b;
}
#content .commentgold {
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #af926b;
}
#content .msgblack {
  padding: 10px 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #000000;
  color: #af926b;
  width: 460px;
}
#content ul {
  padding-left: 20px;
}
#content .linkbox {
  padding: 10px 10px 10px 10px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #af926b;
  text-align: left;
}
#content .picyear {
  font-size: 16px;
  width: 680px;
  float: left;
}
#content .albums {
/*  float: left; */
  clear: both;
/*  width: 680px; */
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
}
#content .albums a { text-decoration: none; }
#content .albums a:hover { text-decoration: underline; color: #000; }
#content .album {
  float: left;
  text-align: center;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  width: 130px;
  height: 160px;
  background-color: #af926b;
}
#content .txtrt {
  float: right;
  margin-top: 5px;
  text-align: right;
  width: 33%;
}
#content .txtct {
  float: left;
  margin-top: 5px;
  text-align: center;
  width: 33%;
}
#content .txtlt {
  float: left;
  margin-top: 5px;
  text-align: left;
  width: 33%;
}
#content .pictoc {
  width: 680px;
  float: none;
  margin-right: auto;
  margin-left: auto; 
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  border: 1px;
  border-style: solid;
  border-color: #000;
}
#content .pic120 {
  float: left;
  margin: 5px 5px 5px 5px;
  padding: 15px 15px 15px 15px;
  width: 130px;
  height: 100px;
  background-color: #af926b;
}
#content .pic90 {
  float: left;
  margin: 5px 5px 5px 5px;
  padding: 5px 35px 5px 35px;
  width: 90px;
  height: 120px;
  background-color: #af926b;
}

.left {
  width: 588px;
  float: left;
  text-align: left;
}
.left h2 {
  color: #a37b2c;
  font-size: 24px;
  letter-spacing: -3px;
  font-weight: 100;
  padding : 10px 0 15px 0;
}
.left h3 {
  font-size: 14px;
}
.left h4 {
  font-size: 12px;
}

.right {
  background: #c8aa5c repeat-y;
  width: 165px;
  text-align: left;
  float: right;
  font-size: 12px;
  margin-top: 20px;
  padding-left: 5px;
}
.right ul {
  list-style-type: square;
  padding: 5px 10px 10px 20px;
}
.right ul ul {
  font-size: 75%;
  padding: 0px 0px 0px 15px;
  list-style-type: square;
}
.right h2 {
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.right a { text-decoration: none }
.right a:hover { text-decoration: underline }

.leftnoright {
  width: 758px;
  text-align: left;
}
.leftnoright h2 {
  color: #a37b2c;
  font-size: 24px;
  letter-spacing: -3px;
  font-weight: 100;
  padding : 10px 0 15px 0;
}

#top {
  background: #000000;
  padding: 5px 0;
}

#bottom {
  background: #000000;
  padding: 10px 0;
}

#footer {
  text-align: center;
  color: #eee;
  font-size: 11px;
  padding: 0 0 10px 0;
}
#footer a { color: #eee; }

