html, body {
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Tahoma, Geneva, sans-serif;
}

body {
	width:100%;
	height:100%;
	background-color: #5284b5;
	background-attachment: fixed;
	background-image: url(images/sky1.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#rymarkmain {
	width:900px;
	/*height:500px;*/
	margin:0px auto;
	background:#FFF;
	border:2px solid #009345;
}

#header {
	width:900px;
	height:100px;
	margin:0px auto;
}

#headleft {
	width:400px;
	height:80px;
	margin:0px;
	padding:10px;
	float:left;
}

#headright {
	width:300px;
	height:80px;
	margin:0px;
	padding:0px;
	float:right;
}

#nav {
	width:900px;
	height:25px;
	line-height:25px;
	background:#009345;
	clear:both;
}

#content {
	width:860px;
	/*height:300px;*/
	margin:10px auto 20px auto;
	overflow:hidden;
}

#contentleft {
	width:430px;
	margin:0px;
	padding:0px;
	float:left;
}

#contentright {
	width:430px;
	margin:0px;
	padding:0px;
	float:right;
}

#grassbottom {
	height:186px;
	margin:0px;
	padding:0px;
	width:100%;
	background-image: url(images/grassbottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position:absolute;
	bottom:0;
	z-index:-2;
	clear:both;
}

#stake {
	height:100%;
	width:100px;
	z-index:-3;
	left:50%;
	margin-left:-50px;
	background-image: url(images/woodstake.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	position:absolute;
	bottom:0;
}

a.navbox, a.navbox:active, a.navbox:visited {
	display:block;
	padding:0px 15px;
	line-height:25px;
	float:left;
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #FFF;
}

a.navbox:hover {
	background:#f5c37a;
}

a.pagelink, a.pagelink:active, a.pagelink:visited {
	color:#009345;
	text-decoration:none;
}

a.pagelink:hover {
	color:#009345;
	text-decoration:underline;
}

.imgpad {
	margin:0px 0px 0px 15px;
	padding:8px;
	border:2px solid #009345;
}

.center {
	text-align:center;
}

.hrule {
	width:50%;
	/*text-align:center;*/
	align:center;
	background-color:#009345;
	color:#009345;
	height:2px;
}

.sub {
	background:#009345;
	padding:5px;
	color:#FFF;
}
.alert {
	color:#F00;
	font-weight:bold;
}