body{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	
}
a{
	color: black;
	text-decoration: none;
}
#container{
	position: relative;
	background: url(../images/grass.png) center bottom no-repeat;
	border: solid 5px #97ca4e;
	width: 970px;
	height: 562px;
	margin: 0 auto;
}
	#container p{
		padding-bottom: 15px;
		line-height: 13px;
	}
	#container p span{
		font-size: 13px;
		font-weight: bold;
	}
	#container #sidebar{
		width: 275px;
		
		margin: 12px 40px 0 40px;
		float: left;
		text-align: center;
		_margin: 12px 0 0 0;
		_padding: 0 40px 0 40px;
	}
		body.home #container #sidebar h1{
			background: url(../images/rainbowlodge-logo.png) no-repeat center -230px;
			width: 275px;
			height: 324px;
			text-indent: -9999px;
			margin-bottom: 18px;	

		}
			body.home #container #sidebar p{
				font-size: 9px;
				line-height: 11px;
			}
		
		body.about #container #sidebar h1{
			background: url(../images/rainbowlodge-logo.png) no-repeat center top;
			width: 275px;
			height: 219px;
			text-indent: -9999px;
			margin-bottom: 18px;
		}
	#container #content{
		width: 430px;
		float: left;
		text-align: justify;
		margin-top: 150px;
	}
	#container #content p{
		line-height: 12px;
	}
	#container #content h2{
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 22px;
	}
	#container #right-sidebar{
		width: 97px;
		margin-top: 425px;
		margin-left: 35px;
		float: left;
		_width: 62px; /* IE6 */
		
	}
	#footer{
		clear: both;
	}
	a#followme{
		background: url(../images/follow.png) no-repeat right top;
		_background: url(../images/follow.gif) no-repeat right top;  /* IE6 */
		display: block;
		width: 110px;
		height: 20px;
		position: absolute;
		top: 470px;
		right: 150px;
		text-indent: -9999px;
		
	}
	a#followmeback{
		background: url(../images/follow.png) no-repeat right bottom;
		_background: url(../images/follow.gif) no-repeat right bottom;  /* IE6 */
		display: block;
		width: 200px;
		height: 20px;
		position: absolute;
		top: 470px;
		right: 150px;
		text-indent: -9999px;
		
	}
	.signature{
		margin-top: -10px;
		margin-bottom: 5px;
	}