<br />
<b>Warning</b>:  Unknown: open_basedir restriction in effect. File(/home/path/public_html/domain/PHP_errors.log) is not within the allowed path(s): (/var/www/vhosts/breukersjostattoo.com/httpdocs:/tmp) in <b>Unknown</b> on line <b>0</b><br />
* {
	margin: 			0;
	padding: 			0;
}
html {
	height:				100%;
}
body {
	font-size:			14px;
	font-family:		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:				100%;
	background-color:	#666;
	color:				#fff;
}

a {
	color:				#0099ff;
	text-decoration:	none;
}
a img {
	border:				0;
}

div.container {
	margin:				0 auto;
	display:			table;
	height:				100%;
	width:				900px;
	padding: 			0px 15px;
	background-image:	url(/images/bgloop.png);
	background-repeat:	repeat-y;
	background-position:top left;
	background-color:	#000;
}

*:first-child+html div.container {
	height:				auto;
	min-height:			100%;
}

div.innercontainer {
	display:			table-cell;
	width:				900px;
	min-height:			100%;
	background-image:	url(/images/flames.jpg);
	background-position:0px 178px;
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	background-position:50% 178px;
}

div.header {
	float:				left;
	height:				178px;
	width:				900px;
	background-image:	url(/images/header.jpg);
	background-position:top left;
	background-repeat:	no-repeat;
}
div.header h1, div.header h2 {
	display:			none;
}

div.menu {
	float:				left;
	width:				186px;
	padding-right:		9px;
	padding-top:		50px;
}
div.menu ul {
	padding-left:		15px;
}
div.menu ul li {
	list-style-type:	none;
}
div.menu ul li a {
	line-height:		25px;
	display:			block;
	border-bottom:		1px dotted #fff;
	color:				#fff;
	padding-left:		10px;
	padding-bottom:		1px;
}
div.menu ul li a span {
	display:			none;
}
div.menu ul li a:hover span, div.menu ul li a.active span {
	display:			inline;
}
div.menu ul li ul li {
	font-size:			12px;
}


div.content div.items {
	float:				left;
	width:				470px;
	padding:			20px;
	line-height:		130%;
}

div.content div.items div.text {
	float:				left;
	width:				470px;
	border-bottom:		1px dotted #fff;
	padding:			20px 0px 20px 0px;
}
div.content div.items div.text img.imageleft {
	float:				left;
}
div.content div.items div.text img.imageright {
	float:				right;
}
div.content div.items div.text img.imagecenter {
	display:			block;
	clear:				both;
	margin:				0 auto 10px auto;
}
div.content div.items div.text h3 {
	font-size:			14px;
	font-weight:		bold;
}
div.content div.items div.text p {
	font-size:			12px;
	clear:				both;
	padding-bottom:		10px;
}
div.content div.items div.text div.textleft {
	float:				left;
	width:				300px;
	text-align:			justify;
	padding-right:		10px;
}
div.content div.items div.text div.textright {
	float:				left;
	width: 				300px;
	text-align:			justify;
	padding-left:		10px;
}
div.content div.items div.text div.textcenter {
	float:				left;
	width:				470px;
	text-align:			justify;
}

div.sidebar {
	float:				left;
	width:				150px;
	margin-left:		12px;
	padding:			30px 10px 50px 10px;
}
div.sidebar h2 {
	font-size:			14px;
	font-weight:		bold;
	color:				#fff;
	padding-bottom:		15px;
}
div.sidebar ul li {
	list-style-type:	none;
}
div.sidebar ul li a {
	color:				#fff;
	font-size:			10px;
	display:			block;
	line-height:		20px;
}
div.sidebar ul li a:hover {
	text-decoration:	underline;
}

div.gallery {
	margin:				0 auto;
	text-align:			center;
	font-size:			14px;
}
div.items div.gallery {
	padding-top:		50px;
}

div.sidebar div.gallery ul li {
	border-bottom:		1px dotted #fff;
	padding:			10px;
}
div.sidebar div.gallery h2 {
	padding:			5px;
}
div.sidebar div.gallery a {
	color:				#fff;
}