/* Override the margin bottom of the header section #hd in the file grids.css */
#hd { margin-bottom: 0; }

/* Override the margin bottom of the section #bd in the file grids.css that contains the "sidebar" and the "content" */
#bd { margin-bottom: 0; }

/* Override the page width */
#doc {
	width:722px;
	*width:722px; /* IE */
	min-width:722px;
}

/* Primary content block */
.yui-t1 #yui-main .yui-b {width:557px;min-width:557px;}

/* Sidebar */
.yui-t1 .yui-b {width:147px;min-width:147px;}

/* Override font styles in fonts.css */
body {
	font:11px arial,helvetica,clean,sans-serif;
	*font-size:11px;
	*font:11px;
	background-color: #EBEEF3;	/* override grids.css */
}
table {
	font-size:inherit;font:1em;
}
select, input, textarea {
	font:1em arial,helvetica,clean,sans-serif;
}
pre, code {
	font:11px monospace;
	*font-size:11px;
}body * {
	line-height:118%; /* 13px/11px */
}
/* End of Overriding font styles in fonts.css */