#wrapper_outer{
	width:770px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
	#header_outer{
		height:132px;
		background:url(../images/header_bg.jpg);
	}
		#page_title{
			float:right;
			padding:100px 10px 0 0;
		}
			#page_title h2{
				color:#fff;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:24px;
				line-height:24px;
			}
			
	#nav_outer{
		background:url(../images/nav_bg.png);
		line-height:29px;
		text-align:center;
	}
		#nav_outer a{
			text-decoration:none;
			color:#fff;
			font-family:Georgia, "Times New Roman", Times, serif;
		}
			#nav_outer a:hover{
				text-decoration:underline;
			}
			
	#content_outer{
		float:left;
		width:768px;
		border:1px solid #000;
		border-top:none;
		border-bottom:none;
		background:url(../images/content_bg.png) no-repeat bottom right;
	}
		#content_outer h2, dt{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:bold;
			font-size:18px;
			color:#711F11;
			line-height:18px;
			border-bottom:1px solid #711F11;
			padding-top:5px;
		}
		#content_outer dd{
			line-height:16px;
			padding:4px 0 4px 20px;
			background:url(../images/bullet.gif) no-repeat;
		}
		#content_outer a{
			color:#006699;
		}
		#content_outer p{
			padding:10px 0;
			text-align:justify;
			line-height:18px;
		}
		#main_content_outer{
			float:left;
			width:514px;
		}
			#main_content_inner{
				padding:10px;
				padding-right:0;
			}
		#side_bar_outer{
			float:right;
			width:243px;
		}
			#side_bar_inner{
				padding:10px 10px 200px 0;
			}

#footer_outer{
	clear:both;
	border:1px solid #000;
	text-align:center;
	line-height:29px;
	color:#fff;
	background:url(../images/footer_bg.png);
}
	#footer_outer a{
		color:#fff;
	}