@import url('reset.css');
@import url('grid.css');
@import url('typography.css');
@import url('navigation.css');
/*My Additions*/
body {
}
#sidebar-right img {
padding:0 0 10px 0;
}
div#content-01, div#sidebar, div#sidebar-right {
	padding-bottom:20px;
}
div#header, div#content-01, div#footer, div#sidebar-right {
	overflow:auto;
}
div#header {
	background:url(images/branding.png) no-repeat;
}
div#content {
	background:url(images/background.png) repeat-y;
}
div#header {
	width:960px;
	height:200px;
}
div#branding {
	text-indent:-9999px;
}
div#banner {
margin:-14px 0 10px 0;
}


div#heading {
	text-indent:-9999px;
}
div#footer {
	border-top:solid 5px #363;
	border-bottom:solid 5px #363;
	background:url(images/footer.png) repeat-y;
}
#footer ul {
padding:0 0 10px;
}
.meta, .feedback, .entry-meta, .navigation {
	border-top:1px #CCC solid;
	font-size:80%;
}
.feedback, .navigation {
	border-bottom:1px #CCC solid;
}
.floatimgleft {
	float:left;
	margin-top:0em;
	margin-right:1em;
	margin-bottom:.5em;
	padding:0;
}
.body {
	padding:10px;
}
#traders img {
padding:0 20px 20px 0;
}

