body {
	font-family: Arial, sans;
	margin-top: 0px;
}

#mainTable {
	width: 800px;
	height: auto;
	border-collapse: collapse;
}

#logoTd {
	text-align: center;
}

#menuTd {
	
}

#menuTable {
	border-collapse: collapse;
}

.menuItemTd {
	padding: 5px 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	
}

.menuItemTd a {
	text-decoration: none;
	color: #fff;
	background-color: #eea925;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 5px 8px;
}
.menuItemTd a:hover {
	background-color: #1c1404;
}

#contentTd {
	padding-top: 15px;
}

#contentTable {
	border-collapse: collapse;
	width: 100%;
}

.contentAboutTr {
	height: 80px;
	background-color: #807a70;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.contentAboutTrS {
	height: 80px;
	background-color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.contentAboutTd {
	color: #fff;
	font-size: 1em;
	font-family: Georgia, sans;
	padding: 10px 20px;
	vertical-align: top;
}

.aboutItemsSpan {
	font-family: Georgia, sans;
	font-size: 3em;
	color: #fff;
	padding-left: 10px;
}

#submenuTr {
	height: 30px;
}

#submenuTd {
	font-family: Arial;
	font-size: 0.75em;
	color: #888;
	padding-left: 15px;
}

#submenuTable {
	width: 100%;
}

#beta {
	background-color: brown;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 3px 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.65em;
}