#outer {
 width:1024px;
 margin:auto;
 }

#header {
 height:147px;
}

#bar {
 height:25px;
 }

#bodycontent {
 position:relative;
 width:1024px;
 }

#leftcontent {
	position:relative;
	float:left;
	left:50px;
	width:720px;
	text-align:justify;
}

#rightcontent {
	position:absolute;
	left:780px;
	width:300px;		
	}
	
#footer{

}
