/* Print CSS Document for jugiongcellars.com */

body {
	background: white;
	font-size: 11pt;
	}

#header {
	display: none;
	}

#footer {
	display: none;
	}

#sidebar {
	display: none;
	}
	
#wrap, #content, #main-body {
	width: auto; 
	margin: 0 1%;
	padding: 0; 
	border: 0;
	color: black; 
	background: transparent;
	}

a:link, a:visited {
	color: #520;
	font-weight: bold;
	text-decoration: underline;
	}

#content img.floatleft { 
    float: left; 
    margin: 0 10px 10px 0; 
}
#content img.floatright { 
    float: right; 
    margin: 0 0 10px 10px; 
}
#clear {
	clear: both;
}
table, td, th, tr { border:0; margin-left: 0px;}

#content a.backtotop {
	display: none;
	}


