fieldset,
form {
	padding:0;
	height:0;
	margin:0;
}

legend {
	display:none
}
a#mainlogo {
	cursor: pointer
}

div#sidebar {
	margin-left:637px
}

div.post-frame,
div.widget {
	padding-bottom:0;
}
span.post-frame-bottom,
span.widget-bottom{
	position:static;
}

/*
	Some crude fixes for ie5.5 to get it to a useable state, not going to worry about 5.5 beyond this.
	IE5 will also work but will be missing some of its header GFX. This is not a problem from my point
	of view as anyone still running with IE5 or IE5.5 will have far bigger things to worry about.
*/
body.ie5 div.post-content,	body.ie55 div.post-content { width: 630px}
body.ie5 div.widget-centre,	body.ie55 div.widget-centre{ width: 304px}
body.ie5 div.tag-cloud-links, body.ie55 div.tag-cloud-links { width: 599px}

body.ie5,
body.ie55 {	text-align: center;}
body.ie5 div.container,
body.ie55 div.container{ text-align: left;}