/*
	Structure styles
	
	For containers and main layout instructions
*/
body {
  font: normal 93.75% Georgia,Times,serif;
  line-height: 1.333;
  background: #eeede8 url(i/body.png) repeat-x left top;
  color: #1b1b1b;
  text-align: center;
}
#page-width {
	width: 975px;
	margin: 0 auto;
	padding: 0 3px 4px;
	background: #fff;
	color: #1b1b1b;
	text-align: left;
}
#main {
	background: url(i/gradient-gray.png) repeat-x left top;
}
#content-body {
	padding: 50px 80px;
}
.layout-right #content-body,
.layout-front #content-body {
	float: left;
	width: 550px;
	margin-top: 1px;
	padding: 20px;
}
#sidebar-right {
	float: right;
	width: 382px;
	margin-top: 1px;
}

/* End of file ./style/structure.css */