body {
	background-color: #a89777;
	text-align: center;
	font-family: Corbel, Futura, "Gill Sans MT", "MgOpen Modata", sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.rm {
	position: absolute;
	left: -9999px;
}
#rap {
	border: 3px solid #512e16;
	width: 700px;
	margin: 55px auto 0;
	overflow: hidden;
}
#info {
	width: 220px;
	float: left;
	background-image: url(images/sidebg.jpg);
	background-repeat: no-repeat;
	background-color: ivory;
	height: 511px;
	overflow: hidden;
	color: #663d1a;
	font-size: 16px;
	line-height: 22px;
}
	#info .marketingtag {
		padding-top: 153px;
	}
	#info .vcard {
		margin-top: 25px;
	}
		#info .vcard .tel {
			font-size: 20px;
			line-height: 28px;
		}
a.nav {
	display: block;
	width: 90px;
	height: 29px;
	background-position: 0 0;
	margin-left: 65px;
}
	a.nav:hover {
		background-position: 0 -30px;
	}
	a.nav.current {
		background-position: 0 -60px;
	}
a#btnAbout {
	background-image: url(images/aboutbutton-trans.png);
	background-repeat: no-repeat;
	margin-top: 23px;
}
a#btnContact {
	background-image: url(images/contactbutton-trans.png);
	background-repeat: no-repeat;
	margin-top: 24px;
}
a#btnWork {
	background-image: url(images/workbutton-trans.png);
	background-repeat: no-repeat;
	margin-top: 24px;
}	
#page {
	width: 480px;
	float: left;
}
	#page.about,
	#page.contact {
		width: 444px;
		/*background-color: #a3c970;*/
		background-color: #bfd99b;
		font-size: 14px;
		line-height: 21px;
		color: #663d1a;
		height: 511px;
		padding: 0 18px;
		text-align: left;
	}
		#page.about h1,
		#page.contact h1 {
			margin: 21px 0 14px;
			text-align: center;
		}
		#page.about p,
		#page.contact p {
			margin-bottom: 14px;
		}
		#page.contact form {
			
		}
			#page.contact form .field {
				overflow: hidden;
				margin-bottom: 21px;
			}
			#page.contact form .field label {
				display: block;
				float: left;
				width: 80px;
				text-align: right;
				padding: 0 3px;
				line-height: 14px;
			}
			#page.contact form .field input,
			#page.contact form .field textarea {
				background-color: #f5f4d7;
				width: 300px;
			} 
			#page.contact form .submit {
				text-align: center;
			}
#foot {
	width: 700px;
	margin: 0 auto 10px;
	text-align: right;
	font-size: .93em;
	color: #f5f4d7;
}
	#foot img {
		float: left;
		margin-left: 42px;
	}