/* CSS Document */
#container{
	}

#right{
	float:right;
	width: 200px;
	margin:0;
	padding:0;
	}
	
#right H3{
	margin-top:0;
	}

#left{
	width:660px;
	border:none;
	border-top:1px solid #2c2723;
	border-bottom:1px solid #2c2723;
	}

#leftContainer{
	margin:20px 0;
	}

