#Table_01 {
	position:absolute;
	left:50%;
	top:0px;
	width:960px;
	margin-left:-480px;
	background-color:#131313;
}

#navi {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:70px;

	z-index:20;
}

#sebastianwickeroth {
	position:absolute;
	left:0px;
	top:0px;
	width:308px;
	height:40px;
}

#menu{
	position:absolute;
	top:36px;
	left:80px;

	height:20px;
	width:450px;

	font-family:arial;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.1em;

	color:white;
}

#works{
	position:absolute;
	top:0px;
	left:0px;
}

#worksPaper{
	position:absolute;
	top:0px;
	left:52px;
}

#vita{
	position:absolute;
	top:0px;
	left:169px;
}

#contactLinks {
	position:absolute;
	top:0px;
	left:206px;
}


#content {
	position:absolute;
	left:0px;
	top:47px;
	width:877px;
	height:624px;	
}
#drawingsContent {
	position:absolute;
	left:83px;
	top:130px;
	width:793px;
}
#vitaContent{
	position:relative;
	left:200px;
	top:70px;
	width:600px;
	/*height:1200px;*/
	
	/*
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:red;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:red;
	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:red;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:red;
	*/
}
#vitaText{
	font:bold 10pt Arial;
	color:DDDDDD;
}
tr.vita{
	height:62px;
	vertical-align:bottom;
}
td.vita{
	vertical-align:top;
	height:12px;
}
td.vitaSpacer{
	width:20px;
}
.text{
	font:bold 8pt Arial
}


a.naviLink{
	text-decoration:none;
	cursor:pointer;
	color:#FFFFFF;
	
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.1em;	
}
a.naviLink:visited{
	text-decoration:none;
	color:#FFFFFF;
}
a.naviLink:hover{
	text-decoration:none;
	color:#989898;
}


a.textLink{
	color:DDDDDD;
	text-decoration:none;
}
a.textLink:visited{
	color:DDDDDD;
}
a.textLink:hover{
	color:#989898;
}


a.imageLink{
	border-style:none;
}
a.imageLink:visited{
	border-style:none;
}


img.imageLink{
	border-width:1px;
	border-style:solid;
	border-color:#131313;
	cursor:pointer;
}
img.imageLink:hover{
	border-color:#cccccc;
}