body {
	text-align: center;
	vertical-align: top;
	margin: 0px;

	background-color: #663200;

	color: #663200;

	font-family: Tahoma, Verdana, Arial;
}

.contentDiv {
	width: 750px;
	height: 600px;

	background-color: #ffffd0;
}

.contentSide {
	width: 110px;
	height: 100%;

	font-size: 12px;
}

.contentCenter {
	border: 2px solid #663200;
	border-top: none;
	border-bottom: none;
}

.contentHeader {
	width: 100%;
	height: 70px;

	border-bottom: 2px solid #663200;

	font-size: 24px;
	font-weight: bold;
}

.contentIcons {
	width: 100%;
	height: 43px;

	border-bottom: 2px solid #663200;

	font-size: 24px;
	font-weight: bold;
}

img.small {
	width: 70px;
	height: 43px;

	border: none;
}

img.large {
	width: 163px;
	height: 104px;

	border: none;
}

.menuImage {
	padding-right: 6px;
}

.contentMenu {
	width: 100%;
	height: 15px;

	border-bottom: 2px solid #663200;
}

.menuItem {
	width: 76px;
}

.menuLink {
	color: #663200;

	font-size: 10px;
	font-weight: bold;

	text-decoration: none;
}

.contentInfo {
	width: 100%;
	height: 110px;
}

.contentBody {
	width: 100%;
	height: 100%;

	font-size: 12px;

	padding: 10px;
	padding-top: 50px;
}

.bodyImage {
	width: 167px;
	height: 110px;

	border-bottom: 2px solid #663200;
	border-right: 2px solid #663200;
}

.bodyAddress {
	width: 168px;
	height: 109px;

	border-left: 2px solid #663200;
	border-bottom: 2px solid #663200;

	padding: 5px;

	font-size: 12px;
}

a:link, a:visited {
	color: #663200;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #663200;
	font-weight: bold;
	text-decoration: underline;
}

.contentTable {
	font-size: 12px;
}