body{
			background-color: #B1Bf85;
			background-image: url("../images/bkgrd.jpg");
			background-repeat: no-repeat;
			background-position: center top;
			margin-top: 445px;
			padding: 0;
			}

			#spacer{
				width:562px;
				height:20px;
				background-image: url("../images/line.gif");
				background-repeat: no-repeat;
				margin:auto;
			}

			#spacer2{
				width:562px;
				height:20px;
				background-image: url("../images/line2.gif");
				background-repeat: no-repeat;
				margin:auto;
			}
			
		#content{
			width:552px;
			overflow: visible;
			font-family: "lucida grande", tahoma, verdana, sans-serif;
			color: #323322;
			font-size:13px;
			line-height: 133%;
			margin:auto;
			padding:10px;
			
		}

			#buttons{
				width:690px;
				height:40px;
				margin:20px auto 0 auto;
			}

			#b1{
				float:left;
				padding:0 10px 0 10px;
				
			}

		#b2{
			float:left;
			padding:0 10px 0 10px;
			border-right: dotted 1px #4C5337;
			border-left: dotted 1px #4C5337;
		}
		#b3{
			float:left;
			padding:0 10px 0 10px;
			border-right: dotted 1px #4C5337;
			}


		#sp{
				width:600px;
				height:40px;
				margin:0 auto;
				text-align: center;
			}

		a:link {
		font-family: "lucida grande", tahoma, verdana, sans-serif;
		color: #003300;
	}
	a:visited {
		color: #003300;
	}

	a:active {
		color: #003300;
	}
	a:hover {
		color: #F5F1DE;
	}
