body {
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
	background: #eee;
	background: #D5D5D5;
	color:#2B1F1D;
	font-size:18px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:10px 0px;
}

p {
	margin:0 0 20px 0;
	line-height:1.5em;
}

a {
	color:#542C15;
}

div#main_container {
	/* background: url('/portfolio/images/blue_orb.jpg') no-repeat scroll 20% 0%; 
	background: url('/portfolio/images/scratch_texture.jpg') no-repeat scroll 50% 0%;*/
	margin:0 auto;
	padding:10px 0;
	max-width:960px;
}

div#header_container {
	color:#eee;
	padding:0px;
	text-align:center;
/*	background: url('/portfolio/images/woodgrain.jpg') repeat scroll bottom left; */
}

div#header_inside {
	width:960px;
	margin:0 auto;
	text-align:left;
	background: url('diamond_bg.png') no-repeat scroll 65% 0%;
}

#header_icon {
	position:absolute;
	margin-left:-280px;
}

#andrzej {
float:left;
}


#wrapper h1{
 font:normal 60pt Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}

#wrapper p{
 font:normal 40pt Arial;
 color:#FFFFFF;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
}




div#header_inside h1, div#header_inside h2 {
	position:relative;
	z-index:100;
 text-shadow: 0 1px 0 #ccc,
 0 2px 0 #c9c9c9,
 0 3px 0 #bbb,
 0 4px 0 #b9b9b9,
 0 5px 0 #aaa,
 0 6px 1px rgba(0,0,0,.1),
 0 0 5px rgba(0,0,0,.1),
 0 1px 3px rgba(0,0,0,.3),
 0 3px 5px rgba(0,0,0,.2),
 0 5px 10px rgba(0,0,0,.25),
 0 10px 10px rgba(0,0,0,.2),
 0 20px 20px rgba(0,0,0,.15);
	margin-left:0px;
}

div#header_inside h1 {
 	font:normal 60pt Arial;
	margin-top:10px;
}

div#header_inside h2 {
	font:normal 44px Arial;
	padding-bottom:30px;
}

img#header_deco {
	position:absolute;
	top:0;
	z-index:10;
	margin-left:50px;
}

div#body_container {
	margi-left:260px;
}

div#body_container p, div#body_container h1, div#body_container h2, div#body_container  h3 {
	 margin-left:0px;
	position:relative;
	z-index:100;
	 }



.color_highlight {
	font-weight:bold;
}

div#body_inside {
	margin:0px auto;
	width:960px;
/* 	background: url('/portfolio/images/header-shadow.png') no-repeat scroll 0% 0%; */
	padding:25px 15px;
	text-shadow: 1px 1px 0 #eee;
}

div#footer_container {
	text-align:center;
}

div#footer {
	width:960px;
	padding:10px;
	margin:0 auto;
}

#slider_container {
	padding:30px 40px;
	text-align:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:640px;
	margin-left:0px;
}

#slider {

}

.divider {
	height:20px;
	background: url('/portfolio/images/divider_nodiamond.gif') no-repeat scroll 67% 0%;
	margin-top:10px;
}

li.example {
	width:180px;
	display:block;
	float:left;
		-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 3px 3px 3px #bbb;
-webkit-box-shadow: 3px 3px 3px #bbb;
box-shadow: -3px 3px 3px #bbb;
background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top, #e4e4e4 0%, #bbbbbb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4e4e4 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4e4e4 0%,#bbbbbb 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #e4e4e4 0%,#bbbbbb 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #e4e4e4 0%,#bbbbbb 100%); /* W3C */
	margin:10px 20px 10px 0;
	border:1px solid #ccc;
	padding:10px;
}

li.example img {
	border:1px solid #eee;
}

li.example h3 {
	margin:0;
	padding:0;
}

li.example p {
	margin:0;
	padding:0;
	line-height:1.3em;
	font-size:16px;
}

li.example a {
	text-decoration:none;
}
.work_examples {
	background: url('/portfolio/images/diamond_bg.gif') repeat scroll top right;
	margin:0;
	padding:0;
	margin-left:260px;
}

#myWork {
	clear:both;
}