html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1024px;
	height: 100%;
	font: normal 16px Georgia; 
	color: #363636;
	background: #f8f8f6 url(bg.jpg);
}

body {
    position:relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a { 
	outline: none;
	color: #c12026;
	text-decoration: underline;
}

img {
	border: 0px;
}

#header {
	width: 100%;
	height: 250px;
	background: url(grad_header.jpg) top repeat-x;
}

#menu {
	width: 1024px;
	height: 250px;
	background: url(bg_leaves.png) left no-repeat;
}

#logo {
	padding: 0px 59px 0px 59px;
	float:left
}

/* tags */

div#tags{
	height:auto;
	padding: 135px 0px 0px 0px;
	margin:0px auto;
}

div#tags span a{
	padding: 7px 13px;
	color: #c12026;
	font-size: 21px;
	white-space: nowrap;
	margin:0 11px 13px 0;
	float:left;
	display:block;
	text-decoration:underline;
}

.sel{
	position:relative;
	padding: 7px 13px;
	background: #c02025;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 21px;
	white-space: nowrap;
	margin:0 11px 13px 0;
	float:left;
	display:block;
	behavior: url(i/PIE.htc);
}

/* content */

#empty {
    position: relative;
	z-index: 1;
}

#content {
	width: 1024px;
	padding-bottom: 127px;
	position: relative;
	z-index: 1;
}

#submenu {
	float:left;
	width: 295px;
	font-size: 18px;
	padding-top: 55px;
}

#submenu ul{
	padding-left: 77px;
	list-style: none;
}

#submenu li {
	color: #97bd46;
	height: 27px;
	padding-top: 7px;
	margin: 0px 55px 0px 0px;
	background:url(subline.gif) bottom left no-repeat;
}

.activcat {
	list-style: url(ico_leav.gif);
}

#text {
	width: 502px;
	text-align:left;
	margin-top: 0px;
	margin-left: 68px;
}

#text ul{
	padding-left: 18px;
	list-style: url(ico_dash.gif);
}

#text li {
	margin: 0px 55px 0px 0px;
}

#title {
	float:left;
	width: 502px;
	margin-bottom: 20px;
}

.quotes {
	font-size: 21px;
	font-style:italic;
	padding: 0px 0px 0px 27px;
	
}

.author {
	font-size:14px;
	padding-top:5px;
	text-align:right	
}

.subtitle {
	font-size: 27px;
	padding: 27px 0px 5px 0px;
	
}

.copen {
	padding: 7px 0px 7px 0px;
	
}

.title_main {
	width: 227px;
	background:url(ttl_m.gif) repeat-x;
	position:relative;
	height:58px;
	margin-top: -11px;
}

.title_left {
	position:absolute;
	background:url(ttl_l.gif);
	width:27px;
	left:0px;
	height:58px
}

.title_area {
	float:left;
	width:167px;
	display:inline;
	height:58px;
	border:none;
	background:none;
	padding-left:41px;
	padding-top:9px;
	font: normal 36px Georgia;
	color:#fdfdfb;
}

.title_right {
	position:absolute;
	background:url(ttl_r.gif);
	width:33px;
	left:100%;
	height:58px
}

#picture {
	width: 227px;
	height: 600px;
	padding-top: 41px;
	margin-left: 797px;
	position: absolute;
}

#note {
    width: 200px;
	text-align:left;
	font-size:13px;
	font-style:italic;
	padding-top: 23px;
	color: #777777;
}

#footer {
    width: 100%;
    position: absolute;
   	left:0;
    bottom:0;
	font: normal 14px Georgia;
	color: #363636;
}

#footercontent {
    width: 1024px;
}

.main {
    height:379px;
    background: url(footer.jpg) top no-repeat;
}

#indians {
	margin: -155px 0px 69px 0px;
}

#slogan {
	font: bold 48px Georgia;
	color: #90bd28;
}

.sub {
    height:198px;
	background: url(footer_sub.jpg) top no-repeat;
}

#copyright {
	float: left;
	color: #239245;
	padding-left: 10px;
}

#share {
    width: 800px;
	float: left;
}

#network {
    width: 1014px;
}

#social {
    margin:0px auto;
	height:auto;
	padding:0px;
}

#social li{
    float:left;
	list-style:none;
	padding: 0px 7px 0px 0px;
	margin:0px;
}

/* 

/* Contacn form */

.input_area{
	width: 255px;
	position:relative;
	padding: 2px;
	background: #ebf7a2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	display:block;
	behavior: url(i/PIE.htc);
}

.txt_area{
	width: 444px;
	position:relative;
	padding: 2px;
	background: #ebf7a2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	display:block;
	behavior: url(i/PIE.htc);
}

.input {
	width: 252px;
	height:31px;
	border:none;
	background:none;
	padding:3px;
	color:#545454;
	font: normal 16px Georgia;
}

.textarea {
	width: 439px;
	height:239px;
	border:none;
	background:none;
	padding:3px;
	color:#545454;
	font: normal 16px Georgia;
}

.input_ttl {
	padding: 13px 0px 7px 0px;
}

.submit{
	position:relative;
	padding: 7px 13px;
	background: #f7941e;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 21px;
	white-space: nowrap;
	margin-top:21px;
	float:left;
	display:block;
	border: 0px;
	font: normal 21px Georgia;
	cursor:pointer;
	text-decoration:underline;
	behavior: url(i/PIE.htc);
}

.submit a{
	color: #fff;
	text-decoration: underline;
}