body {
	background-color: #2d2d2d;
	margin: 0;
	font-family: Geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #6b6b6b;
}
div, p {
	text-align: left;
}
a {
	color: #ab4800;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/* STRUCTURE ****/
#contain {
	width: 800px;
	background-color: #FFF;
	padding: 30px;
} 
.header {
	background: url(../img/sketch3.jpg) right bottom no-repeat #FFF;
	text-align: left;
	padding: 0 0 20px 0;
}
.headerB {
	background: url(../img/sketch.jpg) right bottom no-repeat #FFF;
	text-align: left;
	padding: 0 0 20px 0;
}
.bodyWRAP {
	width: 100%;
	border-bottom: 3px solid #2d2d2d;
	border-top: 3px solid #2d2d2d;
	padding: 25px 0 25px 0;
}
.left {
	float: left;
	width: 48%;
}
.right {
	float: right;
	width: 48%;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	overflow: hidden;
}
.callout {
	width: 100%;
	border: 1px solid #cacaca;
	margin: 10px 0 0 0;
	padding: 0;
}
.boxes {
	float: left;
	width: 155px;
	margin: 10px 6px 0 0;
	background-image: url(../img/corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 150px;
}
.secnav {
	float: right;
}

/* TEXT ********/
h1 {
	font-family: "Century Gothic", Geneva, arial, sans-serif;
	font-size: 21px;
	line-height: 21px;
	padding: 0 0 10px 0;
	margin: 0;
	color: #ffa200;
	font-weight: normal;
}
p {
	padding: 10px 0 10px 0;
	margin: 0;
}
.boxes p {
	padding: 15px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
}
.callout p {
	padding: 15px;
	margin: 0;
	color: #7d7d7d;
}

/* MISC ********/
hr {
	margin: 25px 0 25px 0;
	padding: 0;
	border-top: 3px solid #ececec;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	height: 0;
	background-color: #FFF;
}
.picBorder {
	padding: 5px;
	border: 1px solid #6d6b6b;
}
.imgRT {
	float:right;
	width: auto;
	margin: 0 0 20px 20px;
}
.imgFULL {
	border: 1px solid #cacaca;
	margin: 0 0 20px 0;
}
.imgFULL td { vertical-align: top;}
.imgFULL img {
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
}
.imgFULL td p {
	color: #8c8c8c;
}
