/* CSS Document */
.canvas {
	position				: relative;
	margin					: 0 auto 0 auto;
	padding					: 0;
	width					: 946px;
}

img#logo {
	position				: absolute;
	top						: 30px;
	left					: 15px;
	z-index					: 10;
}

div#header {
	height					: 0px;
}

div#inner_header {
}

div#content {
	background				: url(../images/content_bg.jpg) no-repeat center top;
}

div#inner_content {
	padding					: 120px 0 0px 0;
}

div#inner_content_header {
	height					: 75px;
	background				: url(../images/inner_content_header_bg.png) no-repeat center top;
}

div#inner_content_body {
	position				: relative;
	padding					: 1px 66px;
	height					: auto !important; 		/* real browsers */
	height					: 520px; 				/* IE6: treaded as min-height */
	min-height				: 520px; 				/* real browsers */
	background				: url(../images/inner_content_body_bg.png) repeat-y center top;
}

div#footer {
	background				: url(../images/footer_bg.jpg) no-repeat center top;
}

div#inner_footer {
	height					: 270px;
	background				: url(../images/inner_footer_bg.png) no-repeat center top;
}

div#credits {
	position				: absolute;
	bottom					: 70px;
	right					: 70px;
	text-align				: right;
}

div#copyrights {
	position				: absolute;
	bottom					: 70px;
	left					: 70px;
	text-align				: left;
}

div#copyrights, div#copyrights *, div#credits, div#credits * {
	display					: inline;
	font-size				: 9px;
	line-height				: 10px;
	font-weight				: normal;
	color					: #000;
}

div#credits a:hover {
	cursor					: pointer;
	text-decoration			: underline;
}
