body {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.left {
	float: left;
	margin-left: 20px;
}

.middle {
	text-align: center; 
	width: 100%;
	/*border: solid 1px black;*/
	border-style: solid;
	border-color: #dadada;
	border-width: 0px 0 1px 0;
}

.right {
	float: right;
	margin-right: 20px;
}

#headerMenu {
	/*border: solid 1px black;*/
	position: relative;
	text-align: center;
	width: 100%;
	height: 15px;
	font: normal 11px verdana;
	padding-top:5px;
	
	padding-bottom: 3px;
	/*border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #e0e0e0;*/
	background: #f0f0f0;
	overflow: hidden;
}
#headerMenu a {
	text-decoration: none;
	color: black;
}
#headerMenu a:hover {
	color: #f02010;
}

#headerCopyright {
	float: right;
	font: normal 7pt tahoma;
	color: #c5c5c5;
	overflow: hidden;
	margin-right: 8px;
}

#mainContent {
	/*border: solid 1px black;*/
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 100px;
	text-align: left;
}

#projectList, #oldProjectList {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
	background: black;
}

#oldProjectList {
	margin-top: 0px;
	background: #181515;
}

#projectList a, #oldProjectList a {
	text-decoration: none;
	color: #909090;
	font: normal 9pt tahoma;
}
#projectList a:hover, #oldProjectList a:hover {
	text-decoration: none;
	color: #f0f0f0;
	font: normal 9pt tahoma;
}

#projectList td, #oldProjectList td {
	padding: 27px;
	text-align: center;
	width: 160px;
}
#oldProjectList td {
	padding: 20px 5px 20px 6px;
}

#projectList td:hover, #oldProjectList td:hover {
	/*background: #202025;*/
}

#projectList .tableHeader, #oldProjectList .tableHeader {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d0d0d0;
	/*background: #e0e0e0;*/
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 0 0;
	text-align: center;
	font: normal 10pt verdana;
	color: #606060;
	background: white;
}

#projectList h3, #oldProjectList h3 {
	margin: 0px;
	display: inline;
	font: bold 10pt verdana;
}

#projectList img, #oldProjectList img {
	width: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
	border: none;
}
#projectList img:hover, #oldProjectList img:hover {
	border: solid 1px white;
	width: 119px;
	margin-bottom: 6px;
}

#projectTitle {
	/*border: solid 1px black;*/
	position: relative;
	margin-top: 36px;	/* use instead of top: because of relative positioning */
	margin-bottom: 29px;
	text-align: left;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	color: #8c8888;
}

.projectTitlePrefix {
	display: inline;
	font: normal 8pt arial;
}
.projectTitleMain {
	display: inline;
	font: normal 24pt arial;
	color: #6c6868;
}
.projectTitleYr {
	display: inline;
	margin-left: 10px;
	font: normal 14pt arial;
}

#projectTitle a, #projectContent a {
	color: inherit;
	text-decoration: none;
}
#projectTitle a:hover, #projectContent a:hover {
	color: black;
}

#projectContent {
	/*border: solid 1px black;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	height: auto;
	text-align: left;
}

#projectImage {
	/*border: solid 1px black;*/
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 300px;
	text-align: center;
	font: normal 8pt arial;
	color: #8c8888;
	margin-bottom: 120px;
}
#projectImage img {
	display: block;
	margin: 10px auto 4px auto;
}

#projectVideo {
	position: relative;
	width: 600px;
	border: none;
	margin-top: 30px;
	/*background: #000000;*/
}

#projectVideo a {
	font-weight: bold;
	color: #606060;
}

#projectVideoTitle {
	position: relative;
	width: 100%;
	background: #808080;
	color: white;
}

#projectNavigation {
	/*border: solid 1px black;*/
	position: absolute;
	top: 0px;
	left: 600px;
	width: 70px;
	height: 420px;
	text-align: center;
	border-style: solid;
	border-color: #cacaca;
	border-width: 0 1px 0 1px;
	margin: 0 10px 0 10px;
}
#projectNavigation img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	width: 40px;
	border: none;
}
#projectNavigation img:hover {
	border: solid 1px black;
}

