* {
	margin: 0;
	padding: 0;
}


body {
	background: #99cc99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E9D89;
}

/* Menu */

#menu1 {
	padding: 10px 13px;
}

#menu1 ul {
	margin: 0;
	list-style: none;
}

#menu1 li {
	display: inline;
}

#menu1 a {
	display: block;
	width: 170px;
	height: 27px;
	margin: 0 0 5px 0px;
	padding: 0px 0px 0 0px;
	background: #709e6f url(images/img02.gif) no-repeat;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
	font: normal 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-image: url(images/img03.gif);
	text-decoration: none;
}

#menu1 .active a {
	background: #FF8C68 url(images/img04.gif) no-repeat;
        text-decoration: none;
}


form {
}

input, textarea {
	border: 1px solid #DEDED1;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input.text {
	padding: .15em;
	background: #FDFDFB url(images/img06.gif) repeat-x;
}

input.button {
	background: #763320 url(images/img07.gif) repeat-x;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #709e6f;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
}

p, ul, ol {
	margin-top: 1em;
	
}



blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: underline;
	color: #709e6f;
font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #827F4F;
}

/* Header */

#header {
position: relative;

	width: 900px;
	height: 170px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/img02.png);
}

#logo {
	float: left;
padding-top: 55px;
}





#search {
	float: right;
	width: 15em;
	padding-top: 50px;
padding-left: 25px;
font-size: 11px;
	color: #ffffff;
}

#search a{
font-weight: bold;
	color: #ffffff;
}



#search fieldset {
	border: none;
}

#search #s {
	width: 13em;
}

/* Page */

#page {
	width: 900px;
background: url(images/img01.png)  center;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 15px 30px 0 0;
	background: url(images/img04.png) no-repeat right top;
}

.post {
}

.post .meta {
	margin: 0 0 1.5em 0;
	padding: 0 0 1px 10px;
	background: url(images/img08.png) no-repeat left bottom;
	
}

.post .meta small {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 0 0 15px;
	background: url(images/img03.png) no-repeat;
	font-size: smaller;
	color: #E3E3D4;
}



#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 900px;
height: 22px;
	margin: 0 auto;
background: #709e6f url(images/dno.jpg) no-repeat;
text-align: right;
font-size: 11px;
	color: #999999;
	
}

.submenu    {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.subframe   {
    position: relative;
    display: block;

    /* background-color: #CCEECC; */
    background: #709e6f url(images/img02.gif) no-repeat;
    border: 1px solid #004400;
}

.item1   {
    padding: 3px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
}

.separator  {
    background-color: #004400;
    border-top: 1px solid #CCEECC;
    border-bottom: 1px solid #004400;
    margin: 2px 1px 2px 1px;    /* top right bottom left */
    height: 0;
    font-size: 1px;
    line-height: 0
}

.item1 a {
    position: relative;
    display: block;
    text-decoration: none;
}

.item1 a:link    {
    color: #004400;
    text-decoration: none;
}

.item1 a:visited {
    color: #004400;
    text-decoration: none;
}

.item1 a:hover   {
    color: #CCEECC;
    background-color: #004400;
    text-decoration: none;
}

.item1 a:active  {
    color: #99AA99;
    text-decoration: none;
}

.item1 .fwdarr   {
    position: absolute;
    top: 5px;
    right: 7px;
    text-decoration: none;
}
