*{
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
html,body{
	/*height: 100%;*/
}
body, form, img, p, h1, h2, h3, h4, input, textarea, a, dl, dt, dd{
	margin: 0px;
	padding: 0px;
	border: none;
}
body{
	background-color: #e9e9e9;
}
/**
* Helper
**/
.clear{
	clear: left;
}
/**
* Text definitions
**/
h1, h2, h3{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
/**
* Link definitions
**/
a			{ text-decoration: none; }
a:hover		{ color: #868889; outline: 0px; }
a:active	{ color: #868889; outline: 0px; }
/**
* Main ids
**/
#pageWrap{
	width: 820px;
	height: 600px;
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	margin: 40px auto 0px auto;
	position: relative;
}
#headerWrap{
	height: 140px;
}
#mainWrap{
	height: 420px;
	width: 820px;
	position: relative;
	border-top: 1px dotted #444444;
	border-bottom: 1px dotted #444444;
}
#mainNav{
	width: 120px;
}
#footerWrap{
	height: 20px;
	width: 820px;
	position: absolute;
	bottom: 0px;
	text-align: right;
}
/**
* Navigation
**/
#mainNav ul, #mainNav li{
	margin: 0px;
	padding: 0px;
}
#mainNav ul{
	list-style-type: none;
}
#mainNav li{
	
}
#mainNav ul a{
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	text-transform: uppercase;
	border-bottom: 1px dotted #444444;
	line-height: 30px;
}
#mainNav ul ul{
	margin-left: 10px;
}
#mainNav ul ul a{
	font-size: 10px;
	line-height: 18px;
	border-bottom: none;
}
#mainNav a.act{
	color: #000000;
}
/**
* Header
**/
#headerWrap h1 a{
	font-weight: normal;
	font-size: 28px;
	line-height: 40px;
}
#headerWrap h1 a:hover{
	color: #000000; outline: 0px;
}
#headerWrap span, #headerWrap span a{
	text-transform: uppercase;
	font-size: 18px;
}
/**
* Footer
**/
p.footerTextWrap{
	font-size: 10px;
}
/**
* subtil works: text and images
**/
div.sw_textAndImage div.titleTextWrap{
	margin-top: 40px;
	margin-left: 435px;
	width: 485px;
	text-align: justify;
}
/**
* subtil works: projects
**/
div.sw_projects{
	position: absolute;
	left: 140px;
	top: 10px;
}
div.first div.sw_projects{
	margin-top: 0px;
}
div.sw_projects div.showcaseAndThumbWrap{
	
}
div.sw_projects div.thumbWrap{
	height: 50px;
	padding: 10px 0px 10px 0px;
}
div.sw_projects div.thumbWrap img{
	float: left;
	margin-right: 10px;
}
div.sw_projects h2{
	margin: 0px 0px 10px;
}
div.sw_projects div.textWrap{
	position: absolute;
	left: 500px;
	top: 0px;
	width: 180px;
	height: 333px;
}
div.sw_projects div.infoText{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 180px;
}
/**
* Misc
**/
.pointer{
	cursor: pointer;
}