* {
	padding:0px;
	margin:0px;
}
body {
	background-color:#000;
	font:11px verdana,arial,sans-serif;
}
div.spacer {
	clear:both;
}
a {
	text-decoration:none;
	color:black;	
}
p {
	margin:10px 10px 10px 0px;
}
ul {
	margin-left:10px;
}
img {
	border:0px;
}
#mainContainer {
	width:925px;
	margin:0 auto;
	border:1px solid black;
	border-top:0px;
}
#header {
	width:925px;
	height:160px;
	background-image:url('/images/layout/header.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}
#breadcrumbs {
	height:20px;
	line-height:18px;
	padding-left:5px;
	background-color:#fbe806;
	border-bottom:1px solid black;
}
#breadcrumbs div.left {
	float:left;
}
#breadcrumbs div.right {
	float:right;
	padding-right:5px;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
#controls {
	height:120px;
	border-bottom:1px solid black;
	background-color:#fff;
}
#controls div.menu {
	width:199px;
	float:left;
}
#controls div.menu div.block {
	width:180px;
	margin:0 auto;
	margin-top:12px;
}
#controls div.menu div.block a {
	display:block;
	padding:3px;	
	background-color:#fbe806;	
}
#controls div.menu div.block a:hover {
	background-color:black;
	color:white;
}
#controls div.advertisement {
	float:left;
	height:100%;
	width:720px;		
	text-align:center;
	padding-top:20px;
}
#controls div.advertisement img {
	border:1px solid black;
}
#content {
	background-color:#fff;	
	/*border:5px solid green;*/
}
#content div.left {
	float:left;
	width:189px;		
	padding:5px;
	border-right:1px solid black;
}
#content div.right {	
	float:left;
	width:700px;
	padding:5px 5px 10px 5px;
}
#bottom {
	width:100%;
	height:35px;
	background-image:url('/images/layout/bottom.jpg');
	background-repeat:no-repeat;
}
/**
 * OS COMMERCE
 */
td.infoBoxHeading {
	background-image:url('/images/layout/box_heading_right.jpg');
	background-repeat:no-repeat;
	background-position:right;
	height:18px;	
	padding-left:3px;
	border:1px solid black;
}
div.infobox {
	margin-bottom:10px;
	background-image:url('/images/layout/box_heading_gradient.jpg');
	background-repeat:repeat-x;	
}

stylesheet.css in catalog
add to the end

TD.pollBoxRow {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #fff;   
border-style: solid;   border-width: 1px;
} 

TD.pollBoxText {   
font-family: Verdana, Arial, sans-serif;   
font-size: 10px;   border-color: #fff;   
border-style: solid;   
border-width: 1px;
} 

TR.pollOptRow {   
background: #fff; 
} 
TR.pollFooter { 
  background: #fff;
}