#projectDesc {
	/*border: solid 1px black;*/
	position: absolute;
	top: 0px;
	left: 700px;
	width: 200px;
	height: auto;
	text-align: left;
	font: normal 11px verdana;
	margin-top: 5px;
	color: #6c6868;
}

#StatementNameLogo {
	/*/border: solid 1px black;*/
	position: relative;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#StatementNameLogo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#StatementNameLogo h3{
	position: absolute;
	text-align: left;
	width:600px;
	padding-left:0px;
	top: -12px;
	font: bold 12px verdana;
	color: #505050;
}

#StatementText {
	/*border: solid 1px black;*/
	margin-top:60px;
	font: normal 11px verdana;
	width:600px;
	margin-right: auto;
	margin-left: auto;
	text-align:justify;
	color: #505050;
}

#StatementImage {
	/*border: solid 1px black;*/
	position: relative;
	margin-top: 71px;
	margin-right: auto;
	margin-left: auto;
}

#StatementImage img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#bioText {
	/*border: solid 1px black;*/
	position: relative;
	margin-top: 49px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	font: normal 11px verdana;
	color: #505050;
	text-align: justify;
}
#bioText span {
	margin: 0px;
	font: bold 9pt verdana;
	
}
#bioImage {
	/*border: solid 1px black;*/
	position: relative;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;	
	width: 555px;
	height: 374px;
}

#bioImage img{
	display: block;
	margin-left: auto;
}

#frontPage {
	position: relative;
	width: 90%;	
	text-align: left;
	margin-right: auto;
	margin-left: 30px;
}
#frontPage img {
	border: none;
}

#frontPageNote {
	position: absolute;
	top: 620px;
	left: 316px; /* 411 - width */
	width: 200px;
	height: 40px;
	font: bold 8pt tahoma;
	color: #d00000;
	text-align: center;
}
#frontPageNoteCopyright {
	color: #909090;
}

#frontPageJKLogo {
	position: absolute;
	left: 610px;
	top: 10px;
	width: 320px;
	height: 60px;
	background: url(images/jklogo.png) 0 0 no-repeat;
}
#blog {
position: absolute;
	left: 10px;
	top: 30px;
}

#loadSpinner {
	position:absolute;
	width:100%;
	height: 100%;
	text-align: center;
	left: 0px;
	top: 0px;
	background: white url(images/loading.gif) 50% 50% no-repeat;
}

#ContactForm {
	margin: 20px 0 30px 40px;
	font: normal 10pt verdana;
}

#contactInfo {
	margin: 40px 0 0 40px;
	font: normal 10pt verdana;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #d0d0d0;
	width: 100%;
	padding-bottom: 16px;
}

#contactDisclaimer {
	margin: 30px;
	border: solid 1px #ffd030;
	background: #fff0a0;
	font: normal 8pt tahoma;
	padding: 4px;
}

#contactConfirm {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 400px;
	height: 120px;
	padding: 30px;
	text-align: center;
	border: solid 1px #ffd030;
	background: #fff0a0;
	font: bold 10pt tahoma;
	overflow: hidden;
}

body.acting {
	background: #000000;
}

#acting {
	margin: 20px 0 80px 40px;
	color: #a0a0a0;
	font: normal 10pt verdana;
	max-width: 950px;
}

#acting h1 {
	text-align: left;
	font: bold 24pt times new roman;
	color: #303030;
	margin: 6px 0 30px 0;
	width: 500px;
}

#acting img {
	border: none;
	margin: 0 0 0px 15px;
	float: right;
	/*position: absolute;
	left: 350px;
	top: 70px;*/
	/*max-width: 550px;*/
}

#movieList {
	margin: 20px 0 30px 0;
}

#movieEntry {
	color: #a0a0a0;
	font: normal 8pt verdana;
	margin: 6px 0 4px 0;
	width: 300px;
	background: #101010;
	padding-left: 3px;
}
#movieEntry a {
	text-decoration: none;
	color: inherit;
}
#movieEntry a:hover {
	color: white;
}
#movieEntry .selected {
	color: white;
}
#movieEntryTitle {
	padding-bottom: 2px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #202020;
}
#movieEntry img {
	float: none;
	margin: 2px;
	position: relative;
	top: 0px;
	left: 0px;
}
#movieEntry img:hover {
	border: solid 1px white;
	margin: 1px;
}
