/* CSS Document */

div#canvas, div.canvas {
	margin					: 0 auto 0 auto;
	padding					: 20px 0 30px 0;
	width					: 930px;
}

div.inner_canvas {
	margin					: 0;
}

div#header {
	height					: 160px;
}

img#logo {
	position				: absolute;
	top						: 0px;
	left					: 30px;
	z-index					: 10;
}

h1#slogan {
	position				: absolute;
	top						: 66px;
	left					: 230px;
	display					: block;
	padding					: 9px 0 0 18px;
	width					: 700px;
	color					: #000;
	font-size				: 14px;
	line-height				: 14px;
	font-weight				: normal;
	font-style				: italic;
	letter-spacing:1px;
	background				: url(../images/slogan_bg.gif) no-repeat;
	background-position		: top center;
}

div#keywords {
	position				: absolute;
	top						: 70px;
	left					: 550px;
	width					: 301px;
	height					: 18px;
	color					: #FFFFFF;
	font-size				: 8px;
	line-height				: 18px;
	text-align				: center;
	background				: url(../images/keywords_bg.png) no-repeat;
	background-position		: top center;
	z-index					: 10;
}

div#keywords h2 {
	margin					: 0 3px;
	display					: inline;
	color					: #FFFFFF;
	font-size				: 11px;
	font-weight				: normal;
	font-style				: italic;
}

div#content {
	margin					: 0 auto;
	width					: 916px;
	/*background				: url(../images/content_bg.png) repeat-y;
	background-position		: top center;*/
}

div#inner_content {
	/*height					: auto !important; 		/* real browsers */
	/*height					: 715px; 				/* IE6: treaded as min-height */
	/*min-height				: 715px; 				/* real browsers */
}

div#footer {
	padding					: 0 0 110px 0;
	background				: url(../images/footer_bg.gif) no-repeat;
	background-position		: top center;
}

div#inner_footer {
}

div#info_panel {
	margin					: 0 auto;
	padding					: 9px 20px 0 20px;
	width					: 820px;
	height					: 45px;
	background				: url(../images/info_panel_bg.png) no-repeat;
	background-position		: top center;
}


div#credits {
	float					: left;
	text-align				: left;
	/*background				: url(../images/credits_bg.gif) no-repeat;
	background-position		: top center;*/
}

div#credits h2, div#credits a {
	display					: inline;
	color					: #FFF;
	font-size				: 8px;
	line-height				: 10px;
	letter-spacing			: 0.5px;
	font-weight				: normal;
	text-transform			: none;
}



div#copyrights {
	float					: right;
	text-align				: right;
	/*background				: url(../images/copyrights_bg.gif) no-repeat;
	background-position		: top center;*/
}

div#copyrights h2, div#copyrights a {
	display					: inline;
	color					: #FFF;
	font-size				: 8px;
	line-height				: 10px;
	letter-spacing			: 0.5px;
	font-weight				: normal;
	text-transform			: none;
}

div#validators {
	padding					: 44px 0 0 0;
	text-align				: right;
}

div#validators img {
	margin					: 0 0 0 5px;
}
