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

html {overflow-y:scroll;}

body {
	margin:0px;
	background-image:url(../images/structure/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fafeff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#232020;
}

a {color:#232020;}

.tagline {	
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
}

#footer {line-height:20px;}

#footer a {color:#232020;}

.footertitle {
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#grassarea {
	position:relative;	
	width:100%;
	height:82px;
	background-image:url(../images/structure/grass.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
