body {
	background: #d9c293;
	background-image: url(images/body_bg.gif);
	background-align:top;
	background-repeat:repeat-x;
	font-family: 'Verdana Sans-Serif';
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input, textarea {
  font-family: 'Verdana Sans-Serif';
  font-size: 0.9em;
  letter-spacing: 0.05em;
  color: #9a8a6c;
}

div.sub-content-header {
	height: 7px;
	width: 764px;
	background-image: url(images/header.gif);
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.sub-content-footer {
	height: 6px;
	width: 764px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	overflow: hidden;
}

#wrapper {
	width:1004px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	align:center;
}

div.clear-float {
  clear: both;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#content {
	margin: 0;
	padding: 0;
	width: 764px;
	float: right;
	display: inline;
}

#header {
	background-image: url(images/header_1.gif);
	height: 137px;
	width: 1004px;
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Comic Sans MS';
}

#header a {
  color: #af9c77;
  font-size: 3em;
  margin-left: 245px;
  text-decoration: none;
}

#header .slogan {
  margin: 0px 0 0 250px;
  color: #b6a37e;
  padding: 0;
  overflow: hidden;
  font-size: 1.5em;
}

#menu {
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#menu #sidebar-header {
  background-image: url(images/header_2.gif);
  width: 240px;
  height: 219px;
  
}

#menu div.side-banner {
  text-align: center;
  margin: 10px 0 10px 24px;
}

#menu ul {
  width:216px;
  margin-left:24px;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  text-transform: lowercase;
}

#menu ul li.side-header {
	background-image: url(images/side-header.gif);
	height:31px;
	font-weight: bold;
	width:206px;
	color: #a0775f;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 0 0 10px;
}

#menu ul li.category-1, #menu ul li.category-2 {
  font-size: 1em;
}

#menu ul li a {
  text-decoration: none;
}

#menu ul li a:hover {
  color: #a0775f;
}

#menu ul li.category-1 {
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0 0 0.5em;
}

#menu ul li.category-1 a {
	color: #9a8a6c;
}

#menu ul li.category-2 {
	font-weight: bold;
	margin: 0;
	padding: 0.25em 0 0 1em;
}

#menu ul li.category-2 a {
	color: #a69576;
}

#posts-header {
	height: 31px;
	width: 764px;
	background-image: url(images/content-header.gif);
}

#random-gallery {
	width: 764px;
	height: 152px;
	background-image:url(images/header_3.gif);
}

h1 {
  margin: 0 0 0 0;
  padding:0 0 10px 0;
  text-align: center;
  font-size: 20px;
}

div.sub-content h2 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #a0775f;
  font-size: 18px;
}

div.sub-content h2 a {
  color: #815f4c;
  text-decoration: none;
}

h3, h4 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
}

div.sub-content {
  color: #9a8a6c;
  font-size: 1em;
  background-image: url(images/content-bg.gif);
  background-repeat: repeat-y;
  width: 714px;
  padding: 0 25px 0 25px;
  margin: 0;
}

div.sub-content div.date {
  font-weight: bold;
  color: #a69576;
  margin-bottom: 5px;
  font-size: 0.8em;
}

div.sub-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.sub-content ul li {
  margin: 0;
  padding: 0;
}

div.sub-content a {
  text-decoration: none;
  color: #a0775f;
}

div.sub-content div.section-left {
  float: left;
  width: 50%;
}

div.sub-content div.section-right {
  float: right;
  width: 50%;
}

div.sub-content td {
  background-color: #d4be90;
  padding: 5px 0 5px 0;
  margin: 3px 0 3px 0;
}

div.sub-content td.i_name {
  width: 240px;
  font-weight: bold;
  font-size: 1em;
  padding-left: 10px;
}

div.sub-content td.i_value {
  width: 464px;
}

div.sub-content td.i_value .t_input {
  border: 1px solid #c0ab82;
  background-color: #cfb98c;
  width: 25em;
  padding:1px 0.7em 1px 0.7em;
}

div.s_input {
  text-align: center;
  padding: 5px 0 5px 0;
  margin: 0;
}

div.s_input input {
  border: 1px solid #c0ab82;
  background-color: #cfb98c;
  width: 7em;
  text-align: center;
  text-transform: lowercase;
}

