* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background:#f6f6f6 url(images/pattern.jpg);
}
.wrapper {
background-image: url(images/bg0.jpg);
margin:0 auto;
width:906px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}

body {
	margin:0;
	background:#f6f6f6 url(images/pattern.jpg);
}
.headerwrap {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	width:906px;
	height:232px;
}
.footerwrap {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	height: 200px;
	
	
}
#contentwrap{
width:906px;
margin:0 auto;
text-align:center;
}
#content{
border:0px solid #f00;

}

.inputbox{
padding:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#444444;
border:1px solid #999999;

}
.btn{
padding:9px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#DD3300;
background-color:#CECECE;
border:1px solid #006633;
}
.style1{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#444444;

}
 .menu {
            position: relative;
            height: 22px;
            overflow: hidden;
			margin:0 auto;
			width:370px;
			text-align:center;
			
			
        }
                .menu li {
                    float: left;
                    list-style: none;
                }
                    .menu li.back {
                        background: url("images/lava.gif") no-repeat right -22px;
                        width: 4px; height: 22px;
                        z-index: 8;
                        position: absolute;
                    }
                        .menu li.back .left {
                            background: url("images/lava.gif") no-repeat top left;
                            height: 22px;
                            margin-right: 4px; /* 7px is the width of the rounded shape */
                        }
                    .menu li a {
                        font: 10px verdana;
                        text-decoration: none;
                        color: #006688;
                        outline: none;
                        text-align: center;
                        top:5px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 22px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .menu li a:hover, .menu li a:active, .menu li a:visited {
                            border: none;
							
                        }
						


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:316px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
