/* CSS Document */

body{
background-color:#efefef;
font-family:Georgia, "Times New Roman", Times, serif;
}

* {margin:0px;padding:0px;}


h1{
	color:#4153c2;
	font-style:italic;
	font-weight:normal;
	font-size:36px;
	margin:20px;
}

#container{
	position:relative;
	width:624px;
	height:100%;
	clear:both;
	margin:auto;
	padding-bottom:80px;
	background-image:url(/img/bgstripe.gif);
	z-index:2;
	border-bottom:1px solid #97a5b0;
}

#footer{
	width:624px;
	background-image:url(/img/footer.gif);
	position:absolute;
	bottom:0;
	height:55px;
}

#box{
	border:1px dashed #97a5b0;
	background-color:#e6f1ff;
	padding:10px;
	margin:10px;
}

input{
	background-color:#e6f1ff;
	margin-bottom:10px;
}

#counter{
	position:absolute;
	left:20px;
}

#footer_text{
	width:604px;
	text-align:right;
	margin-top:40px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

p{
	margin:30px;
	line-height:27px;
	text-indent:5px;
	font-size:18px;
	color:#000033;
	
	font-family:Georgia, 'Times New Roman', Times, serif !important;
}

#box p{
	text-indent:0;
}

.stars{
	position:absolute;
	background-image:url(/img/stars_bg.gif);
	z-index:1;
	width:383px;
	height:422px;
}

#star1{
	left:40px;
	top:100px;
}

#star2{
	right:80px;
	top:400px;
}

#star3{
	left:40px;
	top:700px;
}

#star4{
	right:80px;
	top:950px;
}

ul{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

li{
	margin-left:20px;
	margin-bottom:5px;
}

#home_photos {
	width:480px;
	height:180px;
}

#home_photos img{
	padding:8px;
	margin:8px;
	border:1px solid black;
}

/* BEGIN GALLERY STYLE */

	.demo{position:relative;margin-top:2em;}
	.gallery_demo{width:95% !important; clear:both; margin:auto; }
	.gallery_demo li{width:55px;height:70px;border:3px double #eee;margin: 0 2px 2px 0;background:#eee;}
	.gallery_demo li.hover{border-color:#bbb;}
	.gallery_demo li.active{border-style:solid;border-color:#222;}
	.gallery_demo li div{left:240px}
	.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
	.galleria_container{
	display:none; margin:30px auto 60px auto; clear:both; background-color:#efefef; border:1px solid #cccccc; padding:10px;}
	
	.nav{width:100%; height:20px; clear:both; text-align:center;}
	.caption{color:#333333; position:absolute !important; margin:30px auto 40px auto; left:3px;width:100%;}

	
	.info{text-align:left;margin:30px 0;border-top:1px dotted #221;padding-top:30px;clear:both;}
	.info p{margin-top:1.6em;}
	
