body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 1096px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;

}
.oneColFixCtrHdr #box {

	
background-image:url(../images/body.jpg);
	background-repeat:repeat-y;

	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
background-image:url(../images/head.jpg);
height:221px;

color:#FFFFFF;
}
.oneColFixCtrHdr #logo {

height:92px;
background-color:#FFFFFF;
padding-left:30px;

	
}

.oneColFixCtrHdr #mainContent {
	width:1032px;
	
background-image:url(../images/main.jpg);
background-repeat:repeat-y;

margin:0 auto;
color:#FFFFFF;

	
}
.oneColFixCtrHdr #footer {

	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
	height:50px;
	text-align:center;
	padding-top:10px;
	color:#FFFFFF;
	font-size:12px;
}
.oneColFixCtrHdr #footer p {
	
}
.oneColFixCtrHdr #category{
width:1032px;
background-image:url(../images/main.jpg);
background-repeat:repeat-y;
height:200px;
margin:0 auto;


}
.bo{
padding-top:90px;
padding-left:80px;


}
h1{ 
font-size:20px;
padding:0;

}@charset "utf-8";
/* CSS Document */

