html {
	overflow:auto;
	overflow-x:hidden;
}

body {
	background-image:url(img/skybg.jpg);
	background-repeat:repeat-x;
	background-color:#bce0fa;
	font-size:90%;
	color:#fff;
	font-family:Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	line-height:18px;
	height:100%;
}

#page_home #home_on{
	background-image:url(img/home_over.png);
	background-repeat:no-repeat;
}

#page_about #about_on{
	background-image:url(img/about_over.png);
	background-repeat:no-repeat;
	}

#page_contact #contact_on{
	background-image:url(img/contact_over.png);
	background-repeat:no-repeat;
}

#clouds {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:-500;
	overflow:hidden;
}

#grass {
	background-image:url(img/grass.png);
	background-repeat:repeat-x;
	position:fixed;
	height:115px;
	z-index:10;
	width:100%;
	bottom:0;
	left:0;
}

#sunflowers {
	background-image:url(img/sunflowers.png);
	background-repeat:no-repeat;
	position:fixed;
	height:388px;
	z-index:-1;
	width:260px;
	bottom:0;
	left:75%;
}

h1 {
font-size:23px;
font-weight:normal;
text-decoration:none;
color:#FFF;
}

li {
list-style-image:url(img/lisunflower.png);
margin-top:5px;
}

.bluebg {
background-image:url(img/bluebg.png);
background-repeat:repeat;
padding:5px 15px 15px 15px;
margin-top:10px;
border:1px solid #2c2c2c;
}
	

.home {
	background-image:url(img/home_off.png);
	background-repeat:no-repeat;
	width:115px;
	height:63px;
	margin-left:60px;
	margin-top:0px;
	padding:0px;
	}
.home:hover {
	background-image:url(img/home_over.png);
	background-repeat:no-repeat;
	}
	
.about {
	background-image:url(img/about_off.png);
	background-repeat:no-repeat;
	width:115px;
	height:63px;
	margin-left:60px;
	margin-top:5px;
	padding:0px;
	}
.about:hover {
	background-image:url(img/about_over.png);
	background-repeat:no-repeat;
	}
	
.contact {
	background-image:url(img/contact_off.png);
	background-repeat:no-repeat;
	width:115px;
	height:63px;
	margin-left:60px;
	margin-top:5px;
	padding:0px;
	}
.contact:hover {
	background-image:url(img/contact_over.png);
	background-repeat:no-repeat;
	}
	
#annie {
		float:left;
		margin: 0px 10px 0px 0px;
		border:1px solid #2c2c2c;
	}
	
#ainsley {
		float:left;
		margin: 3px 10px 0px 0px;
		border:1px solid #2c2c2c;
	}

a {
	color:#fed500;
}
a:hover {
	color:#2aae00;
}

strong {
	color:#fed500;
}

.green {
	color:#2aae00;
}
.nolink {
	text-decoration:none;
}

.grid_4 {
	clear:right;
}

.center {
	text-align:left;
}
.subtext { text-align:right; margin-top:10px;
}
