body {

	background: url(img/background.jpg);
	margin: 0;

	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	color: black;
}

p, span, div, table, tr, th, td, input, select {

	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

p { margin: 0px; }

a img {
	border: 0;
}


/** editor styles follow **/

.titles {
	font-size: 15px;
	color: #7f1307;
}

.subHeadings {
	color: #5e5f47;
	font-weight: bold;
}

.emphasis {
	color: #5f4d55;
}

/** end editor styles **/


#container {
	width: 974px;
	margin: 0 auto 0 auto;
}

#navigate {
	width: 263px;
	float: left;
}

	h1#logo {
		margin: 0;
		color: #910909;
	}

	#nav {
		width: 263px;
		height: 190px;
		background: #efd8b8;
	}

	#nav a {
		display: block;
		width: 263px;
		height: 38px;

		color: #910909;
		font-size: 14px;
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		text-indent: 70px;

		background-image: url(img/nav-sprite.jpg);
	}

	#nav a#nav-about {	background-position: 0px 0px; }
	#nav a#nav-buyer {	background-position: 0px -38px; }
	#nav a#nav-exhibitor {	background-position: 0px -76px; }
	#nav a#nav-contact {	background-position: 0px 76px; }
	#nav a#nav-home {	background-position: 0px 38px; }


#main {
	margin: 0;
	margin-left: 280px;
	position: relative;
}

	#woodframe {
		position: absolute;
		top: 0;
		left: 23px;

		background-image:url('img/woodframe.png');

		width: 648px;
		height: 202px;
	}

	#pic1 {
		position:absolute;
		top:36px;
		left:87px;
	}

	#pic2 {
		position:absolute;
		top:36px;
		left:254px;
	}

	#pic3 {
		position:absolute;
		top:36px;
		left:420px;
	}

#headroom {
	height: 34px;
}

#navroom {
	height: 25px;
}

#outer {
	background: url(img/frame-bg.jpg) repeat-y top center;
}

#upper {
	background: url(img/frame-top.jpg) no-repeat top center;
}

#lower {
	background: url(img/frame-bottom.jpg) no-repeat bottom center;
}

#showlinks {
	width: 220px;
	float: right;
}

	#showinner {
		padding: 183px 26px 0 0;
	}

	.show {
		height: 103px;
		width: 194px;
		margin: 0 0 10px 0;
		background-image: url(img/show-sprite.gif);
		position: relative;
	}

	.show a {
		display: block;
		width: 80px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		color: white;
		text-decoration: none;
		text-align: center;
	}

	.show a.buyer {
		position: absolute;
		top: 46px;
		left: 15px;
	}

	.show a.exhibitor {
		position: absolute;
		top: 46px;
		left: 101px;
	}

	#show-jan {	background-position: 0px 0px; }
	#show-mar {	background-position: 0px -113px; }
	#show-aug {	background-position: 0px -229px; }
	#show-nov {	background-position: 0px -343px; }


#content {
	padding: 180px 22px 50px 56px;
	margin: 0;
	margin-right: 231px;
	min-height: 500px;
	color: #3f2723;
}

	#content a {
		color: #7f1307;
		text-decoration: none;
		border-bottom: 1px dashed #7f1307;
	}

	#content a:hover {
		color: #7f1307;
		text-decoration: none;
		border-bottom: 1px solid #7f1307;
	}
