html {
	background-color: #000;
	}

body
{
	color: #FFF;
	background-color: #000;
}

#custom-doc
{
	background-image: url(../images/wave.jpg);
	background-repeat: no-repeat;
	border-color: #006;
	border-width: 2px;
	border-style: solid;
}




h1
{
	font-size: 250%;
	font-family: serif;
	margin: 0 0 0 10px;
}

h2
{
	font-size: 136%;
		margin: 0 0 0 10px;

}


h3
{
	font-size: 136%;
		margin: 0 0 0 10px;

}
#nav
{
	background-color: #000;
	margin: 0 15px 0 15px;
	border-color: #006;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	padding: 1px 0px 1px 5px;
}

#hd, #ft, .yui-gc
{
	padding: 0 0 0 10px;

}

p { margin: 10px; }
#nav	ul { display: inline; }

#nav	li
{
	display: inline;
	margin: 0 1em 0 0;
}

 a:link
{
	color: #FFF;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #66F;
	text-decoration: none;
}


.prop
{
	float: right;
	width: 1px;
}

  .min400px {
    height:400px;
  }
  
  
  p {color: white; }



.test3
{
	position: absolute;
}
	
	
.test4	
	{
		height: 20px;
		bottom: 0px;
		position: absolute;
		width: 100%;
	}
	

#slickbox
{
	background-color: #CCC;
	bottom: 20px;
	position: absolute;
	width: 100%;
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	color: #000;
}

#slickbox p
{
	opacity: 1.00;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	color: #000;
}

#copyright
{
	text-align: center;
	color: #666;
	font-size: 80%;
	clear: both;
	margin: 5px 0 0 0;
}


.travelog img {
   display: block;
}
