/*Designed for Singing Falls by Stanley Petrowski www.singingfalls.com*/

*{
	margin:0;
	padding:0;
	font-size:100%;

}

body {
	
	cursor: default;
	margin: 5px 0;
	font: small/1.8em "Arial", Arial Black, Sans, Sans Bold;
	background: #000033;
	color: #fff;
	text-align: center;
}

h1 {
	color: #99c9ff;
	text-align: center;
	font-size: 1.2em;
	text-transform: small-caps;
	border: 0px solid;
	line-height: 2em;
	margin: 0em 0;
}

h2 {
	margin-top: 0em;
	color: #fff;;
	background: ##000033;;
	text-align: center;
	text-indent: 0.5em;
	font-size: 1em;
	font-weight: normal;
	margin:5px 5px;
	border: 0px solid #d1c6b4;
}

h3 {
	color: #99c9ff;
	background: ##000033;;
	text-align: center;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 0em;
	border: 1px solid #d7c8b4;
}

h4 {
	color: #99c9ff;
	background: #000033;
	border: none;
	text-indent: 0.5em;
	font-size: .9em;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	margin-top: 0em;
}

p {
	color: #fff;
	font-weight: normal;
	text-align: left;
}
/*this section for links and effects*/
a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #fff25e;
	border-bottom: 1px solid;
}

a:visited {
	color: #99c9ff;
}

#page {
	background:#000033;
	width: 977px;
	margin: 0 auto;
	color: #d1c6b4;
	text-align: left;
}
#header {
		width: 100%;
		height: 126px;
		background: #000033;
		border:1px solid #d1c6b4;
	}
	#header h1 {
		margin: 0;
		border: none;
		}

	#menu {
		letter-spacing: 0.1em;
		line-height: 2em;
		font-size: 1em;
		font-weight: normal;
		background: #000033;
		margin:5px 0 0 120px;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0px;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0px 10px 0px 10px;

		}
		
			#menu li a{
				color: #99c9ff;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #99ffc4;
			}
#wrap{
	width:977px;
	margin:0 auto;
	position:relative;
}

#main-content li{
	width:164px;
	border:solid #99c9ff;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#d1c6b4;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	width:977
	list-style:none;
	margin:5px 0 0 120px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:215px;
		
}

#previous{
	text-align:left;
	margin:1px 30px 1px 1px;
}

#next{
	text-align:right;
	margin:1px 30px 1px 1px;
}

#thumbnails{
	text-align:center;
	margin:1px 30px 1px 1px;
}


#fullplate-navigation li a{
	display:block;
	width:215px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#99ffc4;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:1px 1px 1px 1px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#968282;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:640px;
	text-align:center;
}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:160px;
	font-weight:bold;
	background:#000033;
	color:#99ffc4;
	padding:5px 0 5px 0;
	
	font-size:100%;
	border:1px solid #99c9ff;
	border-width:1px 1px 1px 1px;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


img{
	/*border:1px solid #99c9ff;*/
/* delete line above and uncomment this for an inset effect*/
	
 
}

#foot{
		clear: both;
		width: 100%
		margin: 0;
		padding: 1px 0;
		background: #000033;
		border: 1px #000033 solid;
		text-align: center;
		font-size: 1em;		
}
