body {
	margin:0;
	padding:10px;
	font:normal 1em 'Trebuchet MS', Arial, Helvetica, sans-serif
}

div#page {
	background:#000 url('../images/background.png') repeat-x;
	z-index:-10;
	max-width:987px;
}

div#page #container {
	background:url('../images/br-corner.png') no-repeat bottom right;
}

div#header {
	background:url('../images/tl-corner.png') no-repeat top left;
}

div#contentcontainer {
	background:url('../images/bl-corner.png') no-repeat bottom left;
	padding-bottom:20px;
}

h1 {
	margin:0;
	padding:0;
	padding-right:20px;
	background:url('../images/tr-corner.png') no-repeat top right;
	text-align:right;
}

div#menus {
	position:absolute;
	font:normal 0.8em Arial, Helvetica, sans-serif;
}

div#menus ul {
	list-style:none;
	padding:0;
	margin:0;
}

div#menus ul li {
	display:block;
	
}

div#menus ul li a {
	text-decoration:none;
	color:#fff;
	width:90px;
	padding:5px 0 5px 10px;
	display:block;
	border:0;
}

div#menus ul li a:hover {
	text-decoration:none;
	background:#004000;
}

div#menus ul li ul {
	display:none;
}

div#menus ul li:hover ul {
	display:block;
	margin-left:100px;
}

div#menus ul li ul li {
	width:500px;
	position:absolute;
	top:-30px;	
	padding:4px;
	color:#fff;
}

div#content {
	background:url('../images/content-top.png') no-repeat top left;
	margin-left:100px;
	padding-top:20px;
	width:866px;
}

div#content div {
	background:url('../images/content-bottom.png') no-repeat bottom left;
	padding-bottom:10px;
}

div#content div div {
	background:#fff url('../images/poker_image.jpg') no-repeat 98% 0%;
	padding:0px 5px;
}

p, h2 {
	margin:0;
	padding-bottom:10px;
}

p {
	max-width:650px;
	width:auto !important;
	width:650px;
	color:#222;
}

a {
	text-decoration:none;
	border-bottom:1px dotted #007;
	color:#007;
}

a:hover {
	color:#f06;
	border-bottom:1px solid #f06;
}

.alignRight {
	float:right;
}
