#PageContent
{
    clear:right;
}

#SideBar1
{
    float:left;
    width:200px;
}

body{text-align:center;margin-bottom:0}

#Wrapper
{
    width:900px;
    margin:0 auto;
    text-align:left;
    background:#fff;
    position:relative;
    height:100%;
}

#Footer
{
    width:890px;
    clear:both;
    padding:5px 7px 5px 7px;
}

	#leftcontent 
	{
		top:140px;
		width:190px;
		margin-left:5px;
		background:#fff;
		float:left;
		margin-bottom:5px;
	}
	#rightcontent {
		
		float:right;
		top:100px;
		width:650px;
		background:#fff;
		padding-right:20px;
		}
