/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	margin: 9px 0 0 0;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

	#wrapper {
		width: 740px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#header {
			width: 740px;
			height: 67px;
			background: url(../grfx/header_bg.gif) top left no-repeat;
		}
		
			#header img {
				margin: 0 0 0 10px;
				border: 0;
			}
			
		#banner1 {
			width: 740px;
			height: 215px;
			background: url(../grfx/banner1-new.jpg) top left no-repeat;
		}
			
		#banner2 {
			width: 740px;
			height: 204px;
			background: url(../grfx/banner2-new.jpg) top left no-repeat;
		}
			
		#banner3 {
			width: 740px;
			height: 204px;
			background: url(../grfx/banner3-new.jpg) top left no-repeat;
		}
			
		#banner4 {
			width: 740px;
			height: 204px;
			background: url(../grfx/banner4-new.jpg) top left no-repeat;
		}
		
		#banner5 {
			width: 740px;
			height: 204px;
			background: url(../grfx/banner5-new.jpg) top left no-repeat;
		}
		
			
		#content {
			width: 740px;
			background: url(../grfx/content_bg.gif) top left no-repeat;
		}
		
			#content_left {
				width: 710px;
				float: left;
				margin: 5px 0 20px 28px;
			}
			
			* html #content_left {
				margin: 0 0 0 14px;
			}
				
				.bordered td {
					border-bottom: solid 1px #626262;;
				}
				
				#content_left div img {
					padding: 1px;
					margin: 14px 0 14px 0;
					border: solid 1px #626262;
				}
			
			#content_right {
				width: 169px;
				float: right;
				margin: 0 28px 0 0;
			}
			
			* html #content_right {
				margin: 0 14px 0 0;
			}
			
		.news_table  {
			font-size: 0.85em;
			margin-top: 8px;			
		}	
		
		.news_table td {
			vertical-align: top;
		}
		
			
			
		#footer {
			width: 740px;
			padding: 0 0 0 40px;
			height: 56px;
			background: url(../grfx/footer_bg.gif) top left no-repeat;
		}
		
			#footer p.copy {
				padding: 12px 0 0 0;
				color: #545454;
				font-size: 0.75em;
			}
			
			#footer p.links {
				padding: 4px 0 0 0;
				color: #878787;
				font-size: 0.75em;
			}
			
			#footer p.links a {
				color: #878787;
			}