/* CSS */

html, body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff;}
body {background-image: URL(../images/bg.png); background-repeat: repeat-x; background-color: #315101;}

#cont {
	position: absolute;
	width: 1002px;
	left: 50%;
	margin-left: -501px;
	top: 10px;
}

#head {display: none;}
#head_image {display: none;}

#nav-card {
	position: absolute;
	left: 0;
	top: 214px;
	width: 435px;
	height: 60px;
}

#nav-home a{
	position: absolute;
	left: 435px;
	top: 214px;
	width: 77px;
	height: 60px;
	background: url(../images/nav_05.png) no-repeat;
}

#nav-home a:hover{
	position: absolute;
	left: 435px;
	top: 214px;
	width: 77px;
	height: 60px;
	background: url(../images/nav_05_hover.png) no-repeat;
}

#nav-spacer1 {
	position: absolute;
	left: 512px;
	top: 214px;
	width: 2px;
	height: 60px;
}

#nav-aboutus a {
	position: absolute;
	left: 514px;
	top: 214px;
	width: 94px;
	height: 60px;
	background: url(../images/nav_07.png) no-repeat;
}

#nav-aboutus a:hover {
	position: absolute;
	left: 514px;
	top: 214px;
	width: 94px;
	height: 60px;
	background: url(../images/nav_07_hover.png) no-repeat;
}

#nav-spacer2 {
	position: absolute;
	left: 608px;
	top: 214px;
	width: 2px;
	height: 60px;
}

#nav-gamerules a {
	position: absolute;
	left: 610px;
	top: 214px;
	width: 115px;
	height: 60px;
	background: url(../images/nav_09.png) no-repeat;
}

#nav-gamerules a:hover {
	position: absolute;
	left: 610px;
	top: 214px;
	width: 115px;
	height: 60px;
	background: url(../images/nav_09_hover.png) no-repeat;
}

#nav-spacer3 {
	position: absolute;
	left: 725px;
	top: 214px;
	width: 2px;
	height: 60px;
}

#nav-contactus a {
	position: absolute;
	left: 727px;
	top: 214px;
	width: 116px;
	height: 60px;
	background: url(../images/nav_11.png) no-repeat;
}

#nav-contactus a:hover {
	position: absolute;
	left: 727px;
	top: 214px;
	width: 116px;
	height: 60px;
	background: url(../images/nav_11_hover.png) no-repeat;
}

#nav-spacer4 {
	position: absolute;
	left: 843px;
	top: 214px;
	width: 2px;
	height: 60px;
}

#nav-playdemo a {
	position: absolute;
	left: 845px;
	top: 214px;
	width: 109px;
	height: 60px;
	background: url(../images/nav_13.png) no-repeat;
}

#nav-playdemo a:hover {
	position: absolute;
	left: 845px;
	top: 214px;
	width: 109px;
	height: 60px;
	background: url(../images/nav_13_hover.png) no-repeat;
}

#nav-rightspacer {
	position: absolute;
	left: 954px;
	top: 214px;
	width: 48px;
	height: 60px;
}

#body-bg_ {
	position: absolute;
	left: 0;
	top: 274px;
	width: 1002px;
	height: 500px;
	height: 1px;
	background: url(../images/body_bg.png);
	background-repeat: repeat-y;
}

#Body_ {
	position: absolute;
	left: 0;
	top: 275px;
	width: 1002px;
	height: 475px;
	background: url(../images/body.png);
	background-repeat: repeat-y;
}

#Body_content {
	margin: 10px 15px 10px 15px;
}

#Footer-bg_ {display: none;}
#Footer_ {display: none;}

h1 {color: #73c002; font-size: 20px; font-weight: 700; font-family: Arial, Helvetica, sans-serif; }
h2 {color: #fffccc; font-size: 16px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}
h3 {color: #fffccc; font-size: 14px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}
h4 {color: #fffccc; font-size: 12px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}
h5 {color: #fffccc; font-size: 10px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}
h6 {color: #fffccc; font-size: 9px; font-weight: 700; font-family: Arial, Helvetica, sans-serif;}

p {margin: 0;}
.p2 {margin-top: 2px;}
.p4 {margin-top: 4px;}
.p6 {margin-top: 6px;}
.p8 {margin-top: 8px;}
.p10 {margin-top: 10px;}
.p12 {margin-top: 12px;}
.p14 {margin-top: 14px;}
.p16 {margin-top: 16px;}
.footer {font-size: 10px;}

a:link 		{color: #FFFFFF; text-decoration: underline; font-family: Arial, Helvetica, sans-serif;}
a:visited 	{color: #FFFFFF; text-decoration: underline; font-family: Arial, Helvetica, sans-serif;}
a:hover 	{color: #FFFFFF; text-decoration: underline; font-family: Arial, Helvetica, sans-serif;}

