html {		
	margin: 0px;
	padding: 0px;
	min-width:780px;
	min-height: 100%;
	background-color:#cccc99;
	line-height: 120%;
	}
	
	body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #333333;
	
	}
h1{
font-size: 150%;
color: #333333;
}
h2{
font-size: 120%;
color: #333333;
}
/* main page elements */
#container{
	position:absolute;
	left:50%;
	top: 35px;
	width: 780px;
	margin-left: -390px;
	min-height: 100%;
background-image: url(images/sunflower.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: scroll;	
	padding-left: 10px;
}

#mylogo{

	position: absolute;
	width: 300px;
	height: 100px;
	background-image: url(images/wyehead.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	font-weight: bold;
}

#primarynav
{
	position: absolute;
	width: 460px;
	top: 0;
	left: 320px;
	background-color: #333333;
	color: #cccc99;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	visibility: visible;
	background-image: url(images/sunflower2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content{
	/*position: absolute;*/
	width: 780px;
	top:120px;
	padding-bottom: 20px;
	
	
}
#maintext{
	/*position: absolute;*/
	left: 0px;
	width: 450px;
	margin-left: 10px;	
}

#infobar{
	position: absolute;
	width:280px;
	left: 500px;
}




/*classes*/
.colbackbox{
	background-color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 5px;
	color: #cccc99;
	text-align: center;
}
.box
{
}
.box{
	border: solid 1px #333333;
	font-size: 90%;
	padding: 5px;	
}
.mainnav{
text-align: center;
}
.mainnav a{
font-size: 80%;
text-decoration: none;
height: 20px;
padding: 5px;
background-color: #333333;
border: solid 1px #cccc99;
color: #cccc99;

}
.mainnav a:link, .mainnav a:visited{

}
.mainnav a:hover{
background-color: #cccc99;
color: #330000;
}
.mylist li{
	padding: 4px;
}
.fleft {
	margin: 10px;
	float: left;
}
.emph {
	font-size: 110%;
	font-weight: bold;
}
.tabwrap{
padding: 5px;
text-align: center;
	border: dotted 1px #333300;

}
