body {
	margin: 15px 0;
	text-align: center;
	background: #FFFFFF;
	color: #020;
	padding: 5px;
}

#wrapper-outer {
	margin: 0 auto;
	text-align: left;
	width: 90%;
	border-right: solid 3px #444;
	border-bottom: solid 3px #444;
	border-left: solid 2px #aaa;
	border-top: solid 2px #aaa;
	background-color: #fff;
	padding: 0;	/* The above line fixes a problem in IE when the #rightbar is longer than the #content
		Try it yourself. Change the color to red to see it easily, and then set the font size in IE
		to small, or add more content in #content */
}


#content
{
	padding: 15px;
	margin: 10px 5px 10px 180px;
	border: 1px dashed green;
}


#content p
{
	font-size:1em;
	margin:10px 5px;
	padding-left:10px;
	padding-right:10px;
}

#top, #navigation, #sidecontent, #footer, #txtSearch, #btnSearch
{
	display:none;
}


