#txtwrap {
	width: 630px;
	float: right;
}

#left {
	padding-top: 20px;
	float: left;
	width: 205px;
}

#left * {
	margin-left: 15px;
}

#left img, #left input {
	margin-left: 0px;
}

#middle {
	float: left;
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#middle h1, #left h1 {
	font-size: 200%;
	color: #009;
}

#middle h2, #left h2 {
	font-size: 160%;
	color: #009;
}

#middle li {
	list-style-type: square;
	color: #009;
	margin-bottom: 5px;
}

#right {
	padding-top: 20px;
	float: right;
	width: 210px; /* change to 150 */
}

form.search input {
	width: 80px;	
	font-size: 10px;
}

form.search input.go {
	width: 20px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #fff;
}

#right div.siteBox {
	float:left;
	width: 100px;
	text-align: center;
	margin-bottom: 10px;
}

#right ul {
	list-style: none;
}

#right li {
	padding-bottom: 5px;
}

#right a.print {
	background: url(/templates/common/images/print.gif) no-repeat left top;
	padding-left: 20px;
}

#right a.text {
	background: url(/templates/common/images/text.gif) no-repeat left top;
	padding-left: 20px;
}

.row {
	width: 100%;
	clear: both;
	margin-top: 10px;
}

span.label {
	width: 30%;
	float: left;
	text-align: right;
	line-height: 25px;
}

span.widget {
	width: 69%;
	float: right;
	text-align: left;
}

input, textarea {
	background-color: #e6e7f9;
}

input.button {
	width: 150px;
	border: 1px solid #000;
	color: #fff;
	background-color: #002262;
}