root { 
    display: block;
}
div#main {
    margin: 0 auto 0 auto;
    width: 700px;
}
.subNav {
border-style: solid; padding: 4px; border-width: 1px; border-color: #FFCC00;
}
.menuNav {
	float: left;
	visibility: hidden;
	font-weight: normal;
	position: absolute;
	margin-top: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00;
	background-color: #FFEAAA;
}
.barNav {
width:100%; height: 28px; table-layout: fixed; text-align: center; font-weight: bold;
}
.barNav td a {
	color: black;
	text-decoration: none;
}
.menuNav div a {
	color: black;
	text-decoration: none;
}
.menuNav div {
	text-align: left;
}

.rightImage {
	float: right;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #777777;
	font-size: 10px;
}

.leftImage {
	float: left;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #777777;
	font-size: 10px;
}
.l {
    float: left;
    width: 160px;
}
#input {
    width: 200px;
}
.leftform {
   float: left; 
}
