#navigation, #content,.section{
	padding:0;
	margin:0;
	list-style:none;
}
#content{
	top:20px; 
	left:300px;
	overflow:hidden;
	width:630px;
	background-color:white;
	position:absolute;
	height:600px;
  	filter:alpha(opacity=85);
	opacity:0.85;
	-moz-opacity:0.85;

}
	#content h2{
		color:#993333;
		margin:20px 0pt;
	}
	#content a{
		color:#777;
		font-weight:bolder;
		text-decoration:none;
	}
#space{
	float:left;
	width:110px;
	height:600px;
}

#navigation{
	position:absolute;
	top:40px; left:120px;
	width:180px;
	height:500px;
	color:black;
	background-color:gray;
	padding-left:10px;
	-moz-opacity:0.5;
	opacity:0.5;
  	filter:alpha(opacity=50);
}
	#navigation .sup{
		margin:0px 0px;
		font-size:22px;
	}
		#navigation ul{
			margin:0px 0;
			list-style:circle;
			padding-left:15px;						
		}
		#navigation a{
			color:white;
			font-weight:bolder;
			text-decoration:none;
			padding:3px;
			display:block;
		}
		#navigation a:hover {
			background-color:white;
			color:black;
		}				
		#navigation .sup li{
			margin: 3px 0 !important;
			margin:-4px 0;
			font-size:16px;
		}
		#navigation a.scrolling{
			color:#933;
		}
.section{
	width:2100px;
	position:relative;
}

	.section .sub{
		position:relative;
		float:left;
		padding:9px 21px 42px 45px;
		width:567px;
		height:582px;
	}
		.section .sub p{
			width:550px;
			margin:16px 0;
			font-size:85%;
			line-height:1.4em;
		}
		.section .next, .section .prev{
			font-size:18px;
			position:absolute;
			bottom:15px;
			letter-spacing:-2px;
		}
		.section .next{
			right:30px;
		}
		.section .prev{
			left:30px;
		}

.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	padding:1px;
	position:absolute;
	left:11px;
}
#first{
	top:484px !important;
	top:498px;			
}
#second{
	top:503px !important;
	top:517px;			
}



body { 
	padding:0px;
	margin:0px;
	font-family: Verdana, sans-serif;
	overflow:hidden;
}

ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:10px;
	text-align:right;
}
.clear{
	clear:left;
}

.bck { 
top:0px; left:0px;
margin:0px;
padding:0px;
position:fixed;
background:url("beach.jpg") no-repeat; 
background-size: 100% 100%;
background-origin: content;
z-index:-1;
width:100%;
height:100%;
}


.innertext {
overflow:auto;
height:380px;
width:100%;
}

.galitem { 
float:left;
margin:2px;
}

.gallery {
overflow:auto;
width:100%;
}

