* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	background-color: #D9DAC5;
	margin-top: 50px;
	margin-left: 100px;
}

#thankyou {
	display: block;
}

#menu
{
	position: absolute;
	top: 345px;
	left: 180px;
	z-index:0;
	width: 200px; 
	height: 200px;
}

#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}

#menu li
{
	padding: 10px;
	margin: 0 0.15em;
	font-size: 16pt;
}

#content
{
	position: absolute;
	top: 175px;
	left: 375px;
	z-index:0;
	width: 625px;
}

a {
	color: #404040;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
}
a.bookmark {
  background: url(bookmark.gif) no-repeat 2px 2px;
  padding-left: 16px; 
}

.button {
	color: #888;
	border: solid 1px #888;
}

.rules {
	color: #C00;
	font-size: 10pt;
}

.hd {
	padding-top: 5px;
	padding-left: 5px;
	color:#888;	
}

.bd {
	background: url(../images/ila.jpg) no-repeat fixed 675px 200px;
	font-size: 10pt;
	padding: 10px;
	color:#eee;
	color:#555;
}

.bd div {
	height: 400px;
}

.bd ul {
	padding: 20px;
}

.mod {
   position:relative;
   z-index:0;
}
.mod .mod-content{
   background:#FCFFD2; /*e9dac9;*/
   border:1px solid #eaeaea;
   position:relative;
   z-index:2;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(../images/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   /* _background:transparent; */
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}