@charset "utf-8";
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

body {
	color:#fff;
	font-family:Arial;
	font-size:11px;
	margin: 100px 0 0 0;
	background:#f0f0f0;
}

#container {
	margin: 0 auto;
	/*width: 756px;*/
	width: 504px;
	text-align: center;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
	color:#fff;
}

/***************************************************************
STYLES
***************************************************************/
#container div{
	position: relative;
	width: 232px;
	height: 470px;
	float: left;
	margin: 0 20px 0 0;
	background: #828282;
	text-align: left;
}

#container div.left { background:#523925; }
/*#container div.right { background:#323232; }*/
#container div.right { background:#160c0a; }

img.logo {
	margin: 20px 0 30px 0;
}

ul {
	margin:0 20px 0 20px;
	border-top:1px dotted #d8d8d8;
	position:absolute;
	bottom:0;
	width:190px;
}

li {
	float:left;
	padding:5px 20px 10px 0;
	list-style-type:none;
}

p {
	margin: 0 20px;
}

h1 {
	text-indent: -9999px;
	width: 232px;
	height: 120px;
}
h1.stpArts { background: url('media/stp_arts.png') center center no-repeat; }
h1.stpParket { background: url('media/stp.png') center center no-repeat; }
h1.smitsInterior { background: url('media/smits.jpg') center center no-repeat; }

h2 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 5px 20px;
}