/*\	+-----------------------------------------------+


		styling >> setp.gr	for printing				
		author >> Kostis Sakkas							
		feel free to ask anything 				
		kostis.sakkas@handmade.gr				


	+-----------------------------------------------+	\*/


















/*HTML
____________________________________________________________*/
html {
	margin:0; padding:0;
}
body {
	margin:0; padding:0; color:#000; background-color:#fff; font:normal 0.8em/130% Verdana, Arial, Helvetica, sans-serif; 
}
h1, h2, h3, h4, h5  {
	font-family:"Times New Roman", Times, serif
}
p {
	margin:0; padding:0; font:normal 1em/130% verdana; color:#000
}
img, img a {
border : none;
}
a:link, a:active, a:visited, a:hover  {
	margin:0; padding:0; color:#000; text-decoration:none; font:normal 1em/100% verdana;
}
hr {
	/*good for IE*/
	color: #124FA2;
	/*the rest try to fool opera and firefox */
	height: 1px; background-color: #124FA2; border: 0px solid #124FA2; 
}

.clearthis{
	clear: both; line-height: 1px; height: 0
}
/*POSITIONING AND HIDING
____________________________________________________________*/
#site-wrapper{
	width:600px;
}
#header,
#sidebar-module,
#main-2col-right,
#footer-3col-module{
	display:none;
}
