}
html, body {
	height: 100%;
	
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
   	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
}

.Header{
	width: 100%;
	background-image: url(images/header_bg.jpg);
	
	
}
.nav{
	width: 100%;
	margin:0px auto 0px auto;;
	background-image: url(images/navbar.jpg);
	border: 0;
	
	
}

.right{
	width: 600px;
	float: right;
	border: 0;
	line-height: 2.0;
}

.left{
	width: 182px;
	float: left;
	border: 0;
}

.divbox{
	width: 575px;
	background-image: url(images/css/divbox.jpg);
}
.divbox2{
	width: 175px;
	background-image: url(images/css/divbox2.jpg);
	border: 0px;
}


.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}

.footer{
	width: 100%;
	background-color: #086A75;
	text-align: center;
	height: 200px;
	background-image: url(images/footer_bg.jpg);

}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 0px;
	padding-right: 3px;
}
.style2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border: 0px;
}
.slideshow{
	background:#9ad1e0;
	float:right;
	width:283px;
	margin-left: 6px;
	margin-top: 3px;
	padding-bottom: 10px;
	background-image: url(images/slideshow_bg2.jpg);
	padding-top: 5px;
	margin-bottom: 5px;
	margin-right: 3px;
	background-repeat: no-repeat;
	    }


.content{
    width:800px;
    margin:0px auto 0px auto;;
}