body {
	margin              : 0;
	padding             : 0;
	font-family         : Arial, Helvetica, Sans-Serif;
	font-size           : 12px;
    background          : url('../images/bg.png') repeat-y;
	color				: #666666;
}
a {
	color               : #0076BC;
	text-decoration     : none;
}
img {
    border              : none;
}
form {
	margin              : 0;
}
div#content {
	margin				: 0px;
	padding				: 0px;
	width				: 650px;
}
div#header,
div#navigation,
div#categories,
div#footer {
	display				: none;
}

.do_not_print {
    display             : none;
}

div#content p {
    margin-bottom       : 15px;
}
div#content h2 {
    font-size           : 20px;
    font-weight         : normal;
    margin-bottom       : 30px;
}
div#content h3 {
    font-size           : 12px;
}