#header, #logo, #menu, #mainmenu, #submenu, .header, .commentlist, #respond, 
#commentform, #col2, .gearbox_left, #footer, #iesux, #comments {
	display:none;
}
body{
	font-family:"lucida grande",verdana,helvetica,arial,sans-serif;
	font-size:12px;
	color:#333;
	background:#003d4c url(images/body_bg.gif) repeat-x;
	margin: 0;
}
body {
	display:block;
	width: auto;
	margin: 0;
	padding: 0 10px;
	border: 0;
	color: black;
	background:#fff;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

 a:link,  a:visited {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

 a:link:after,  a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
