﻿/*+----------------------------------------------------------------------------
//
// 整体布局样式
//
//---------------------------------------------------------------------------*/

/*--网站前台布局--*/
div#container
{
	width:800px;
	margin: 0;
}
div#header
{
	width: 100%;
}
div#title
{
	width:100%;
}
div#navigation
{
	float: left;
	width: 160px;
}
div#wrapper
{
    width:800px;
}
div#content
{
	float: left;
	margin:0;
	text-align:left;
}
div#extra
{
	float: right;
	margin:0;
	width:180px;
}
div#footer
{
	clear: left;
	width: 100%;
	height:60px;
}