/* 
CSS Document 

Republic Bar Website
print.css 

... by Ben @ B+W Design (c) 2008 

2008.03.16 V1

*/

body
{
	width: 90%;
	margin: 2em;
	background-color: #fff; !important
	background-image: none; !important
	font-family: serif;
	color: #000;
	font-size: 11pt;
	
}

a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

/******/

#head
{
	background: #fff;
	border: none;
	height: 120px;
	float: none;
	margin: 10px 0 10px;
	
}

#head a
{
	border: none;
	color: #fff;
}

#logo
{
	background: none;
	border: none;
}

#print_logo
{
	display: inline;
	border: none;
}

#nav, #submenu, #nav ul, #nav li
{
	display: none;
}


#content, #intro, #intro_content
{
	background: none;
	width: 99%;
	float: none; !important
	margin: 10px 0 10px 0;
}

#main
{

}

#images 
{
	display: none;
}

#lhs
{
	
}

#content
{
	width: 99%;
}

#footer
{
	width: 99%;
	color: #000;
	text-align: left;
	float: none;
	position: static;
	margin: 2em 0 2em 0;
}

#gigguide_content
{
	margin-bottom: 20px;
}

a.moshTitle
{
	font-weight: bold;
	font-size: 14px;
}

#print_images
{
	margin: 0em;
}

img.print_image
{
	display: inline;
	border: 1px solid #000;
	margin: 0.5em;
}