#global
{
	width: 920px;
	margin:0 auto;
	
}

#header
{
	width:900px;
	height:187px;
	margin: auto;
	float:left;

}

#menuTop
{
	width:900px;
	height:25px;
	margin: auto;
	background: url(../images/bg-menuTop.png) top left repeat-x;
	background-color:#1b5b99;
	float:left;

}

#left
{
	float:left;
	width:190px;
	padding-left:3px;

}

#right
{
	float:left;
	width:235px;
}




#menu
{
	width:900px;
	float:left;
	height:140px;
	padding-left;
}

#main
{
	width:470px;
	float:left;
	padding:10px;
	padding-top:0px;
}

#content
{
	width:920px;
	float:left;
	padding-bottom:20px;
	background: url(../images/bg-content.png) top left no-repeat;
}




#footer{
	float:left;
	width:920px;
	background: url(../images/bg-footer.png) top left no-repeat;

}












