html,body {
	height: 100%;
}

body {
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #FFF;
	font: 100% Arial, Helvetica, Garuda, sans-serif;
	text-align: center;
	white-space : nowrap;
	padding: 0em;
	margin: 0em;
	overflow: hidden;
}

#frame {
	height: 100%;
	width: 100%;
	margin: 0em 0em 0em 0em;
	text-align: center;
	padding: 0em 0em 0em 0em;
}

/*** THUMBNAILS ***/
#contentleft {
	position: absolute;
	left: 0em;
	top: 0em;
	height: 100%;
	width: 145px;
	background-color: #000;
	overflow: auto;
	float: left;
	padding: 0em 0em 0em 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	z-index: 1;
}

#thumb {
	padding: 10px 0em 0em 0em;
	margin: 0em;
}

.thumb {
	border-style: solid;
	border-color: #FFF;
	border-width: 1px;
	cursor: pointer;
}
/*** END THUMBNAILS ***/

/**** FLOATING MENU ****/
#floatmenu {
	position: absolute;
	top: 5px;
	left: 150px;
	z-index: 2;
	text-align: left;
	visibility: visible;
	color: #FFF;
	background-color: transparent;
}

.gallerychooser {
	font-size: 1.0em;
	color: black;
	background-color: silver;
	border-color: #002;
	cursor: pointer;
	width: 155px;
}


a.MainMenuItem
{
	color: #699AF2;
	text-decoration: none;
}

a.MainMenuItem:hover
{
	text-decoration: overline underline;
	padding-top: 4px;
}

.MainMenuItem
{
	font-size: 0.8em;
	width: 108px;
	height: 23px;
	background-image: url(http://ikfiles.imagekind.com/theme/Defaulttheme/ln_off.png);
	float: left;
	text-decoration: none;
	padding-left: 12px;
	padding-top: 4px;
	margin-top: 4px;
	color: White;
	font-weight: bold;
   outline: none;
}

.MainMenuItem:hover, .MainMenuItemHover
{
	color: #9ADCFA !important;
	font-weight: bold;
	float: left;
	width: 108px;
	height: 23px;
	background-image: url(http://www.kendietz.com/IK/ln_on.png);
	text-decoration: none;
	padding-left: 12px;
	padding-top: 4px;
	outline: none;
}
/*** END FLOATING MENU ***/

/*** IMAGE VIEWER ***/
#contentright {
	background: transparent;
	position: absolute;
	left: 150px;
	right: 1px;
	top: 0em;
	height: 100%;
	white-space: normal;
	text-align: center;
	font-size: 1.1em;
	padding-top: 0em;
	margin: 0em;
	overflow: auto;
	z-index: 1;
}

h5 {
	font: 13px "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: normal;
	font-style: italic;
	line-height: 1.0;
	color: #EE0;
	background-color : transparent;
	text-align: center;
	width : 100%;
}

.instruction {
	font-size: 1.0em;
	text-align: center;
	position: absolute;
	top: 10px;
}

.collage {
	text-align: center;
	position: relative;
	top: 150px;
}

#speed {
	font-size: 1.0em;
	font-style: normal;
	text-align: center;
	position: absolute;
	bottom: 0;  
}

.intro {
	text-align: left;
	width: 80%;
	margin: 200px 100px 0 100px;
}

.intro a {
	color: #9ADCFA;
}

.IKBadge {
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
}

.bigshot {
	border-style: solid;
	border-color: #CCC;
	border-width: 3px;
	margin-top: 2em;
}

#imgnumber {
	color: #0FF;
	font-family: serif;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0em;
}

#description, #description2, #description3, #description4 {
	text-align: center;
	color: #FFE4B5;
	font-size: 1.0em;
	font-family: serif;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
}

#description {
	margin: 0.5em 0em 0em 0em;
	font-size: 1.2em !important;
	color: #EEE;
}

#sale1 {
	color: #FF0;
	font-family: serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

#sale2 {
	color: #FF0;
	font-family: serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: -2.0em;
}

#contest {
	color: #FFF;
	font-size: 1em;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
/*	width:30px;*/		/* This screwed up the centering of ribbons and contest name */
	white-space: normal;
}

#contest1, #contest2, #contest3, #contesthm {
	font-size: 1em;
	font-family: serif;
	font-weight: bold;
	margin-top: -.3em;
	margin-bottom: 0em;
	color: #FFF;
}

.ribbon {
	margin-top: 15px;
	text-align: center;
}

#details {
	color: #AAA;
	font-size: 0.75em;
	font-family: serif;
	font-weight: normal;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
/**** END IMAGE VIEWER ****/
