*{
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #caed78 url(images/bg01.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #07360b;   /* #387728 */
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #387728;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

p{
	margin-bottom: 10px;
}

ul, ol {
list-style: none;
}

blockquote {
}

a {
	color: #07360b;
}

a:hover, a:visited, a:active {
	text-decoration: none;
	color: #07360b;
}

hr{
display: none;
}
/* Menu */

#menu {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0px 0;	
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 30px;	
}

#menu a {
	float: left;
	height: 30px;
	margin: 0px;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #387728;
}

#menu a:hover {
	color: #ffffff;	
	height: 30px;
}

#menu .current_page_item a {
	height: 30px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	background: #f3ffd7;
	width: 1000px;
	height: 360px;
	margin: 0 auto;
	padding:6px 0 0 0;
}
#splash img{
border: 4px solid #51bb28;
}



/* Logo */

#logo {  
	width: 1000px;
	height: 90px;
	margin: 0 auto;	
	color: #414141;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #07360b;
}

/* Page */

#page {
	background: #f3ffd7;  
	width: 1000px;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 710px;
	border-left: 3px solid #51bb28;
	padding: 0 5px 0 5px;
}

#content {
	padding-bottom: 20px;
}

#content .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 1px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 18px;
}

#content .title a {
	text-decoration: none;
}

#content .entry {
	padding: 10px 20px;
}

#content .meta {
	height: 26px;
	background: #387728;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

#content #contented {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

#content .permalink, #content .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;	
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}
#sidebar a:hover, #sidebar a:visited {
	text-decoration: none;
	color: #07360b;}
	
#sidebar p {
	padding: 0 20px;
}

#sidebar a{
font-weight: bold;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 12px 0 0 20px;	
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #387728;
}

/* Tab sub content */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 2px 0 0;
		padding: 10px 0 5px 0;		
}

ol#toc a {
    background: #51bb28;
    color: #fff;
    display: block;
    float: left;
    height: 28px;
    padding: 6px 10px 0 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #efe029;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #4d8817;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: #51bb28 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: 2px solid #51bb28;
    clear: both;
    padding: 1em;
}

/* Box Sub content*/

.box {
	clear: both;
	padding : 10px;
	border: 1px solid #51bb28;
	background: #d9ffc1;	
}

.box a:visited {
	color: #387728; 
}
.sbox {
	clear: both;
	margin-left:10px;
	padding : 10px;
	border: 1px solid #51bb28;
	background: #d9ffc1;	
}
/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Credit */

#credit {
	height : 20px;
	padding :5px 0 0 0;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#credit a {
	color : #3F3F3F;
}

/* Blank */

#clear{
  clear:both;
}

/* Footer */

#footer {
	background: #51bb28;
	clear: both;
	height: 40px;
	margin: 0 auto;
	text-align : center;
	padding :5px 0 5px 0;
	border-top: 2px solid #3F3F3F;
	font-size: smaller;
}

#footer a {
	color : #ffffff;
}

#footer a:hover, a:visited, a:active {
	text-decoration : underline;
	color : #ffffff;
}

