/* CSS Document */

body {background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	}
	
#wrap {width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	}
.errors {color: #3333ff;
	size: 10px;
	line-height: 1.0em;}
.form {size: 10px;}
#header {width: 783px;
	height: 85px;
	margin-left: 10px;
	background: url(img/header.jpg);
	background-repeat: no-repeat;
	}
hr {border: 0;
	width: 50%;
	color: #333333;
	background-color: #333333;
	height: 1px;}	
#content {width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 350px;
	}
#content_inner {margin-left: 40px;
	padding-left: 300px;
	margin-right: 40px;
	background-image: url('img/about-me-page.jpg');
	background-repeat: no-repeat;
	line-height: 1.3em;
	}
#scroll {
	height: 300px;
	width: 410px;
	padding-right: 15px;
	}
#scroll_none {
	width: 410px;
	padding-right: 15px;
}
/*************
* Navigation
*************/
#nav {margin-left: 10px;
	width: 783px;
}
	
#nav img {margin: 0px;
	border: none;}
	

/*************
* Form stuff
*************/
.input_box {border: 2px solid #999999;
	color: #333333;
	background-color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;}


/**************
* Slideshow Stuff
**************/
#mySlideshow
{
	width: 800px;
	height: 350px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/loading-bar-black.gif);
}

.jdSlideshow .slideInfoZone
{
	z-index: 10;
	width: 0%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 0px;
	background: #000;
	color: #000;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	visibility: hidden;
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #000;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.developedBy{
font-size: 80%;
color: #333333;
}

.developedBy a:link, .developedBy a:visited {
color: #333333;
}

.developedBy a:hover, .developedBy a:visited:hover {
color: #333333;
text-decoration: none;
}