body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

img {
  border: none;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

#content img {
	border: 1px #aaa solid;
	margin: 4px;
	padding: 3px;
}

#background {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #736449;
	background-image: url('../images/template/background.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 0;
}

#left-page {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	width: 190px;
	height: 606px;
	margin-top: -301px;
	background-image: url('../images/template/left.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}

#main {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50%;
	left: 190px;
	width: 803px;
	height: 606px;
	margin-top: -301px;
	background-repeat: no-repeat;
	font-family: Georgia;
	font-size: 12px;
	z-index: 1;
}

#content-frame {
	position: absolute;
	margin: 50px 75px 50px 40px;
	height: 505px;
	background-image: url('../images/template/content.png');
	border: #ad9e8e 1px solid;
}

#content-frame #content {
	width: 661px;
	height: 450px;
	padding: 15px 12px 15px 13px;
	float: left;
	font-family: Georgia;
	font-size: 12px;
	color: #614731;
	overflow: auto;
	position: relative;
	line-height: 150%;
  outline: none;
}

#content a {
	color: #9f630c;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#home-frame {
	position: absolute;
	margin: 340px 75px 50px 296px;
	height: 210px;
	background-image: url('../images/template/content.png');
	border: #ad9e8e 1px solid;
}

#home-content {
	width: 410px;
	height: 171px;
	padding: 10px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #614731;
	overflow: auto;
	position: relative;
	line-height: 120%;
  outline: none;
}

#home-content p {
	margin: 6px 0 6px 0;
}

#home-content a {
	color: #9f630c;
	text-decoration: none;
}

#home-content a:hover {
	text-decoration: underline;
}

#home-title {
	padding-left: 10px;
	height: 18px;
	width: 420px;
	border-bottom: #ad9e8e 1px solid;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #72533a;
}

#title {
	padding-left: 15px;
	height: 24px;
	width: 671px;
	border-bottom: #ad9e8e 1px solid;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	color: #72533a;
}

#menu-container {
	position: absolute;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #7c654e;
	margin: 0;
	padding: 0;
	top: 50%;
	width: 192px;
	min-height: 245px;
	margin-top: -201px;
	background-image: url('../images/template/menubg.png');
	background-repeat: repeat-y; 
	z-index: 3;
}

#header {
	position: absolute;
	left: 430px;
	top: 13px;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #624732;
	text-align: right;
	width: 300px;	
}

#icon {
	position: absolute;
	left: 739px;
	top: 18px;
	width: 22px;
	height: 20px;	
}

#kcbr {
  position: absolute;
  width: 175px;
  height: 85px;
  bottom: 50%;
  left: 5px;
  margin-bottom: 207px; 
  z-index: 1000;
  cursor: pointer;
}

#right {
	float: right;
}

#left {
	float: left;
}

#center {
	float: center;
}

table.noborder,
table.noborder th, 
table.noborder tr, 
table.noborder td {
  border: 0;
}

table {
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid solid none solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

th {
	border-width: 0px 0px 1px 0px;
	padding: 3px 10px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
}

td {
	border-width: 0px 0px 1px 0px;
	padding: 3px 10px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
}

table.login, table.login td {
  border: 0;
  margin: 20px;
}

/* Admin Interface CSS */

#admin-options {
	position: absolute;
	left: 10px;
	top: 583px;
}

#admin-options a {
	font-family: Arial;
	text-decoration: none;
	color: black;
}

#parent {
	margin-top: 6px;
}

.category {
	display: block;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 2px;
	font-size: 11px;
	font-family: Georgia;
	font-weight: bold;
	color: #72533a;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
}

a.category, a.category:visited {
  color: #72533a;
}

a.category:hover {
	color: #c38734;
}

#category-highlight {
	color: #c38734;
}

.child {
	display: block;
	padding-left: 40px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	color: #886345;
	text-decoration: none;
}

.child:hover {
	color: #c38734;
}

#child-highlight {
	color: #c38734;
}

.menu-arrow {
	float: right;
	height: 18px;
	font-family: arial;
  font-size: 10px;
  font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
  display: none;
  padding: 0 2px 0 2px;
  margin-top: -17px;
  background: #d3c8aa;
  border: 1px solid #614731;
}

.menu-arrow:hover {
	background: #8d8060;
}

#menu-up {
	width: 14px;
	margin-right: -18px;
	border-right: 0;
}

#menu-down {
	width: 28px;
	margin-right: -50px;
	border-right: 0;
	border-left: 0;
}

#menu-delete {
	width: 30px;
	margin-right: -85px;
	border-left: 0;
}

#menu-footer {
}

#parent:hover a.menu-arrow {
  display: block;
}

#text-wrap-1 {
  width: 0px;
  height: 350px;
  float: right;
  clear: right;
}

#text-wrap-2 {
  width: 145px;
  height: 370px;
  float: right;
  clear: right;
}

#hidden {
  display: none;
  width: 1000px;
  height: 500px;
}

#available_images {
  float: right;
  width: 600px;
}

#page_body {
	width: 600px;
}

/* Mailing List CSS */

#groups {
	position: absolute;
	top: 50%;
	width: 155px;
	margin-top: 235px;
	padding-left: 10px;
	text-align: left;
	color: #72533a;
	font-family: 'Trebuchet MS';
	z-index: 2;
}

#tfs {
	position: absolute;
	top: 50%;
	width: 110px;
	height: 30px;
	margin-top: 265px;
	margin-left: 60px;
	z-index: 2;
	background: transparent;
	cursor: pointer;
}

input.button {
	font-size: 11px;
	font-family: 'Georgia';
	color: #886345;
	background-color: #fff;
	text-align: center;
	border: #999 1px solid;
	padding: 2px;
	margin: 0;
	cursor: pointer;
}

input.ibox {
	width: 123px;
	color: #886345;
	border: #999 1px solid;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	padding: 0 0 0 1px;
	margin: 0 1px 0 0;
}

form.sform {
	padding: 0;
	margin: 0;
}


/* Flexcroll CSS */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 12px;
	background-color: transparent;
	border-left: #ad9e8e 1px solid;
}

.vscrollerbar {
	width: 10px;
	background-color: #ad9e8e;
	border: #c5bfb4 1px solid;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: white;
}

