body{
	margin: 0;
	padding: 0;
}
div#header{
	background-color: #fff;
	width: 100%;
	height: 19px;
	border-bottom: 1px solid #ffff00;
	opacity: 0.9;
}
div#header div{
	width: 954px;
	margin: 0px auto;
	height: 19px;
}
div#global{
	margin: 0px auto;
	width: 954px;
	padding-top: 20px;
}
div#menu{
	width: 954px;
	height: 50px;
	margin-bottom: 10px;
}
div#submenu{
	width: 710px;
	height: 30px;
	float: left;
	margin-bottom: 10px;
}
h1{
	float: left;
	width: 710px;
	height: 30px;
	margin-bottom: 0px;
}
div#content{
	width: 670px;
	background-color: #FFF;
	float: left;
	padding:0px 20px 30px 20px;
	overflow:hidden;
	margin-bottom:10px;
}
div#column_right{
	float: right;
	width:230px;
	margin-bottom:10px;
}
div#footer{
	width: 954px;
	height:20px;
	clear: both;
	}
