/*@import url('reset.css');*/

.bg img{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:-1;
}
h1{
	font-family: 'Bevan', arial, serif;
	color:#ffe6e7;
	margin:20px;
	font-size:16px;
	border-bottom:1px dashed #ffe6e7;
}
a{
	color:#000;
	text-decoration:none;
}
.sl_menu{
	margin:20px 0px 0px 20px;
	list-style:none;
}
.sl_menu li{
	float:left;
	font-family: Georgia;
	font-size:40px;
	line-height:50px;
	color:#f0f0f0;
	margin-left:50%;
	text-transform:uppercase;
}

.sl_examples{
	float:left;
	font-family: 'Bevan', arial, serif;
	font-size:50px;
	line-height:50px;
	color:#f0f0f0;
	margin-right:5px;
	text-transform:uppercase;
}
.sl_menu a,
.sl_examples a{
	display:block;
	position:relative;
	float:left;
	clear:both;
	color:white;
}
.sl_menu a > span,
.sl_examples a > span{
	height:50px;
	float:left;
	position:relative;
	overflow:hidden;
}
.sl_menu a span span,
.sl_examples a span span{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	text-align:center;
}
.sl_menu a span span.sl-w1
							{
	color:white;
	text-shadow: 2px 3px 4px black;
	z-index:1;
}
.sl_examples a span span.sl-w1{
	color: white;
	text-shadow:0px 0px 1px #fff;
	z-index:1;
}
.sl_menu a span span.sl-w2{
	color:#e82760;
	text-shadow:-1px 1px 2px #9f0633;
	z-index:3;
}
.sl_examples{
	padding-top:50px;
	margin:20px;
	clear:both;
	display:block;
}
.sl_examples a{
	margin: 15px;
}
#example1{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
#example2{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
#example3{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
#example4{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
#example5{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
#example6{
	font-family:Georgia, arial, serif;
	font-size:50px;
}
.sl_examples a#example6 > span{
	height:100px;
}
.sl_examples a#example1 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #e71b70;
	z-index:3;
}
.sl_examples a#example2 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #6ac6cc;
	z-index:3;
}
.sl_examples a#example3 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #a78276,  
	z-index:3;
}
.sl_examples a#example4 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #648e5f;
	z-index:3;
}
.sl_examples a#example5 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #648e5f;
	z-index:3;
}
.sl_examples a#example6 span span.sl-w2{
	color:#ff516f;
	text-shadow:0px 0px 0px #99162c;
	z-index:3;
	
}


