.mainwrapper {
	border: 1px solid #C7C7C7;
	width: 740px;
	height: 500px;
	margin:50px auto 0px;
	
}
.menuwrapper {
	position: relative;
	top: 20px;
	height: 50px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}

#menutable {
	width: 100%;
	height: 100%;
}

#menutable td {
	text-align: center;
	top: 45%;
}
.mainwrapper #menuwrapper #menutable .menunumbers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #EEEEEE;
	margin-left: 2px;
	border-top: thin solid #999999;
	border-right: thin solid #999999;
	border-bottom: thin solid #999999;
	border-left: thin solid #999999;
}

.menunumbers_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	margin-left: 2px;
}
#contentiframe {
	height: 100%;
	width: 100%;
}

#menutable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.contentholder {
	position: relative;
	height: 320px;
	width: 680px;
	top: 40px;
	margin:0px auto;
	text-align: center;
	vertical-align: middle;
}
.bottomcontent {
	position: relative;
	height: 57px;
	width: 741px;
	top: 75px;
}