* {
	margin:0;
	padding:0;
}

body {
	background:#CCD1B9 url(/images/container_bg.png) repeat-y left;
	font-size:80%;
	font-family:Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, serif;
	font-weight:normal;
}
h2 {
	font-size:2.2em;
	margin-bottom:1em;
	padding-top:10px;
}
h3 {
	font-size:1.8em;
	margin-bottom:0.5em;
}
h4 {
	font-size:1.4em;
	padding:30px;
	line-height:20px;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:0.8em;
	text-transform:uppercase;
}
p, ul, ol {
	margin-bottom:0.9em;
	line-height:1.6em;
}

a {
	color:#06f;
}
a:visited {
	color:#2952F4;
}
a:hover {
	color:#900;
}
#admin a {
	color:#06f;
}

#container {
	background:url(/images/tree.gif) no-repeat top right;
}

#header_space {
	height:20px;
	background:#CCD1B9 url(/images/tree_top.gif) no-repeat right;
	width:100%;
}

#header {
	background:#753948;
	height:122px;
}

#header_inner {
	position:absolute;
	text-align:center;
	top:20px;
	width:100%
}

#header h1 {
	text-indent:-9999px;
}

#navigation {
	position:absolute;
	left:0;
	top:152px;
	width:209px;
	padding-top:30px;
	font-family:Baskerville, Georgia;
}

#navigation ul {
	list-style:none;
	width:140px;
	margin:0 auto;
}

#navigation li {
	width:140px;
	height:33px;
	text-align:center;
}

#navigation li a {
	font-weight:bold;
	text-decoration:none;
	background:url(/images/nav_bg.gif) no-repeat;
	display:block;
	padding:4px;
	color:#fff;
	text-transform:uppercase;
}

#navigation li.current a, #navigation li a:hover {
	font-weight:bold;
	text-decoration:none;
	background:url(/images/nav_bg_active.gif) no-repeat;
	display:block;
	padding:4px;
	color:#fff;
	text-transform:uppercase;
}

#content, #footer {
	margin-left:220px;
	padding:18px 10px;
	color:#1A1718;
}

#inner_content {
	width:75%;
}

#footer {
	clear:both;
}

#footer p {
	color:#333;
	font-size:0.9em;
	float:left;
	width:33%;
}

fieldset ol {
  list-style:none;
  padding: 1em 1em 0 1em;
}
fieldset li {
  margin-bottom:1em;
  background-color:#AAB089;
  border:solid 1px #F4F3D2;
  padding:0.5em;
}
fieldset {
  border:0;
}
legend {
  font-weight:bold;
}
label {
  float:left;
  width:10em;
  margin-right:1em;
}
fieldset .button {
  background-color:transparent;
  border:0;
  padding:0 0 0 7.5em;
}
fieldset .button input {
  font-size:1.4em;
  padding:0.1em 0.5em;
}
fieldset textarea {
	width: 35em;
	height: 5em;
}

.profile ul, #admin ul, #content ul, #content ol {
	padding-left: 60px;
}
.profile {
	padding-top: 15px;
	padding-bottom: 15px;
	clear:both;
}

.error {
	color: red;
	font-weight:bold;
}
.success {
	color: green;
	font-weight: bold;
}
.center {
	text-align: center;
}

table.manage {
	border: 1px solid #000;
	padding:1px;
}

table.manage tr.head th {
	border: 1px solid #000;
}

table.manage th, table.manage td {
	padding: 1px;
}

.sort {
	margin:20px;
}

.sort li {
	border:1px solid #000;
	cursor:move;
	margin:2px 0 2px 0;
	padding:6px;
	background:#f7f7f7;
	border:#ccc;
	width:550px;
	font-weight:bold;
}

.list {
	margin:20px;
}

.list li {
	border:1px solid #000;
	margin:2px 0 2px 0;
	padding:6px;
	background:#f7f7f7;
	border:#ccc;
	width:550px;
	font-weight:bold;
}

.menuDelete {
	float:right;
}

.menuDelete a {
	color:#000;
	text-decoration:none;
}

.smalltext {
	font-size:9px;
}
.news {
	float:right;
	font-size:0.9em;
	margin-left:10px;
}
.news .item {
	background-color:#AAB089;
	width:210px;
	padding:12px; 
}
.news .item h2 {
	font-size:1.5em;
	color:#900;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:0.5em;
}
.news .item p {
	line-height:1.5em;
	color:#333;
	text-align:justify;
}
.profilesmall {
	float:right;
	font-size:0.9em;
	margin-left:10px;
}
.profilesmall .item {
	background-color:#AAB089;
	width:125px;
	padding:12px; 
	font-size:10px;
}
.profilesmall .item h2 {
	font-size:1.5em;
	color:#900;
	border-bottom:solid 1px #f0f0f0;
	margin-bottom:0.5em;
}
.profilesmall .item p {
	line-height:1.5em;
	color:#333;
	text-align:justify;
}