/*==================================================
Global
==================================================*/
* {
	font-family:Verdana;
	font-size:12px;
}

body {
	background:#cef url("bodybg.png") repeat-x fixed;
	margin:0px;
}

h1 {
	padding:5px 0px;
	border-bottom:1px dotted #963;
	font-size:18px;
}

p {
	text-indent:10pt;
	line-height:2em;
	margin-bottom:20px;
}



/*==================================================
Links
==================================================*/
a {
	color:#069;
}

a:hover {
	color:#036;
}




/*==================================================
Main Div
==================================================*/
.wrMainDiv {
	width:890px;
	padding:10px 5px;
	border:1px solid black;
	margin:60px auto 30px auto;
	background:#036;
	border-radius:7px;
	box-shadow:0px 0px 4px #333;
}



/*==================================================
Headers
==================================================*/
.wrBanner {
	margin-top:-80px;
	padding:10px;
}



/*==================================================
Navigation
==================================================*/
nav {
	background:#f0f0f0 url("navbg.gif") repeat-x center;
	padding:10px 0px;
	border:1px solid black;
	border-bottom:0px;
	text-align:center;
}

nav ul {
	margin:0px;
	padding:0px;
}

nav li {
	display:inline;
	padding:10px 0px;
	transition:background 0.5s;
	-moz-transition: background 0.5s;
	-webkit-transition:background 0.5s;
	-o-transition:background 0.5s;
}

nav a {
	padding:10px 40px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

nav li:hover {
	background:#fff url("navbg_hover.gif") repeat-x center;
}

/*
nav ul #wrSubMenuHowToPlay {
	position:absolute;
	margin-top:10px;
	margin-left:317px;
	background:#eee;
	padding:0px;
	border:1px solid black;
	min-width:155px;
	display:none;
}

nav ul li:hover > ul#wrSubMenuHowToPlay {
	display:block;
}

#wrSubMenuHowToPlay a {
	padding:10px;
	display:block;
	text-align:left;
}

#wrSubMenuHowToPlay a:hover {
	background:#fff;
}
*/



/*==================================================
Content
==================================================*/
.wrContent {
	min-height:400px;
	background:#fcfcfc;
	padding:10px 20px;
	box-shadow:0px 0px 4px #333 inset;
	border:1px solid black;
}

.wrContentBox {
	padding:0px 20px;
	margin-bottom:50px;
}

.wrContentTable {
	border-spacing:2px;
}

.wrContentTable td {
	border:1px solid #ccc;
	padding:10px;
}

.wrContentTable thead td {
	background:#333;
	color:#fff;
	border:1px solid #000;
	font-weight:bold;
}

.wrContentTableAlt {
	background:#ddd;
}

.wrBordered {
	border:1px solid #666;
	padding:1px;
}

.wrSmallText {
	font-size:11px;
	line-height:1.8em;
}

.wrSmallText * {
	font-size:11px;
}

.howtoplay ul {
	list-style-type:square;
	line-height:2em;
}

.howtoplay li blockquote ul {
	padding-left:0px;
}

.howtoplay li blockquote, .howtoplay li blockquote * {
	font-size:11px;
	margin-top:0px;
}

.wrImg600 {
	box-shadow:0px 0px 4px #333;
	opacity:0.5;
	width:300px;
	transition:				width 0.5s, opacity 0.5s;
	-moz-transition:		width 0.5s, opacity 0.5s;
	-webkit-transition:	width 0.5s, opacity 0.5s;
	-o-transition:				width 0.5s, opacity 0.5s;
}

.wrImg600:hover {
	opacity:1.0;
	width:600px;
}



/*==================================================
Footer
==================================================*/
.wrFooter {
	padding:20px;
	color:#fff;
	text-align:center;
}



/*==================================================
Others
==================================================*/