body {
	background-image:url(/images/bg.gif);
	background-repeat:no-repeat;
}

#outer, #wrapper { background:none; }

/* << ----------------//  navigation //---------------->> */
#left { 
	width: 255px;
}

#nav ul li {
	background: no-repeat url(/images/navBG.png);
	margin:0 0 14px 0;
	height:35px;
	width:254px;
}

#nav ul li a{
	margin:5px 0 0 5px;
	width:254px;
	font-size: 15px;
	letter-spacing:2px;
}

#nav .subnav_practice { left:255px;
	width:210px;  }
#nav .subnav_practice li {
	background:none;
	height:auto;
	width:200px;
	margin:0;
	padding:0;
}
#nav .subnav_practice li a {
	text-transform:none;
	letter-spacing:normal;
	border-top:1px solid #334147;
	color:#B6CBD5;
	width:176px;
	display:block;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px 5px 10px;
}
#nav .subnav_practice li.last a { 	border-bottom:1px solid #334147; }


/* << ----------------// Middle column //---------------->> */

#middle {
	width:725px;
	color:#ffffff;
	display:block;
	background:none;
}

#divText { clear:both; overflow:auto; margin-top:22px; }

#divTitles, #divInfo {
	float:left;
}
#divTitles {
	padding-right:15px;
	text-align:right;
}
#divTitles h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:0;
	margin:0;
	text-transform:none;
	letter-spacing:2px;
	font-weight:normal;
	font-size:40px;
}
#divTitles h2 {
	font-size:23px;
}
#divInfo {
	border-left:1px solid #4A6774;
	padding-left:15px;
	color:#AFC6D1;
	line-height:25px;
	font-size:1.1em;
	width:365px;
}