td, th, div, table, p, span, li {
  font-family: helvetica, lucida, serif;
}

h1 { font-size: 1.6em; color: purple; }
h2 { font-size: 1.2em; color: purple; }
h3 { font-size: 1em; color: purple; }

body {
  font-family: arial, verdana, helvetica, lucida, sans-serif;
  color: black;
  background-color: #8080C0;  
  margin-top: 2px;
  font-size: 0.8em;
}

#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff; 
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-top: 5px;
}

.horizontal_separator {
	background: repeat-x url(../img/horizontal_separator.gif);
	height: 2px;
	max-height: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#header {
	background: no-repeat url(../img/mainlogo.gif);
	height: 146px;
	width: 605px;
	margin-left: auto; 
	margin-right: auto;
}

#menu {
	font-size: 15px;
	font-weight: bold;
	width: inherit;
	height: 22px;
	background-color: #8080C0;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-left-style: none;
	border-right-style: none;	
}

.menu-element {
	width: auto;
	height: inherit;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 2px;
}

.menu-element-separator {
	width: 0px;
	height: 20px;
	float: left;
	m__argin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-right-style: none;
}

.menu-element a:link {
	text-decoration: none;
	color: #ffffff;
}

.menu-element a:visited {
	text-decoration: none;
	color: #ffffff;
}

.menu-element a:hover {
	color: #FF9900;
}

#languages {
	margin-top: 10px;
	font-size: 1em;
	text-align: center;
}

.language-element {
	height: 10px;
	margin-right: 10px;
}

.language-element a {
	margin-right: 5px;
}

.language-element img {
	position: relative;
	width: 20px;
	top: 2px;
	left: 3px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

#main {
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: auto;
	text-align: justify;	
}

.clearer { 
	clear: both;
	height: 1px;
	max-height: 1px;
}

#narrow-col {
	position: relative;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 0px;	
	width: 220px;
	float: left;
}

#narrow-col p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#featured-case-header {
	padding-top: 18px;
	padding-bottom: 6px;
	text-indent:0px;	
	width: inherit;
	font-size: 1.2em;
	font-weight: 700; 
	color: purple;
	display: block;
}

#featured-case-header img {
	margin-left: 30px;
	position: absolute;
	border-style: none;
	top: 5px;
	left: 5px;
}

#first-image {
	float:right;
	background-image:url(../img/piotr.jpg);
	background-repeat:no-repeat;
	min-width:150px;
	min-height:213px;
	margin-left:10px;
}

#second-image {
	float:left;
	background-image:url(../img/tattoo.jpg);
	background-repeat:no-repeat;
	min-width:100px;
	min-height:196px;
	margin-right:10px;
	margin-bottom:5px;
}

#testimonial-header {
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: 700; 
	color: purple;
}

#wide-col {	
	margin-top: 10px;
	position: relative;
	width: 415px;
	float: left;
	padding-left: 15px;
}

#single-col {	
	position: relative;
	margin-top: 10px;
	margin-right: 15%;
	padding-left: 15px;
}

#footer {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	margin-bottom: 10px;
	color: purple;
}
