

#center	{
	margin: 0px auto -1px auto;
	width:1200px;
	height:800px;
	}

#bg	{
	position:relative;
	}


#banner	{
	position:relative;
	left:290px;
	top:-743px;
	width:900px;
	height:165px;
	margin-top:0px;
	}


#nav	{
	position:relative;
	left:30px;
	top:-725px;
	width:770px;
	height:30px;
	}

#nav2	{
	position:relative;
	left:65px;
	top:-860pt;
	width:750px;
	height:30px;
	}
#nav3	{
	position:relative;
	left:300px;
	top:-1756px;
	width:850px;
	height:10px;
	}


#main	{
	position:relative;
	left:270px;
	top:-770px;
	width:750px;
	}


#main2	{
	position:relative;
	left:315px;
	top:-1005pt;
	width:690px;
	height:400px;
	
	}
	
#footer	{
	position:relative;
	left:415px;
	top:-1230px;
	width:690px;
	
	}
	
#grad	
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	width:100%;
	height:100%;
}
	

#myslides img {
    border:  1px solid rgb(100,100,100);
    background-color: rgb(230,230,230);
    width: 540px;
    height: 315px;
    top:  0;
    left: 0
}

#grad
{
	height:100%;
/* IE10 */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #bbd2ff 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #bbd2ff 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #bbd2ff 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #bbd2ff));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #bbd2ff 100%);

/* Proposed W3C Markup */ 

		
 }
