/* Basic Structure */
html {
	width: 100%
}
body {
	background: white;
	font-size: 12pt;
}
img {
	border: 0;
}
/* Hide Various Elements when printing */
#sidebar, #header, #footer, ul.serv, #content .list-pages, #dev-bar {
	display: none;
}
#main{
	padding:0;
}
	

.inner #content {
	width: 100%;
}
/* Link Management */
a:link, a:visited {
	color: blue;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
