body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#eaeaea;
}
body, ul {
	margin:0;
	padding:0;
}
.rel {
	position:relative;
}
.abs {
	position:absolute;
}

.pad10, .ads{
	padding:10px;
}
.pad-tb20{
	padding:20px 0;
}
.pad15{
	padding:25px;
}
.mar10 {
	margin:10px;
}
a img, img {
	border:0 none;
}
a {
	text-decoration:none;
	color:#fff;
}
.mar-b15 {
	margin-bottom:15px;
}
p, h2, .mar-b10, h5 {
	margin:0 0 10px;
}
.clear {
	clear:both;
}
.left{
	float:left;
}
.right {
	float:right;
}
.align-right {
	text-align:right;
}
.align-center {
	text-align:center;
}
.yellow{
	color:#ffae00;
}
.rounded, #welcome, #join, .button, #games, #about{
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* KHTML */
	border-radius:10px; /* CSS3 */
}
/**** LAYOUT ****/
.page-size, #header, #footer{
	width:1003px;
	margin:0 auto;
}
#header-outer{
	background:url("../images/drak-blue-bg.jpg") repeat;
	height:430px;
	border-bottom:#38558a solid 1px;
}
h2{
	font-size:28px;
	color:#fff;
	font-weight:normal;
	font-family: 'Quattrocento', cursive;
	text-transform:capitalize;
}
p{
	line-height:22px;
}
/*** menu ***/
#menu{
	background:url("../images/menu-bg.jpg") repeat-x;
	border:#383838 solid 1px;
	-moz-border-radius:0 0 10px 10px; /* Firefox */
	-webkit-border-radius:0 0 10px 10px; /* Safari, Chrome */
	-khtml-border-radius:0 0 10px 10px; /* KHTML */
	border-radius:0 0 10px 10px; /* CSS3 */
}
#menu ul, #second-block ul{
	list-style-type:none;
}
#menu li {
	float:left;
	padding:0 24px;
	background:url("../images/menu-divder.png") no-repeat right center;
}
#menu li.last{
	background:none;
}
#menu a {
	color:#fff;
	display:block;
	height:57px;
	line-height:57px;
	text-decoration:none;
	font-family: 'Quattrocento', cursive;
	font-size:18px;
	text-transform:capitalize;
}
#menu li a:hover, #menu li.active a {
	color:#ffae00;
}

/**** banner ****/
#banner-outer{
	width:964px;
	margin:0 auto;
}
#banner{
	height:401px;
	overflow:hidden;
}
#logo{
	top:58px;
	left:30px;
	z-index:9999;
}
.nivoSlider {
	position:relative;
	background:#fff url("../images/loading.gif") no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-32px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url("../images/bullets.png") no-repeat;
	text-indent:9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
	z-index:99999;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9999;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/***** banner ends here *****/

/******* content *******/
#welcome{
	background:url("../images/drak-blue-bg.jpg") repeat;
	padding:15px;
	border:#1f386b solid 1px;
}
#welcome-txt{
	width:637px;
	padding:10px;
}
#join{ 
	background:url("../images/light-blue-bg.jpg") repeat;
	padding:15px;
	border:#1f386b solid 1px;

}
#contents{
	background:#001c56;
	border-left:#4f6183 solid 1px;
	border-top:#4f6183 solid 1px;
	border-right:#4f6183 solid 1px;
}
#wrapper{
	background:url("../images/light-blue-bg.jpg") repeat;
	padding-top:105px;
}

#join{
	width:230px;
	padding:30px;
}
#join h1{
	font-size:70px;
	margin:5px 0;
	font-family: 'Contrail One', cursive;
	text-transform:uppercase;
	font-weight:normal;

}
.button{
	background:url("../images/bcome-member.jpg") repeat-x;
	padding:23px;
	text-transform:uppercase;
	font-family: 'Contrail One', cursive;
	text-align:center;
}
.button a{
	font-size:26px;
	color:#000;
}
.button a:hover{
	color:#fff;
}
#games, #about{
	background:url("../images/drak-blue-bg.jpg") repeat;
	padding:10px;
	margin:10px 0;
	border:#1f386b solid 1px;
}
#about{
	width:620px;
}
#footer-outer{
	background:url("../images/drak-blue-bg.jpg") repeat;
	padding:10px 0;
}
.copy-right{
	font-family: 'Quattrocento', cursive;
	font-size:14px;
	padding:25px 0;

}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
