/* CSS THE EMERSON WORKSHOP */

body {
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

.stripbgleft {
	background-color: #b6b29f;
	}
	
.stripbgright {
	background-color: #3c2218;
	border-left-color: #ffffff;
	border-left-width: 3px;
	border-left-style: solid;
	}
	
.logopane {
	background-color: #3c2218;
	background-image: url(images/white_stripes.gif);
	background-repeat: repeat-y;
	padding-left: 45px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: bottom;
	}
	
.submenupane {
	background-color: #3c2218;
	padding-top: 48px;
	text-align: right;
	vertical-align: top;
	}
	
.contentpane {
	background-color: #f3f2ee;
	vertical-align: top;
	background-image: url(images/strapline.png);
	background-position: 84% 95%;
	background-repeat: no-repeat;
	border-right-color: #3c2218;
	border-right-width: 2px;
	border-right-style: solid;
	}

.menubar {
	text-align: right;
	padding-top: 30px;
	padding-right: 45px;
	}

.footertext {
	font-size: 0.7em;
	padding-top: 25px;
	}

.bodytxt {
    font-size: 0.75em;
    font-family: Arial;
	line-height: 2;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	}

.bodytxt a { 
	color: #989278;
	text-decoration: none;
	}
	
.bodytxt a:hover {
	color: #989278;
	text-decoration: underline;
	}

.picborder {
	border: solid;
	border-color: #FFFFFF;
	border-width: 6px;
	}
	
.gallerytext {
	font-size: 0.9em;
    font-family: Arial;
	line-height: 1;
	font-weight: normal;
	color: #333333;
	text-align: center;
	}

.gallerytext a { 
	color: #989278;
	text-decoration: none;
	}
	
.gallerytext a:hover {
	color: #989278;
	text-decoration: underline;
	}
	
.nexttext {
	font-size: 0.8em;
    font-family: Arial;
	line-height: 2.5;
	font-weight: normal;
	color: #333333;
	text-align: right;
	}

.nexttext a { 
	color: #989278;
	text-decoration: none;
	}
	
.nexttext a:hover {
	color: #989278;
	text-decoration: underline;
	}
	
.formtext {
	font-size: 1em;
	line-height: 1.8;
	}
	
.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #989278;
	}