* {
margin:0;
padding: 0;
}

html {
  height: 100%;
  overflow:hidden;
}


* html #container
{
height: 100%;
}

body {  
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(images/side.jpg) repeat-x top #000000;
	
}

#container {
  width: 810px;
  height: 635px;
  margin: 10 auto;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: visible;
}


#top {
	background: #2a2a2a;
	width: 810px;
	height: 95px;
}

#content {
	text-align:center;
	background-image: url('images/content.jpg');
	width: 810px;
	height: 440px;
}

#aboutcontent {
	text-align:center;
	background-image: url('images/aboutcontent.jpg');
	width: 810px;
	height: 440px;
}

#abouttext {
	text-align:justify;
	position: relative;
	left: 263px;
	width: 499px;
	height: auto;
	padding: 5px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.75em;
}

#abouttext p {
	text-indent:20px;
	
}


#links {
	text-align:left;
	position: absolute;
	left: 32px;
	top: 340px;
	width: 200px;
	height: auto;
	padding: 0px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 1.75em;
	
}

#links ul {
	margin: -5px 0 0 0;	
}


#links ul li  {
	list-style: none;	
}

#links ul li li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1em;
	margin: -5px 0 5px 10px;
	color:#646464;
}
	

#content p {
	padding: 10px 10px 10px 10px;
}


#thumbnails {
	text-align: center;
	width: 810px;
	height: auto;
}

#thumbnails img{
	margin: 1px 1px 1px 1px; 
	padding: 1px; 
	border: 1px solid #000;
}

#footer {
	background-image: url('images/footer.jpg');
	width: 810px;
	height: 100px;
}

#contact {
	position: relative;
	left: 30px;
	top: 20px;
}

#resume {
	position: relative;	
	top: -30px;
	left: 676px;

}



a, a:link {
text-decoration: none;
}

a:active, a:visited {
color:#646464;  
}

a:hover {
color:#FFF;  
}











#lbOverlay { position: absolute; top: 0; left: 0; z-index: 99998; width: 100%; height: 200px; }
	#lbOverlay.kina { background-color: #000; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: 1px solid #333333; }

#lbOuterContainer { position: relative; background: #4c4c4c; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.kina { border: 1px solid #000; }


#lbDetailsContainer { font: 7pt Verdana, sans-serif; background: #4c4c4c; width: 100%; line-height: 3.5em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.kina { border: 1px solid #000; border-top: none; }


#lbImageContainer, #lbIframeContainer { padding: 12px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.kina:hover, #lbPrev.kina:visited:hover { background: url(images/lytebox/prev.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.kina:hover, #lbNext.kina:visited:hover { background: url(images/lytebox/next.gif) right 15% no-repeat; }
	
	#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.kina, #lbNext2.kina, #lbSpacer.kina { color: #c8c8c8; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.kina, #lbNext2_Off.kina { color: #CCCCCC; }
		
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.kina { color: #c8c8c8; }
	
#lbDetails { width: 100%; float: left; text-align: left; }
#lbCaption { line-height: 95%; display: block; font-weight: normal; }
#lbNumberDisplay { font-weight: bold; float: left; display: block; padding-bottom: 0.1em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 0.1em; }

#lbClose { width: 65px; height: 30px; float: right; margin-bottom: 0px; }
	#lbClose.kina { background: url(images/lytebox/close.gif) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.kina { background: url(images/lytebox/play.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.kina { background: url(images/lytebox/pause.png) no-repeat; }
	
	

