@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/jkvspace1.jpg);
	background-repeat: repeat-x;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}
a:visited {
	color: #4D131F;
	text-decoration: none;
}
#container  {
	width: 915px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
} 
#header  {
	padding: 0;
	vertical-align: top;
	height: 194px;
}
#nav {
	margin: 0;
	padding:0 0 0 180px;
	color: #333;
	font-size: 0.95em;
}

#nav #currentpage a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
}
#nav a:link,#nav a:visited {
	color:#333;
	text-align:center;
	padding:0 6px 0 6px;
	text-decoration:none;
}
#nav a:hover,#nav a:active {
	background-color:#333;
	color: #FFF;
} 
#holder  {
	background-image: url(../images/jkvspace2.jpg);
	background-repeat: repeat-y;
	padding: 10px 0 0 0;
	height: auto;
	background-color: #FFFFFF;
	float: left;
	width: 900px;
	font-size: .95em;
}
#thumbs  {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	padding: 0 5px;
}
#thumbs  table {
	text-align: center;
	padding: 0 0 15px 0;
}

#thumbs img {
	border: none;
	margin: 0px;
	padding: 2px;
}
#imageHolder {
	padding: 2px 0 10px 280px;
	width: 618px;
	margin: 0;
} 
#mainContent  {
	margin: 0;
	padding: 0 0 0 280px;
} 
#mainContent p {
	margin: 10px 0 0 0;
}
.footer  {
	padding: 10px 0 0 0;
	font-size: 0.8em;
	margin-top: 10px;
	float: none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.next {
	font-size: .9em;
}

