body
{
background-image:url("/images/background2.gif");

background-repeat:no-repeat;

background-position:top center;

}
#container
{	
position:absolute;
margin-left:auto;
margin-right: auto;
width:985px;
border:double solid black;
}

#ex
{

position: relative;
top:165px;
margin-left:auto;
margin-right: auto;
width:985px;
border:none;
}

#ex2
{

position: relative;
top:540px;
margin-left:auto;
margin-right: auto;
width:920px;
border:none;

}


#contact
{

position:absolute;
top:0px; left:0px;
width:250px; 
height:630px;




border:none;
}

#ContactText
{

 top:20%; height:10em; margin-top:2em;	
 text-align:center;
 font-family:sans-serif;
 
	
	
	
	
}
#base
{
text-align:center;
position:absolute;

width:712px;
height: 570px;
background-image:url(/images/homeback.gif); 
background-repeat:no-repeat;
border:none;
 font-family:sans-serif;
top: 0px;
left: 270px;

}

#basetext1
{

top: -228px; left: 0px;
margin-left:20px; margin-right:10px; margin-top: 20px;
width: 355px; height: 244px
border:groove;	
}



#bottom
{

position:relative;
top: 180px;
margin-left:auto;
margin-right: auto;
width:989px;
height: 45px;

border:none;
}


#ex3
{

position: absolute;
top:0px;
margin-left:auto;
margin-right: auto;
width:400px;
border:5px solid gray;
background-image:url("water.gif") ;

}
.tabs {
	width: 480px;
	height:34px;
	margin-left:135px;

	
	
        border-width:5px;
        
        text-align: center;

}

.tab_active {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #FFFF00;
	border-width: 3px;
	border-style: solid;
	background-image:url("/images/tabback.gif");
	color: #FFFF55;
    width: 110px;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
	float:left;
	
}

.tab_inactive {
	-moz-border-radius: 5px 5px 0px 0px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
	background-image:url("/images/tabback.gif");
	color: #FFFFFF;
    float:left;
	width: 110px;
	cursor: default;
	padding: 2px;
	font-size: 10pt;
	text-align: center;
}

.tab_content {
	
	width: 710px;


	
	float: left;
	margin-left: 0px;
	text-align: center;
	padding: 10px;
        height: 500px;
        overflow-y: hidden;
        overflow-x: hidden;
}
img.imageleft { float: left; margin: 15px; }
img.imageright { float: right; margin: 15px; } 


