   body,
   html {
   margin:0;
   padding:0;
   color:#000;
   }

	#main {
		float:right;
		width:650px;
		padding:5px;
		border:solid;
		border-color:#1b81b2
	}
	#sidebar {
		float:left;
		width:200px;
		padding:5px;
		border:solid;
		border-color:#1b81b2
	}
		#wrap {
		width:890px;
		margin:0 auto;
	}
	#table {
		border:solid;
		border-color:#1b81b2;
		border-bottom:solid;
	}
	#nav {
		font-size:14px;
		text-decoration:none;
		color:#1b81b2;
		font-weight:bolder;
	}
	#footer {
   	clear:both;
   	}

		


	
	

