body {
	margin: 0;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#page {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 960px;
}



/* ### MENU ### */

#nav {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 936px;
	height: 54px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#nav .title {
	position: absolute;
	top: 13px;
	left: -8px; /* ivm marge links in #nav */
	width: 445px;
	height: 30px;
}

#nav ul {
	position: absolute;
	top: 18px;
	right: 8px;
}

#nav ul,
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

#nav a:link,
#nav a:visited {
	color: #000000;
	float: left;
	width: auto;
	margin: 0 0 0 16px;
	text-decoration: none;
}

#nav a:hover {
	color: #C3BCB1;
}

#content {
	position: absolute;
	top: 112px; /* 124 - 12 */
	left: 0px;
	width: 960px;
}



/* ### HOME ### */

a:link.box,
a:visited.box {
	position: relative;
	float: left;
	background-color: #C3BCB1;
	width: 92px; /* 216 - 116 - 8 */
	height: 92px; /* 108 - 8 - 8 */
	margin: 12px;
	padding: 8px 8px 8px 116px;
	text-decoration: none;
	color: #FFFFFF;
}

a:hover.box {
	border: 6px solid #C3BCB1;
	margin: 6px;
}

.box img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.box h1,
.box h2 {
	margin: 0px;
}



/* ### PAGE ### */

.txt_work,
.txt_text {
	position: relative;
	float: left;
	display: inline; /* IE double left margin bug fix */
	padding: 8px;
	margin: 12px;
	color: #FFFFFF;
}

.txt_work {
	width: 200px; /* 216 - 8 - 8 */
	z-index: 1;
	background-image: url(back.png);
	background-repeat: repeat;
}

.txt_text {
	width: 440px; /* 456 - 8 - 8 */
	background-color: #C3BCB1;
}

#pics_work {
	position: absolute;
	top: 0px;
	left: 96px;
	width: 864px; /* 960 - 96 */
}

#pics_text {
	position: absolute;
	top: 0px;
	left: 480px; /* 960 / 2 */
	width: 456px;
}

#pics_work img,
#pics_text img {
	float: left;
	margin: 12px;
}



/* ### TAGS ### */

h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

h2 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}

p {
	margin: 0 0 16px 0;
}

strong {
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover,
a:link {
	color: #000000;
	text-decoration: underline;
}

img {
	border: 0;
}

/* ### TRANSPARENT BACKGROUND ### */

/* code by http://www.twinhelix.com/css/iepngfix/demo/ */

img,
.txt_work {
	behavior: url(iepngfix.htc);
}