@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, img, ul, li, a, p, form {
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;

}

*html img {
	behavior: url(css/iepngfix.htc)

}


/*3px jog hack*/
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html p {
  height: 1%;
  margin-left: 0;
  }
body {
	background: url(../images/template/body_bg.gif) repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
}

 
/* End hide from IE5/mac */

.wrapper {
	width: auto;
	height: auto;
}

.page {
	width: 794px;
	height: 1000px;
	margin: 0 auto;
}

.header {
	background: url(../images/template/header_bg.jpg) no-repeat left top;
	height: 123px;
	width: 790px;
	float: right;
	padding: 0 2px;

}

.left{
	display:none;
	}
#pageName{
	margin: 0px;
}

#pageName h3{
	font: 14px "Arial";
	color: #5F3100;
	font-weight: bold;
}

#pageName span{
	display: none;
}
#footer{
	display:none;
	}

