html {
	background: #cadae8;
	color: #000;
}


#content {
	background: #fff;
	color: inherit;
	margin: 0 0 20px 20px;
	overflow: hidden;
	padding-top: 5px;
	clear: both;
}

#container {
	background:#fff;
	color: inherit;
	padding-right:200px; /* The width of the rail */
	margin: 0px 0 20px 20px;
	overflow:hidden;
	padding-top: 5px;
	clear: both;
}

* html #container{height:1%; /* So IE plays nice */}

#main{
	background: #fff;
	color: inherit;
	width:100%;
 	float: left;
}
#searchform {margin-left: 20px;}

#menu-requiredq {
	position: absolute;
	top: 40px;
	left: 200px;
}

#mylinks ul {
	display: inline;
	list-style: none;
	text-align: right;
	padding-right: 100px;
}

#mylinks ul li {
	float: right;	
}

#qsearch {
	float: right;
	margin: 4px 10px 0 0;
	color: #555;
	background: #fff;
}

