/*
CSS for...
*/


* {
	margin:  0;
	padding: 0;
}


body {
	background-color: white;
}

#asdf {

	position: absolute;
	top:10px;
	left: 10px;
	z-index:2;

}
#wrapper {
	width: 960px;
	height: 506px; 
	margin: auto;
}

#back1 {
	position: absolute;
	top: 160px;
	z-index:1;
	width:100%;
	height: 74px;
	background-image: url(images/back1.png);
}
#back2 {
	position: absolute;
	top: 0px;
	z-index:0;
	width:100%;
	height: 191px;
	background-image: url(images/back2.jpg);
}
#back3 {
	position: absolute;
	top: 1098px;
	z-index:0;
	width:100%;
	height: 411px;
	background-image: url(images/back3.jpg);
}

#header {
	position: absolute;
	top:0;
	z-index:2;
	height: 160px;
	width: 960px;
	background-image: url(images/brown.jpg);
}
#headerimg {
	position: absolute;
	top: 18px;
	left: 15px;
	z-index: 11;
}
#headerimg img{
	border: 0;
}
#search {
	position: absolute;
	z-index: 2;
	top: 18px;
	left: 713px;
}
#headernav {
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 550px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;	
}
#headernav li {
	display: inline;
	color: black;
	padding-left: 10px;
}
#headernav a:link, #headernav a:visited {
	font-size:medium;
	color: #008b9a;
	text-decoration: none;
}
#headernav a:hover, #headernav a:active {
	color: white;
}


#nav {
	position: absolute;
	z-index:2;
	top: 0px;
	height: 74px;
	width: 960px;
}
#one {
	position: absolute;
	top: 160px;
	left: 0px;
	height: 74px;
	width: 367px;
	background-image: url(images/nav1sel.png);
}
#one a, #one a:link, #one a:visited {
	display: block;	
}
#two{
	position: absolute;
	top: 160px;
	left: 367px;
	height: 74px;
	width: 291px;
	background-image: url(images/nav2sel.png);
}
#two a, #two a:link, #two a:visited {
	display: block;
}
#three{
	position: absolute;
	top: 160px;
	left: 658px;
	height: 74px;
	width: 302px;
	background-image: url(images/nav3sel.png);
}
#three a, #three a:link, #three a:visited {
	display: block;
}

#one img, #two img, #three img {
	width: 100%;
	padding: 0;
	height: 100%;
	border: 0;
}

#one a:hover img, #two a:hover img, #three a:hover img {
	visibility: hidden;
}

#icons {
}
#bigimg {
	position: absolute;
	top:234px;
	width: 960px;
	height: 225px;
	background-image: url(images/bigimg.jpg);
}

#footer {
	position: absolute;
	top:459px;
	width: 960px;
	height: 47px;
	background-image: url(images/footer.jpg);
}
#fake1 {
	position: absolute;
	top:530px;
	width: 960px;
	height: 568px;
	background-image: url(images/fake1.png);
}
#fake2 {
	position: absolute;
	z-index:1;
	top:1098px;
	width: 960px;
	height: 416px;
	background-image: url(images/fake2.png);
}


