body {
  background: #301f0d url(images/index_main_bg.jpg) repeat-x left 350px;
}

#wrap-out {
    position: relative;
    background: url(images/index-header-bg.jpg) repeat-x;
    margin: 0 auto;
    text-align: left;
    width:100%;
    padding: 0;
}
html>/**/body #wrap-out {height: 350px;}

#content-wrap {
    margin-top: 153px;
    padding-top: 0px;
	padding-bottom: 50px;
    background: url(images/index-bg.png) no-repeat;
}


#footer-content { 
	height: 216px;
    width: 400px;   
    background: url(images/index-tree.png) no-repeat right bottom;
	bottom: 0px;
	margin-left: 600px;
}

#footer-content p{
	position: absolute;
    right:40px;
	bottom: 20px;
	
}

#slideshow {
    margin-top: -140px;
    margin-left: 70px;
    z-index: 999;
    height: 295px;
    width: 863px;
}
#slideshow-toplayer {
    background: url(images/index-slideshow-frame.png) no-repeat;
    height: 297px;
    width: 860px;
    margin-top: -300px;
    z-index: 1000;
/*    border: 15px solid #fff;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/
    position: relative;
}
#slideshow-pics.pics {
    position: relative;
}
#slideshow-pics img {
    margin: 7px;
    width: 840px;
    height: 280px;
}

#page {
    position:relative;
    min-height:100%;
    min-width: 1024px;
    
}

#pager {
    margin-top: -20px;
    padding-left: 700px;
    position: relative;
    z-index: 1001;
    margin-bottom: 20px;
    height: 5px;
}
#pager a {
    text-decoration: none;
    background-color: #fff;
    padding: 1px;
    padding-left:5px;
    padding-right:5px;
    margin-right: 10px;
    border: 1px solid #b0cc33;
    color: #656361;
    font: bold 12px  Helvetica, serif;
    z-index: 999;
}
#pager a.activeSlide, #pager a:hover {
    background-color: #d8df72;
}

#col1, #col2, #col3 {
    float: left;
    width: 250px;
    margin: 0;
    z-index: 999;
}

#col2 {
    border-right: 1px #2d1c0b solid;
    border-left: 1px #6a4725 solid;
    padding-right: 30px;
    padding-left: 30px;
    z-index: 999;
}

#col2_border {
    float: left;
    padding-right: 1px;
    width: 311px;
    border-right: 1px #6a4725 solid;
    border-left: 1px #2d1c0b solid;
}

#col1 {
    padding-right: 30px;
    z-index: 999;
}

/**** col1 future link ***/
#future-more .part1, #future-more .part2 {
    font: normal 14px Helvetica, Times, serif;
    font-weight: bold;
    z-index: 999;
}

#future-more a{
    float: right;
    margin-right: 20px;
    text-decoration: none;
    z-index: 999;
}

/** end future link */

#col3 {
    padding-left: 30px;
}


.part1, .part2 {
    font: normal 24px Helvetica, Times, serif;
    font-weight: bold;
    text-shadow: 2px 2px 2px #271300;
}

.part1, #newsletter span.part1 {
    color: #c8d233;
}

.part2, #newsletter span.part2 {
    color: #8f7b58;
}

#main p,  #main li{
     color: #f4ddb2;
}

#newsletter {
    padding-top: 15px;
}
#newsletter_label {
    padding-left: 15px;
}
#newsletter input, #main p, #main ul {
    margin-top:30px;
    width: 220px;
}

#newsletter input[type="submit"]{
    float: right;
    margin-right: 27px;
    margin-top: 20px;
    width: 120px;
}

/* main special top header css */
#main_top {
    margin-top: 10px;
    margin-left: -30px;
    color: #f4ddb2;
    text-shadow: 2px 2px 2px #271300;
    font-family: dearJoe4, Georgia, serif;
    font-size: 36px;
}
#main_top_line1 {
    background: url(images/comma-left.png) left top no-repeat;
    padding-top: 5px;
    padding-left: 30px;
    margin-left: -15px;
    height: 55px;
}
#main_top_line2 {
    margin-right: -30px;
    padding-right: 40px;
    margin-top: -5px;
    padding-top: 5px;
    text-align: right;
    background: url(images/comma-right.png) right top no-repeat;
    height: 65px;
}
#main h2 {
    padding:0;
}

#logo {
    top: 50px;
    background: url(images/index-grunge_logo.png) no-repeat;
	width: 212px;
	height: 113px;
}

/* menu nav */
#nav ul li a {  
    color: #656566;
    font-size: 14px;
}
#nav ul li a.current, #nav ul li a.current:hover {
    color: #656566;
    background: url(images/index-menu_active.png) no-repeat;
}
#nav ul li a {
    background: url(images/index-navi-line.png) no-repeat right;
}
#nav ul li a:hover {
    color: #b8cb45;
}
/**** nav end **/

#blog-logo {
     background: url(images/index-blog_logo.png) no-repeat;
	width: 175px;
	height: 50px;
}

h1 { font-family: illuminating, Times, serif; font-size: 32px;} 