html,body {
	color: #f1fb03;
	text-align: center;
	background-color: #404040;
	height: 100%;
	margin: 0;
	padding: 0;
	}
#content {
	position:relative;
	z-index:10;
	width:600px;
	margin:auto;
	}

h1 {
	font-style: normal;
	font-weight: normal;
	color: white;
	font-family: "Courier New", Courier, Monaco, monospace;
	margin: 0px;
	margin-top: 15px;
	font-size: 40px;
	text-align: left;
	padding: 0px;
}
#content p {
	font-size: 14px;
	color: white;
	padding: 0px 0 0 0;
	text-align: left;
	line-height: 1.5em;
	font-family: sans-serif;
}
#content p a:link, #content p a:visited {
	border-style: none;
	text-decoration: none;
	color:gray;
	z-index: 90;
}	
#content p a:hover {
	color: #999;
	text-decoration: underline;
}
img {
	 border-style: none;
	 padding: 0px
	}
img#logo{
	position: absolute;
	top:30px;
	left:30px; 
	z-index:90; 
	border: 0;
	}
img#vignette{
	position:fixed;
  _position:absolute;/*IE hack*/
  	top:0;
  _top:expression(eval(document.body.scrollTop));/*IE hack*/
	left: 0;
	width:100%; 
	height:100%; 
	z-index:0;
	}

/*-------------- The pikachoose styles ---------------------*/

#gallerymain{	
	position: relative;
	float: none;
	z-index: 5;
	width:100%;
	height:425px;
	margin:30px auto 0 auto;
	padding: 0px;	
	border:15px solid white;
	border-bottom:65px solid white;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background-color: black;
	font-size: 10pt; 
	font-family:sans-serif; 
	color:#404040;
	text-decoration:none;
	font-style: italic;
	}
	
/* These hieghts and widths should be edited to your images */	
ul#pikame{
	padding-left:0;
	width:100%;
	margin:0 ;
	float: left;
	position:relative;
	left:0;
	}
#pikame ul li{
   display:block;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
	}
.pika_main{
	width:600px;
	padding-right:20px;
	margin:0 auto;
	}
#pikame li{
	margin:0 10px 0 0;
	float: left;
	width: 100%;
	position:relative;
	border:0px;
	}

/* thats all you NEED to edit. But continue if you'd like. */
ul#pikame li img{position:relative;cursor:pointer;}
.pika_main img{margin-bottom:10px;cursor:default;}
.pika_main{position: relative;margin:0 auto;}
.pikachoose li{float:left;position:relative;overflow:hidden;list-style:none;}
.pika_play{position:absolute;bottom:30px;left:0px;z-index:30;padding:7px;color:white;display: block;background: #111;filter:alpha(opacity=75);opacity:.75;}
.pika_play a{position:relative;margin-left:auto;cursor:pointer;}
.pika_play img{border:none !important;}
.pika_caption{width:100%;height:20px;text-align:left;z-index:20;color:#404040;}
.pika_navigation a{font-size: 12px;color:black;text-decoration: none;}
.pika_navigation a:hover{text-decoration: underline;}
.pika_navigation{padding-top:10px;clear:both;text-align:left;}

/*--------------  the gallerycontainer styles start here  -----------*/
#gallerycontainer{
	position: relative;
	float: none;
	text-align: center;
	z-index: 5;
	width:600px;
	margin:auto;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;	
	border:15px solid white;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	background-color: white;
	font-size: 12pt; 
	font-family: courier; 
	color:#404040;
	text-decoration: none;
}
#gallerycontainer a{
	padding: 0px 0px 0 0px;
	margin: 0px 0 0 0;
	font-size: 12pt; 
	font-family: courier; 
	color:#404040;
	background:white;
	text-decoration: none;
}
img#placeholder{	
	height: 400px;
	width: 600px;
	padding-bottom: 0px;
	border: 0px;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 0px;
	left: -2000px;
	visibility: visible;
	color:#404040;
	text-decoration: none;
	background:white;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	height: 400px;
	width: 600px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 0; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

