@import url('reset.css');

/* General Demo Style */
body{
	background:#e4ebe9 url(../images/BG_v1.gif) repeat top left;
	color:#000;
	font-family: "Segoe Print";
	font-size:12px;
}
a{
	color:#fff;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	margin:15px;
	font-size:60px;
	color:#FF0;
	font-family: "Segoe Print";
	text-shadow:5px 5px 5px #FF0080;
	text-align:center;
}
h1 span, h5{
	font-size:20px;
	display:block;
	color:#FF0;
}

h8{
	margin:15px;
	font-size:30px;
	color:#000;
	font-family: "Segoe Print";
	text-shadow:1px 1px 1px #FFF;
		margin-left: 500px;
}
h8 span{
	font-size:20px;
	display:block;
	color:#60817a;
		text-align:center;
}





/* Header Style */
.header{
	height:25px;
	line-height:24px;
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
