@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html, body{
	background: #6C5A32 url('images/tile.jpg') repeat;
	width: 100%;
	height: 100%;
}

body{
	overflow-x: hidden;
}

img, div, li{
	behavior: url(iepngfix.htc)
}

.menu_backdrop{
	position: absolute;
	background: transparent url('images/menu.jpg') no-repeat;
	height: 261px;
	width: 494px;
	top: 0px;
	left: 0px;
}

.menu{
	font: 13px "Lucida Grande", sans-serif;
	font-style: italic;
	margin-top: 125px;
	margin-right: 119px;
	text-align: right;
	line-height: 23px;
}

.menu a{
	text-decoration: none;
	color: white;
}

.menu a:hover{
	text-decoration: none;
	color: #D4B170;
}

.menu ul{
	list-style: none;
}

.menu ul li{
	padding-right: 15px;
}

.menu ul li:hover{
	padding-right: 15px;
}

.menu ul li.selected{
	background: transparent url('images/paint.png') no-repeat center right;
	padding-right: 15px;
}

.text{
	position: absolute;
	font: 15px "Times New Roman", serif;
	font-style: italic;
	height: 1222px;
	width: 420px;
	top: 145px;
	left: 390px;
	text-align: justify;
	color: #D4B170;
	font-weight: normal;
}

.text table td{
	text-align: left;
}

.text img{
	margin-left: 50px;	
}

.text ul{
	list-style-type: circle;
	padding-left: 25px;
}

.text a{
	text-decoration: none;
	color: #F6AC0D;
}

.text a:hover{
	text-decoration: none;
	color: #D4B170;
}

.om{
	text-align: center;
	margin: 10px 50px 10px 0;
}

.table{
	padding: 0px;
	width: 420px;
	font-size: 15px;
	margin: 0px;
}

.table td{
	padding: 5px;
	vertical-align: top;
	text-align: center;
	border-bottom: dotted #311007 1px;
}

.day{
	width: 100px;
}

.table tr{
}

.leftside{
	position: absolute;
	background: transparent url('images/leftside.jpg') no-repeat;
	height: 1318px;
	width: 528px;
	top: 0px;
	left: 0px;
}

.rightside{
	position: absolute;
	background: transparent url('images/rightside.jpg') no-repeat;
	height: 1222px;
	width: 910px;
	top: 0px;
	left: 607px;
}

.shapes{
	position: absolute;
	background: transparent url('images/shapes.png') no-repeat;
	height: 1004px;
	width: 1452px;
	top: 0px;
	left: 0px;
}

.board{
	position: absolute;
	background: transparent url('images/board1.jpg') no-repeat;
	height: 820px;
	width: 488px;
	top: 0px;
	left: 354px;
}

.board2{
	position: absolute;
	background: transparent url('images/board2.jpg') no-repeat;
	height: 820px;
	width: 488px;
	top: 818px;
	left: 355px;
}