@import url(template0.css);
#wrap {
	background: url(../images/wrap1_bg.jpg) repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}

html>body #wrap {
  	width: 760px;
} 

#main-body {
	background: none;
	clear: left;
	width: 100%;
}

#content {
	background: transparent;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 760px;
}

#content-header {
	display: none;
}

#content-body {
	background: none;
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0;
	width: 720px;
}

#content-footer {
	display: none;
}