@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html {
	background: url(../grfx/body_bg.gif) top left repeat;
}

body {
	background: url(../grfx/html_bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
}

	#wrapper {
		width: 986px;
		margin-left: auto;
		margin-right: auto;
		background: url(../grfx/wrapper_bg.png) top center repeat-y;
		z-index: 100;
		margin-bottom: -63px;
		padding: 0 0 1px 0;
		position: relative;
		z-index: 10;
	}
	
		#header {
			width: 972px;
			height: 99px;
			margin-left: auto;
			margin-right: auto;
			background: url(../grfx/header_bg.gif) top left no-repeat;
		}
		
			#header img {
				margin: 17px 0 0 25px;
				border: 0;
			}
			
		#banner {
			width: 972px;
			height: 308px;
			margin-left: auto;
			margin-right: auto;
		}
		
		#content {
			width: 970px;
			margin-left: auto;
			margin-right: auto;
			background: url(../grfx/content_bg.gif) bottom left repeat-x #f0f8fe;
		}
		
			#content #content_left {
				float: left;
				width: 283px;
				background: url(../grfx/content_left_bg.gif) top left repeat-x #9c9c9c;
			}
			
				#content_left img.featured {
					margin: 9px 25px 9px 25px;
					border: 0;
				}
				
				#content_left ul {
					width: 283px;
					font-size: 0.95em;
					margin: -5px 0 9px 0;
				}
				
				#content_left li {
					list-style-image: url(../grfx/bullet.gif);
					width: 231px;
					margin: 0 0 0 52px;
					padding: 2px 0 2px 0;
					color: #fff;
					font-size: 0.95em;
				}					
			
			#content #content_right {
				float: right;
				width: 687px;
				background: url(../grfx/content_right_bg.gif) top left repeat-x;
			}
			
#footer {
	background: url(../grfx/footer_bg.gif) top left repeat-x;
	height: 134px;
	position: relative;
	z-index: 1;
}
			
	#footer_content {
		background: url(../grfx/footer_content_bg.gif) top left no-repeat;
		width: 990px;
		height: 134px;
		text-align: center;
		font-size: 0.85em;
		margin-left: auto;
		margin-right: auto;
	}
	
		#footer_content p.footer_links {
			color: #77dffb;
			padding: 70px 0 0 0;
		}
		
			p.footer_links a {
				color: #77dffb;
				padding: 0 2px 0 2px;
				text-decoration: none;
			}
			
			p.footer_links a:hover, p.footer_copy a:hover {
				text-decoration: underline;
			}
			
		#footer_content p.footer_copy {
			color: #3399ff;
		}
		
			p.footer_copy a {
				color: #3399ff;
				padding: 0 2px 0 2px;
				text-decoration: none;
			}
