/* CSS Document */

html {
	background: url(../grfx/html_bg.gif) top left repeat;
	height: 800px;
}

body {
	background: url(../grfx/body_bg.gif) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #878787;
	text-align: justify;
	line-height: 1.65em;
	margin:0px auto;
}

	#outer_wrapper {
		background: url(../grfx/outer_wrapper_bg.png) top center repeat-y;
		width: 952px;
		margin-left:auto;
		margin-right:auto;
	}
	
		#wrapper {
			width: 938px;
			margin-left:auto;
			margin-right:auto;
		}
		
			#banner {
				background: url(../grfx/banner2.jpg) top left no-repeat;
				width: 938px;
				height: 202px;
				padding-top: 26px;
			}
			
			#flash-banner {
				width: 935px;
				margin-left: 1px;
			}
				
			#content {
				background: url(../grfx/content_bg.gif) bottom center no-repeat;
				width: 938px;
				padding: 28px 0 32px 0;
				min-height: 350px;
				height: auto !important;
				height: 350px;
			}
			
			*:first-child+html #content {
				margin: 0 0 -5px 0;
			}
			
				#content_left {
					float: left;
					width: 620px;
					margin: 0 0 0 55px;
					display:inline;
				}
				
				*html #content_left {
					margin: 0 0 0 27px;
				}
				
					#content_left ul {
						margin-left: 35px;
					}
					
						#content ul li {
							list-style: disc;
							line-height: 1.65em;
							font-size: 0.85em;
							color: #676565;
						}							
				
				#content_right {
					float: right;
					width: 200px;
					text-align: center;
					margin: 0 27px 0 0;
					display:inline;
				}
				
			
				
	#footer {
		background: url(../grfx/footer_bg.png) top left no-repeat;
		width: 952px;
		height: 70px;
		margin: 0 auto;
			position: relative;
	}
	
		#footer p {
			float: right;
			margin: 34px 106px 0 0;
			padding: 0;
			color: #d1d1d1;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.70em;
		}
		
		#footer p span {
			color: #fff;
		}
		
		#footer p a {
			color: #d1d1d1;
			text-decoration: none;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
		
		#footer img {
			border: none;
			position: absolute;
			top: 24px;
			right: 28px;
		}
