* a:link { color: #000000; text-decoration: underline; }
* a:hover { color: #000000; text-decoration: none; }
* a:active { color: #000000; text-decoration: none; }
* a:visited { color: #000000; text-decoration: underline; }

body {
	margin-top: 20px;
	background-image: url(../images/bg.jpg);
	color: #646363;
	font-family: Tahoma, Helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

#wrapper {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header {
	margin-bottom: 20px;
	position: relative;
}

#logo {
	margin-left: 90px;
}

#nav {
	width: 130px;
	margin-top: 40px;
	float: left;
}

#content {
	float: left;
}

#homeText {
	width: 350px;
	margin-top: 20px;
}

* p {
	margin: 0px 0px 18px 0px;
}

#footer {
	width: 350px;
	border-top: 1px solid #aca9a9;
	font-size: 9px;
	color: #aca9a9;
	margin-top: 20px;
}

#footer a:link { color: #aca9a9; text-decoration: underline; }
#footer a:hover { color: #aca9a9; text-decoration: none; }
#footer a:active { color: #aca9a9; text-decoration: none; }
#footer a:visited { color: #aca9a9; text-decoration: underline; }

.clearBoth {
	clear: both;
}

#beckyHead {
	width: 300px;
	height: 70px;
	background-image: url(../images/about-becky-head.jpg);
	position: absolute;
	top: 70px;
	right: 0px;
	z-index: 50;
}



/* ========== CONTACT FORM ========== */

#contactFormArea {
	width: 100%;
	position: relative;
	margin: auto;
	margin-top: 0px;
}

.BBEinputContainer {
	width: 100%;
	overflow: auto;
	margin-bottom: 3px;
}

.BBEinputLabel {
	width: 60px;
	float:left;
	font-size: 12px;
	line-height: 28px;
/*	color: #006b6e; */
/*	opacity: 0.99; */
/*	text-shadow: 0 0 0 #333232; */
}

.BBEinputField {
	float: left;
	width: 160px;
	height: 20px;
	max-height: 20px;
	border: 1px solid #afafae;
/*	color: #006b6e; */
	background-color: #FFFFFF !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
/*	opacity: 0.99; */
/*	text-shadow: 0 0 0 #333232; */
	vertical-align: middle;
}

input:hover {
	background-color: #e6e8ec !important;
}

input:focus {
	background-color: #e6e8ec !important;
}

.BBEtextareaContainer {
	width: 100%;
		position: relative;
}

.BBEtextareaField {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 270px;
	max-width: 270px;
	border-style: solid;
	border-width: 1px;
	border-color: #afafae;
/*	color: #006b6e; */
	background-color: #FFFFFF !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
/*	opacity: 0.99; */
/*	text-shadow: 0 0 0 #333232; */
}

textarea:hover {
	background-color: #e6e8ec !important;
}

textarea:focus {
	background-color: #e6e8ec !important;
}

.BBEsubmitContainer {
/*	width: 100%; */
	overflow: auto;
	float: right;
	position: relative;
	top: 28px;

}

#BBEcontactMessage {
	float: right;
	color: green;
	margin-top: 5px;
}

.BBEsubmitButton {
	float: right;
	border: 1px solid #afafae;
/*	color: #006b6e; */
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
/*	opacity: 0.99; */
/*	text-shadow: 0 0 0 #333232; */
	height:20px;
	width:60px;
/*	margin-top: 10px; */
}

