@charset "utf-8";
/* CSS Document */
 body {
	background-image:url(../images/bgrepeat.jpg);
	background-repeat:repeat-x;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	font-family: "myriad pro", "trebuchet ms", verdana, sans-serif;
 }
 
#bg {
	background-position:right;
	background-repeat:no-repeat;
	background-image: url(/images/sky_lowres.jpg);
	width:100%;
	height:838px;
	z-index:1;
}

#grass {
	background-image:url(/images/grass.png);
	background-repeat:repeat-x;
	height:75px;
}

#border-btm {
	background-image:url(/images/border-btm.jpg);
	background-repeat:repeat-x;
	background-color:#CCC;
}

#padding {
	padding:10px;
}

#padding-greyline {
	padding:10px;
	border:solid 1px #999;
}