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;
	background-image: url(../images/body.jpg);

}
.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/header.jpg);
	height:221px;
	color:#FFFFFF;
}
#headerdescription  {
	height:50px;
	margin-left: 37px;
	margin-top: 200px;
	margin-right: 37px;
	color: #FF9900;

	
}

.oneColFixCtrHdr #mainContent {
	background-repeat:repeat-y;
	margin:0 auto 0 49px;
	color:#FFFFFF;
	width: 1026px;

	
}
.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:68px;
	margin:0 auto;


}
.bo{
	padding-top:100px;
	padding-left:60px;
	font-size: 16px;


}
h1{ 
font-size:20px;
padding:0;

}
#sidebar1 {
	float: right;
	width: 235px;
	margin-right: 32px;
}


h3{ 
color:#FF9900;

}


@charset "utf-8";
/* CSS Document */

a{
	color:#FFFFFF;

}
a:hover{
	color: #FF9900;
}
.breadcrumbs {
font-size:12px;

}
