/* 
    Document   : print
    Created on : 2010.3.3, 11:42:56
    Author     : Ramuuns
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#header{
	display:none;
}

#print-header{
	display:block;
	margin-left: 20px;
}

#print-header #p-contacts {
	float:right;
	width:350px;
}

#p-contacts dt {
	float:left;
	clear:left;
	width:70px;
	margin-bottom: 5px;
}

#p-contacts dd {
	float:left;
	width: 280px;
	margin-bottom: 5px;
}

#content {
	clear:both;
}

#footer {
	display:none;
}

body {
	background-image: none;
	background-color:white;
}

.wbox, .wbox .top, .wbox .bottom {
	background-image:none;
}

#sidebar { display:none; }

#ctin_s {
	width:auto;
	float:none;
}

.print {
	display:none;
}
