body {
	padding: 0;
	background: #ffffff url(i/bg_1.jpg) no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-attachment: fixed;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}

h1 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #000000;
	line-height: 1.5em;
	text-align: left;
}

#flashcontent0 {
	height: 100%;
}
#flashcontent1 {
	height: 100%;
}
#flashcontent2 {
	height: 100%;
}
#flashcontent3 {
	height: 100%;
}

#header {
	width: 990px;
	height: 710px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(i/bg_left.png) no-repeat;
	background-position: top left;	
	
}

#logo {
	width: 990px;
	height: 120px;
	margin: 0 0 0 0;
}

#menu {
	width: 194px;
	height: 582px;
	margin: 10px 0px 10px 20px;

}

#content {
	float: right;
	width: 684px;
	height: 105px;
	margin: 0 0 0 0;
	position: absolute;
	top: 139px;
	left: 247px;
	z-index: 1;
}

#page_ {
	width: 1000px;
	margin: 0 auto 0 0;
	height: 600px;
}

#puzzle {
	width: 651px;
	height: 597px;
	background-image: #ffffff url(i/bg_float.png);
	background-repeat: no-repeat;
	float: right;
}


#bottom_menu {
	float: right;
	width: 750px;
	height: 380px;
	margin: 0 0 0 0;
	position: absolute;
	top: 214px;
	left: 225px;
	z-index: 2;

}

#big_box {
	float: right;
	width: 692px;
	height: 170px;
	margin: 0 0 0 0;
	position: absolute;
	top: 510px;
	left: 220px;

}
.arrowlistmenu{
	width: 180px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #333;
	margin-bottom: 3px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(tmp/titlebar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(tmp/titlebaractive.gif);
	color: #000;
	font-size: 1em;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	height: 30px;
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}

.arrowlistmenu ul li a{
	color: #333; /*custom bullet list image*/
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(tmp/titlebaropen.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
}
.menuheader a {
	text-decoration: none;
	color: #333;
}
.menuheader a:hover {
	text-decoration: none;
	color: #900;
}
.menuheader.expandable:hover {
	color: #900;
}

