body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	background: #efefef;
}

label {
	width: 90px;
	float: left;
}

input, textarea, select {
	float: left;
}

	

#frameBox {
	width: 950px;
	background: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}

#leftNav {
	width: 190px;
	padding:4px;
	float: left;
	background: #330066;
}

#leftNav a {
	width: 170px;
	padding: 1px;
	text-decoration: none;
	color: white;
	border-bottom: none;
}

#leftNav a:hover {
	background: #9900CC;
}

#contentBox {
	width: 520px;
	padding: 10px;
	float: left;
}

#rightNav {
	width: 120px;
	text-align: right;
	float: left;
}