@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../_images/_backgrounds/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #e9e9e9;
	color: #404041;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link, a:active, a:visited {
	color: #404041;
	text-decoration: underline;
}

a:hover {
	color: #404041;
	text-decoration: none;
}

#container {
	width: 1000px;
}

	#container #navigation {
		position: relative;
		width: 1000px;
		height: 1px;
	}
	
		#container #navigation #nav_flash {
			position: absolute;
			width: 1000px;
			height: 368px;
		}
		
	#container #content {
		width: 1000px;
		margin-top: 350px;
	}
	
	#container #footer {
		clear: both;
		width: 1000px;
		min-height: 62px;
		padding-top: 20px;
		margin-bottom: 50px;
	}
	
		#container #footer #footer_left {
			float: left;
			width: 290px;
			margin-left: 15px;
		}
		
			#container #footer #footer_left #logo_left {
				float: left;
				margin-top: 15px;
			}

			#container #footer #footer_left #logo_right {
				float: right;
				height: 62px;
				min-height: 62px;
				max-height: 62px;
			}
		
		#container #footer #footer_right {
			float: right;
			margin-right: 15px;
			margin-top: 10px;
		}
		
			#container #footer #footer_right #footer_right_background {
				background-image: url(../_images/_backgrounds/footer_rounded.png);
				background-repeat: no-repeat;
				background-position: center top;
				width: 632px;
				max-width: 632px;
				min-width: 632px;
				height: 46px;
				max-height: 46px;
				min-height: 46px;
			}
			
				#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper {
					float: right;
					width: 310px;
				}

					#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper #footer_right_rules {
						padding-top: 23px;
						padding-right: 15px;
						text-align: right;
						font-size: 77%;
					}
					
						#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper #footer_right_rules a:link, 
						#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper #footer_right_rules a:active, 
						#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper #footer_right_rules a:visited {
							color: #404041;
							text-decoration: none;
						}
	
						#container #footer #footer_right #footer_right_background #footer_right_rules_wrapper #footer_right_rules a:hover {
							color: #404041;
							text-decoration: underline;
						}
					

				#container #footer #footer_right #footer_right_background #footer_text {
					padding-top: 8px;
					padding-left: 15px;
					padding-right: 15px;
					font-size: 77%;
					color: #404041;
				}
					
					#container #footer #footer_right #footer_right_background #footer_text a:link, 
					#container #footer #footer_right #footer_right_background #footer_text a:active, 
					#container #footer #footer_right #footer_right_background #footer_text a:visited {
						color: #404041;
						text-decoration: none;
					}

					#container #footer #footer_right #footer_right_background #footer_text a:hover {
						color: #404041;
						text-decoration: underline;
					}
					