div.sub-content table thead tr td {
  font-weight: bold;
}

div.sub-content table tr td {
  border-bottom: 1px solid #c0ab82;
  margin-bottom:3px;
}

div.sub-content table tr td.l_input {
  width: 10%;
  text-align:center;
}

div.sub-content table tr td.l_name {
  width: 50%;
}

div.sub-content table tr td.l_modify, div.sub-content table tr td.l_delete {
  width:20%;
  text-align: center;
}

div.sub-content table tr td.l_modify a, div.sub-content table tr td.l_delete a {
  width:20%;
  text-align: center;
  text-decoration: none;
  color: #9a8a6c;
}

div.sub-content table tr td textarea {
  width: 25em;
  height: 8em;
  border: 1px solid #c0ab82;
  background-color: #cfb98c;
  padding:1px 0.7em 1px 0.7em;
}

div.sub-content table tr td.b_frame {
  width: 70%;
  text-align:center;
}

div.sub-content table tr td.b_frame div.b_frame {
  width: 90%;
  margin: 5px 4% 5px 4%;
  height:85px;
  border: 1px solid #a0775f;
  background-color: #cfb98c;
  overflow: scroll;
}

div.sub-content table tr td.b_size {
  width: 20%;
  text-align: center;
}

div.sub-content table tr td.b_delete {
  width:10%;
  text-align: center;
}

div.sub-content div.a_banner {
  text-align: center;
  padding: 4px 0 4px 0;
}

div.sub-content div.a_banner img {
  border: 1px solid #a0775f;
  margin: 0;
  padding: 0;
}

div.webmasters {
  text-align:right;
  margin:3px 0 5px 0;
}

div.webmasters a {
  font-size: 0.85em;
  color: #a0775f;
  text-decoration: none;
}

div.p_text {
  padding: 5px;
}

div.p_signup {
  text-align:center;
  padding:3px 0 5px 0;
}

div.p_signup a {
  font-size: 0.9em;
  color: #a0775f;
  text-decoration: none;
}

div.p_signup a img {
  border: 0;
}

div.p_description {
  margin: 5px;
  padding: 5px;
  border: 1px solid #a0775f;
  background-color: #cfb98c;
  color:#a0775f;
}

div.random-images {
  float: left;
  margin: 0;
  overflow: hidden;
}

div.random-images img {
  border: 0;
  margin: 0;
  padding: 0;
}

div.g_container {
  padding-left: 1px;
  padding-right: 1px;
  width: 712px;
  margin: 0;
}

div.g_container div.picture-row {
  clear: both;
  padding-bottom: 5px;
}

div.g_container div.picture-cell {
  float: left;
  width: 178px;
  text-align: center;
  margin: 0;
}

div.g_container div.picture-cell img {
  border: 1px solid #a0775f;
  margin: 0;
  padding: 0;
}

div.p_container {
  text-align: center;
  margin:5px 0 5px 0;
}

div.p_container img {
  border: 1px solid #a0775f;
  margin: 0;
  padding: 0;
}

div.sub-content div.list-pages
{
  padding:5px 25px 5px 25px;
  background-color: #cfb98c;
  border: 1px solid #a0775f;
  margin-top: 10px;
  margin-bottom: 3px;
}

div.sub-content div.list-pages ul
{
  list-style-type: none;
  display: inline;
}

div.sub-content div.list-pages li
{
  float: left;
  text-align: center;
  font-size: 0.8em;
  margin: 2px 4px 0 4px;
  width: 12px;
}

div.sub-content div.list-pages li a
{
  color: #b88a70;
  font-weight: normal;
  text-decoration: none;
}

div.sub-content div.list-pages li a.selectedLink
{
  font-weight: bold;
  color: #a0775f;
  cursor: default;
  text-decoration: none;
}

div.sub-content div.list-pages br {
  height: 0;
  padding: 0;
  margin: 0;
}

div.pic_nav {
  text-align: center;
  padding: 5px 0 5px 0;
  color: #b88a70;
}

div.pic_nav a {
  font-weight: bold;
  color: #b88a70;
}

div.small_desc {
  padding: 5px;
}

div.v_container {
  text-align: center;
  margin: 15px;
}
