#container {
	height:100%;
	width:100%;
	border:0;
	border-collapse:collapse;
}
#container td {
	text-align:center;
	vertical-align:middle;
}
div#main {
	height:470px;
	width:700px;
	margin:0 auto;
	background-color:#FFF;
	padding:10px;
}
#colorBarLeft {
	width:100%;
	height:15px;
	margin-bottom:5px;
	background-color:#C00;
}
#colorBarCenter {
	width:100%;
	height:15px;
	margin-bottom:5px;
	background-color:#999;
}
#colorBarRight {
	width:100%;
	height:15px;
	margin-bottom:5px;
	background-color:#CCC;
}
#mainLeft {
	width:220px;
	float:left;
	margin-right:5px;
}
#mainCenter {
	width:130px;
	float:left;
	margin-right:5px;
	font-size:1px;
	line-height:1px;
}
#mainRight {
	width:340px;
	height:450px;
	float:left;
	position:relative;
}
#menu {
	height:450px;
	background-color:#E5E5E5;
}
.menuItem {
	margin-top:4px;
}
#contactInfoDiv {
	margin-top:5px;
	text-align:center;
	font-size:10px;
	color:#828282;
	letter-spacing:.163em;
}