@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 1024px) {

/* container size */

body{
	background-image: url(images/trees_1152.jpg);
	} 
	
#container{
	width: 80%;
	}
	
	/*Navigation links
-------------*/
.nav a:link {
	font-size: 16px;
	line-height: 22px;
	}
	
.nav a:visited {
	font-size: 16px;
	line-height: 22px;
	}
	
.nav a:hover {
	font-size: 16px;
	line-height: 22px;
	}
	
.nav a:active {
	font-size: 16px;
	line-height: 22px;
	}

.navtext {
	font-size: 16px;
	line-height: 22px;
	}
	
.navtext2 {
	font-size: 16px;
	line-height: 22px;
	}