input.boxed {
  width: 100%;
  border: 2px solid black;
}

#header .navigation{
	margin-top: 40px;
	width: 782px;
}

#header .navigation ul li {
	display: inline;
	float: left;
	height: 28px;
}

#content_left {
  border-right: 2px solid #b2b2b2;
}

#ft {
	clear: both;
	margin-top: 20px;
	border-top: 6px solid #4182c3;
}

#ft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#ft ul li {
  display: inline;
  height: 31px;
}

#ft ul.left li{
	float: left;
}

#ft ul.right li{
	float: right;
}

.question {
  font-weight: bold;
}

.orange {
  color: #FF8B45;
}

.bold {
  font-weight: bold;
}

.center {
	text-align: center;
}

.larger {
  font-size: larger;
}

.pl_10 {
  padding-left: 20px;
}

.justify {
  text-align: justify;
}

.welcome {
  width: 90%;
}

.full_width {
	width: 100%;
}