/**
 * PRINT CSS for Website of Jabnet Project
 *
 * Designed (C) 2009 Dmitry G Shin <dmitry.s@hsdn.org> 
 * Copyright (C) 2009 Information Networks Ltd. <info@informnets.ru> 
 */

/*
 * Container section
 */
#main-wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 99%;
	clear: both;
}


/*
 * Left section
 */
#left-wrapper #main-menu,
#left-wrapper #sub-menu,
#left-wrapper #left-buttons,
{
	display: none;
}

#left-wrapper #logo
{
	width: 100%;
	border-bottom: 1px solid #b4b4b4;
	padding: 0 0 30px 0;
}


/*
 * Right section
 */
#right-wrapper,
#right-wrapper #content
{
	margin: 0;
	width: 100%;
}

#right-wrapper #stepbox
{
	display: none;
}


/*
 * Footer section
 */
#footer
{
	width: 100%;
	border-top: 1px solid #b4b4b4;
	padding: 20px 0;
	margin: 30px 0;
}

#footer #copyright p
{
	color: #b4b4b4;
	font-size: 11px;
}

#footer #copyright a
{
	color: #b4b4b4;
	text-decoration: none;
}

#footer .section,
#footer #designed
{
	display: none;
}

/* End of file */
