html, body {
	height: 100%;
}

body {
	background-color: rgb(183, 175, 157);
	background-image: url("images/bg_shadow.gif");
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: rgb(72, 64, 48);
}

img {
	border: 0px;
   	behavior: url('iepngfix.htc');
}

div#shell {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#main_content {
	text-align: left;
   	padding: 12px;
	background-image: url('images/bg_page.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: rgb(183, 175, 157);
   	border-left: 2px solid rgb(244,241,236);
   	border-right: 2px solid rgb(89,88,87);
   	position: relative;
   	min-height: 500px;
   	/*IE6*/
   	width: 772px;
   	margin-top: -4px;
   	padding-top: 0em;
}

div#header_cell {
	position: relative;
    top: 0px;
   	width: 100%;
   	height: 51px;
   	padding: 0px;
}

img#img_header {
	width:800px;
	height:51px;
}

img#img_footer {
	width: 100%;
	height: 100%;
}

div#prev_next {
	clear: both;
}

div.prev {
	float: left;
}

div.next {
	float: right;
}

div#copyright {
	clear: both;
	text-align: right;
	position: relative;
	top: 2em;
}

div#footer_cell {
	height: 34px;
	width: 800px;
	background: url('images/footer_poseworks.jpg') no-repeat;
	padding: 0px;
	margin: 0px;
}

div#back_path {
	font-size: 8pt;
	text-align: right;
	position: relative;
	right: 32px;
	top: -1em;
}

h1 {
	font-size: 20pt;
	font-weight: normal;
	color: rgb(55, 41, 9);
	background-image: url("images/bg_underscore.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 4px;
	margin-bottom: -0.3em;
	margin-top: 0em;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	color: rgb(55, 41, 9);
	background-image: url("images/bg_underscore.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
	margin-top: 0em;
}

h2 a {
	font-weight: normal;
}

h2 a:hover {
	color: rgb(0, 233, 254);
}

a {
	color: rgb(55, 41, 9);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(0, 233, 254);
	text-decoration: underline;
}

a:active {
	color: rgb(0, 233, 254);
}

div.floating_menu {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-left: 16px;
	margin-bottom: 4px;
	width: 224px;
}

div.floating_menu_header {
	width: 224px;
	height: 17px;
	background-image: url("images/menu_top.gif");
	background-repeat: no-repeat;
	color: rgb(208,208,208);
	font-size: 8pt;
   	text-align: center;
   	text-transform: uppercase;
   	letter-spacing: 0.1em;
   	padding-top:2px;
}

div.floating_menu img {
	width: 200px;
   	height: 200px;
   	margin-left: 6px;
   	margin-top: 3px;
}

div.floating_menu p {
	margin-left: 6px;
   	margin-top: 2px;
   	font-style: italic;
   	color: rgb(208,208,208);
   	margin-bottom: 3px;
}

div.floating_menu_body {
	width: 213px;
   	background-color: rgb(132, 130, 124);
	margin: 0em;
	padding: 0em;
	margin-top: -2px;
   	margin-left: 9px;
	color: white;
	padding-top: 3px;
	padding-bottom: 4px;
	list-style-type: none;
}

div.floating_menu_body a {
	color: white;
   	display: block;
   	padding-left: 9px;
   	padding-top: 0.25em;
   	padding-bottom: 0.25em;
}

div.floating_menu_body a:hover {
	background-color: black;
   	color: rgb(0, 233, 254);
   	text-decoration: none;
}

div.news_box {
	padding-top: 5px;
   	padding-left: 5px;
   	padding-right: 5px;
   	padding-bottom: 2px;
   	background-color: rgb(244,241,236);
   	background-image: url('images/bg_news.png');
   	background-repeat: repeat-x;
   	background-position: top;
   	border-style: solid;
   	border-color: rgb(105,104,99);
   	border-width: 0px;
   	border-top-width: 3px;
	margin-top: 1em;
	margin-bottom: 1em;
	min-height: 8em;
}


div.indent {
	clear: left;
   	margin-bottom: 1em;
}

img.print {
	display: none;
   	visibility: hidden;
}

img.animation {
	border: 0px;
   	margin-right: 1em;
   	float: left;
}

img.illustration {
	border: 0px;
   	margin-right: 1em;
   	float: left;
   	clear: left;
}

div.tutorial img {
	float: left;
   	margin-right: 1em;
}