@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

/* INTERFACE  */
#wrapper{
	width: 800px;
	position: relative;
	margin: 0 auto;
	margin-top: 100px;
}
#branding{
	width: 100px;
	height: 62px;
	background-image: url(../images/wyfooLogo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -50px;
}
#mainnav{
	width: 720px;
	background: url(../images/dropshadow_top.gif) top left;
}
.banner{
	position: absolute;
	top: 0;
	right: 3px;
	width: 350px;
	height: 22px;
}

#black{
	width: 720px;
	margin-left: 120px;
	background: url(../images/dropshadow_center.gif) top left repeat-y;
}

#clear{
	clear: both;
	height: 10px;
	width: 720px;
	background: url(../images/dropshadow_bottom.gif) bottom left;
}

#rightcol{
	width: 380px;
	float: left;
	margin-left: 270px;
	padding: 20px 20px 0 20px;
}

#staytuned{
	width: 325px;
	border: solid 1px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 20px;
	margin-left: -10px;
}
.contact{
	 margin-bottom: 5px;
	 margin-left: 40px;
	 margin-top: 10px;
	 }

#footer{
	position: absolute;
	right:-15px;
	margin-top: 8px;
}


h1{
	display: none;
}
h4{
	padding-bottom: 0;
}

#mainnav li{
	border-right: solid #fff 2px;
}
#mainnav ul{
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#mainnav li{
	display: inline;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 10px;
}

#leftcol{
	width: 360px;
	position: absolute;
	left: 0;
	padding: 25px 30px 25px 30px;
	border: solid 1px;
}

#leftcol p{
	padding-top: 8px;
}
#leftcol .nopadding{
	padding-top: 0;
}
#footer li{
	list-style: none;
}
#form{
	margin-top: 5px;
}
#name{
	width: 100px;
	padding: 2px;
}
#email{
	width: 100px;
	padding: 2px;
}
#emailspace{
	padding-left: 20px;
}
#staytuned ul{
	margin-top: 4px;
}
#staytuned li{
	display: inline;
	}
#emailtxt{
	margin-left: 75px;
}
.buttonright{
	padding: 1px;
}
.images{
	padding-left: 10px;
}
.images2{
	padding-left: 3px;
}
.images4{
	padding-left: 15px;
}
.images3{
	padding-left: 7px;
}
.more{
	position: absolute;
	bottom: 10px;
	right: 15px;
	}

.smalllogo{
	margin-right: 5px;
}
.images img{
	margin-top: 5px;
}

form{
	padding-top: 5px;
}

#leftcol #maillink{
	margin-left: 0;
}
