/*
-----------------------------------------------
Bethany International
Author:   Josh Heyer
Version:  August 4 2004
----------------------------------------------- */

/* PRINT VIEW */

#billboard{
display: none;
}

#container {
width: auto;
margin: 0 auto;
border: none;
background-image: none;
}

#content {
width: auto;
font-size: 1.1em;
color: #333;
}

#main {
width: auto;
float: left;
border: none;
}

#col-main {
width: 640px;
}

#col-nav {
display: none;
}

#col-sub{
display: none;
}

body {
background-image: none;
}

#brand{
	display: none;
	}
	
#printlogo{
	display: block;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	}
	



