body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	background:#4b4746 url(../img/background.png) left top repeat-x;
}
div#body-contents{
	float:left;
	width:100%;
	background:#ffffff;
}
.wrapper{
	width:950px;
	margin-left:auto; 
	margin-right:auto;
}
div#contents-top{
	float:left;
	width:950px;
	height:16px;
	background:url(../img/contents-top.png);
}
div#contents{
	float:left;
	width:934px;
	padding:0px 7px 0px 7px;
	border-left:1px solid #97a5b0;
	border-right:1px solid #97a5b0;
}
div#contents-bottom{
	float:left;
	width:950px;
	height:16px;
	background:url(../img/contents-bottom.png);
}
div#contents-scroll{
	float:left;
	width:934px;
	overflow-y:scroll;
}
div.standard-container{
	float:left;
	width:934px;
}
div.standard-container-in-scroll{
	float:left;
	width:914px;
}
div#grid-container {
	width:auto;
}
div.inline-error {
	font-size:10px;
	color:#EA0000;
	padding-top:1px;
	padding-left:2px;
	font-weight:normal;
}
.wrap-center {
	float: left;
	position: relative;
	left: 50%;	
}
.content-center {
	float: left;
	position: relative;
	left: -50%;
	overflow:hidden;
}
.clear-center {
  	clear: left;
  	height: 1px;
  	margin-top: -1px;
}


