body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	
	/*DDO*/
	background:#FFFFFF;
	
	/*
	font: 12px/18px Verdana, Arial, Tahoma, sans-serif;
	*/
	font: 12px/18px "Lucida Console", Monaco, monospace;
	color: #76696b;
	/*
	font-size: 12px/18px;
	font-family:"Comic Sans MS", "Monotype Corsiva", "Bradley Hand ITC", "Tempus Sans ITC", "French Script MT";
	*/
}
a {
	color:#369;
}
#layoutdims {
	clear:both;
/*	background:#FFCCFF; */
/*	border-top:1px solid #000; */
/*	border-bottom:1px solid #000; */
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	
/*	border-top:1px solid #000; */
}
#footer p {
	text-align: center;
	padding:10px;
	margin:0;
	margin-top: 20px;
}

/*****/
#rightColumn {
	margin-left: 2em;
}
.dropshadowclass {
    border: solid 1px #CCC;
	-moz-box-shadow: 5px 5px 0px #999;
	-webkit-box-shadow: 5px 5px 0px #999;
    box-shadow: 5px 5px 0px #999;
}

.quoteimage {
	/*
	vertical-align: 65px;
	*/
}

.header {
	height: 330px;
	background-image:url('../img/pasek.png');
	background-repeat:repeat-x;
	background-position:center; 
}
.verticalDots {
	width: 15px;
	background-image:url('../img/kropeczka.png');
	background-repeat:repeat-y;
}

img {
	border: 0px;
}

.scribble {
	width: 500px;
	
/*	
font-size:medium;
font-family:"Comic Sans MS", "Monotype Corsiva", "Bradley Hand ITC", "Tempus Sans ITC", "French Script MT";
*/
}
/*

http://www.1stwebdesigner.com/design/image-styling-coding-tutorials/
http://www.cvwdesign.com/txp/article/395/css3-box-shadow-and-image-hover-effects

*/