/* CSS Document */
#wrapper {
	width:1024px; height: 100%; margin: 0px auto 0px auto; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:20px; font-weight:bold; line-height: 24px; background-color:#e0b600;
}
#title {
	width: 100%; height: 50px; text-align:center; background-color:#cccccc; 
}
#leftnav {
	width: 200px; float: left;
}
#content {
	width: 1024px; float: right;;
}
a {
	border: none; color:#FFFF00;
}
.input {
	width: 500px; float:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
.redtext {
	color: #FF0000;
}