
body {
	background: #603913 url('/images/background.jpg');
	text-align: center;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
img { border: 0px; }

#wrapper {
	margin: 0px auto; 				/* to fix centering in Mozilla */
	background: url('/images/bg.jpg') repeat-y;
	text-align: left;
	width: 742px;					/* width should be the same as the background image */
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 742px;
}
	html>body #wrapper { width: 742px; }
	
#leftcol {
	width: 155px;
	float: left;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 145px;
}
	html>body #leftcol { width: 145px; }

#maincol {
	width: 560px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
}
	html>body #maincol { width: 540px; }

	
.clear { clear: both; }

#logo { text-align: center; }

.verticalmenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

	.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
		display: block;
		font: bold .9em Verdana, Arial, Helvetica, sans-serif;
		color: #603913;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		padding-top: 18px;
		width: 139px;
		height: 48px;
		background: url('/images/vertical.jpg') no-repeat;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 48px;
	}
		html>body .verticalmenu a:link, html>body .verticalmenu a:visited, html>body .verticalmenu a:hover {
			height: 48px;
		}

	.verticalmenu a:hover {
		background: url('/images/vertical_over.jpg') no-repeat;
		padding-top: 18px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 48px;
	}

		html>body .verticalmenu a:hover { height: 48px; }

.content {
	width: 523px;
	background: url('/images/content.jpg') repeat-y;
min-height:200px;
}

.contenttop {
	background: url('/images/contenttop.jpg') no-repeat;
}

.contentbottom {
	background: url('/images/contentbottom.jpg') no-repeat bottom left;
	padding: 10px 15px 10px 15px;
}


#footer {
	text-align: center;
	font-size: .9em;
}

.heading {
	background: url('/images/heading.jpg') no-repeat;
	height: 91px;
	padding-top: 5px;
	font: bold 1.4em Helvetica, Arial, Verdana, sans-serif;
	margin-bottom: -10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 32px;
}
	html>body .heading { height: 32px; }