.main {
	clear:both;
	width:780px;
	padding-bottom:30px;
	background:transparent url(img/bg_main_withnav_reverse.jpg) top left repeat-y;
}
.main-sidebar {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:200px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.main-content {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:520px;
	margin:0 0 0 30px;
	padding-right:30px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.main-sidebar .round-border-topleft {
	width:10px;
	height:10px;
	position:absolute;
	z-index:100; margin:0;
	background:url("img/bg_corner_topleft.gif") no-repeat;
}

.container:after, .main:after, .main-sidebar:after, .main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

p:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}

.main-sidebar #first{margin:0px}
.main-sidebar h1 {clear:both; margin:30px 0 20px 0; padding:4px 20px 3px 20px; background:rgb(190,190,190); font-family:"trebuchet ms",arial,sans-serif; color:rgb(255,255,255); font-weight:bold; font-size:150%;}
.main-sidebar h2 {clear:both; margin:20px 10px 10px 20px; font-family:"trebuchet ms",arial,sans-serif; color:rgb(100,100,100); font-weight:bold; font-size:150%;}
.main-sidebar h3 {clear:both; margin:10px 10px 5px 20px; color:rgb(80,80,80); font-weight:bold; font-size:110%;}
.main-sidebar p {clear:both; margin:0 10px 10px 20px; color:rgb(80,80,80); line-height:1.3em; font-size:110%;}
.main-sidebar a {clear:both; margin:0 10px 10px 20px; font-size:110%;}
.main-sidebar p.center {text-align:center}
.main-sidebar p.right {text-align:right}
