/* Browne Law Cascading Style Sheet */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.5;
	color:#666666;
	background:url('img/nav_bar.png') repeat-x;
	background-position:0px 148px;	
}

a {
	text-decoration:none;
	color:#666666;
}

#page_wrapper {
	width:960px;
	margin:auto;
}

#header_wrapper {
	height:140px;
}

#body_wrapper {
	width:960px;
	margin:auto;
	min-height:400px;
}

#footer_wrapper {
	padding-top:50px;
	width:960px;
	margin:auto;
}

#logo {
	float:left;
}

#nav_bar {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	background:url('img/nav_bar.png') repeat-x;
	height:63px;
	color:#FFFFFF;
}

.nav_button {
	float:left;
	width:165px;
	height:50px;
	padding-top:13px;
	padding-left:12px;
	text-align:left;
	background:url('img/nav_divider.png') right no-repeat;
}

#nav_bar .generic_wrapper a {
	color:#FFFFFF;
}


.nav_bold {
	font-size:14px;
	font-weight:bold;
}

.nav_small {
	font-size:10px;
}

.left_col {
	float:left;
	width:607px;
}

.right_col {
	float:right;
	width:280px;
}

.title {
	font-size:28px;
}

.subtitle {
	font-size:14px;
}

.align-right {
	text-align:right;
}

.clear_both {
	clear:both;
}