/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/marinermotel.com/trunk/web/common/stylesheets/frontend_print.css $
$LastChangedRevision: 7137 $
$LastChangedDate: 2010-07-06 18:45:17 -0400 (Tue, 06 Jul 2010) $
*/

@import url(frontend_screen.css);

/*
This file generally should modify styles defined in the screen stylesheet for printing as necessary.
*/

img
{
	display: block;
}

#links, #links a, #links li
{
	display: none;
}

#pageBottom
{
	display: none;
}

#pageContainer, #contentWrapper, #pageContent, #pageTop
{
	width: 95%;
	margin: 0 auto;
	display: block;
}

#pageTop
{
}

#pageTop b
{
	display: block;
	clear: left;
	z-index: 999;
	position: relative;
}


#pageTop img
{
	display: none;
}

#pageTop a#logoLink
{
	width: 100%;

}

#pageTop h2
{
	display: block !important;
	margin: 0 0 0 0 !important;
	clear: both;
}
