/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color: #FFFFFF;
	line-height:21px;
	}

ul{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	}

a:link{
	text-decoration: none;
	color:#000;
	}
	
a:visited{
	text-decoration: none;
	color:#000;
	}
	
a:hover{
	text-decoration: none;
	color:#A6381D;
	}
	
/* Page Layout */
#wrapper{
	height:600px;
	width: 760px;
	margin:auto;
	}
	
#header{
	width:760px;
	height:30px;
	background-color:#660000;
	}

.image{
	width:760px;
	height:175px;
	}

.imagebio{
	width:175px;
	height:175px;
	}
	
#livearea{
	width:760px;
	height:510px;
	background-color:#001729;
	}

.tag{
	margin:0 0 5px 0;
	}
	
.main, .soda{
	float:right;
	width:443px;
	height:290px;
	margin:25px 10px 0 0;
	overflow:auto;
	padding:0 15px 0 0;
	}

.main2{
	float:right;
	width:443px;
	height:auto;
	margin:25px 10px 0 0;
	overflow:auto;
	padding:0 15px 0 0;
	}
	
.mainpractice{
	float:right;
	height:282px;
	width:540px;
	margin:21px 20px 0 0;
	padding: 0 15px 0 0;
	overflow:auto;
	
	}

.bio{
	float:right;
	height: 472px;
	width:540px;
	line-height:18px;
	margin:-160px 15px 0 0;
	padding: 0 15px 0 0;
	overflow:auto;
	}

.main p, .bio p, .main2 p{
	margin: 10px 0 0 0;
	}

.main a, .bio a:hover, .main2 a{
	font-size:10px;
	color: #FFF;
	}

.main a:hover, .bio a, .main2 a:hover{
	font-size:10px;
	color: #3D5C70;
	}


.disclaim a, .soda a{
	color: #FFF;
	}
	
.disclaim a:hover, .soda a:hover{
	color: #3D5C70;
	}
	
.logo{
	float:right;
	clear:right;
	width:90px;
	margin: 228px 25px 0 0;
	}
	
.best{
	float:left;
	width:89px;
	height:89px;
	margin:127px 0 0 25px;
	}

.best2{
	float:left;
	width:89px;
	height:89px;
	margin:32px 0 0 25px;
	}

.primerus{
	height:100px;
	width:89px;
	margin:8px 0 0 0;
	}
	
.highlight{
	color: #3D5C70;
	}

.right{
	text-align:right;
}

.right_highlight{
	text-align:right;
	color: #3D5C70;
	font-size:10px;
}

.left{
	text-align:left;
}
	
/* Navigation */

#navigation{
	width:760px;
	height:30px;
	background-color:#660000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99946E;
	}

#nav{
	width:150px;
	padding: 0 0 0 25px;
	font-size:10px;
	line-height:18px;
	}

#nav a{
	color: #99946E;
	}

.lead{
	line-height:12px;
	margin: 0 0 6px 0;
	}

.disclaim{
	float:right;
	width:443px;
	height:290px;
	margin:25px 10px 0 0;
	overflow:auto;
	padding:0 15px 0 0;
	}
	
/* Footer */


#footer{
	height:30px;
	width:760px;
	background-color: #99946E;
	}
	
.footerl{
	float:left;
	font-size:8px;
	letter-spacing:2px;
	line-height:30px;
	color: #001729;
	margin:0 0 0 25px;
	}
	
.footerr{
	float:right;
	font-size:8px;
	letter-spacing:2px;
	line-height:30px;
	color: #001729;
	margin: 0 25px 0 0;
	text-align:right;
	}
	
.footerr a, #popfooter a{
	color:#001729;
	}
	
.footerr a:hover, #nav a:hover, #popfooter a:hover{
	color:#FFFFFF;
	}


/* Pop up */

.pop{
	width:300px;
	height:450px;
	background-color:#001729;
	margin: -10px 0 0 -10px;
	}

.popcopy{
	width:250px;
	height:400px;
	margin:auto;
	padding:15px 0 30px 0;
}
	
#popfooter{
	height:30px;
	width:300px;
	font-size:8px;
	text-align:center;
	letter-spacing:2px;
	line-height:30px;
	background-color: #99946E;
	}

/* IE 6 Hacks */

*html .main{
	margin:25px 10px 0 0;
	}

*html .main2{
	margin:25px 10px 0 0;
	}
	
*html #nav{
	float:left;
	margin: 15px 0 0 0;
	}

*html .mainpractice{
	margin:21px 10px 0 0;
	}

*html .bio{
	float:right;
	height: 472px;
	width:540px;
	line-height:18px;
	margin:-160px 5px 0 0;
	}
		
*html .logo{
	margin: 228px 10px 0 0;
	}

*html .best2{
	float:left;
	width:89px;
	height:89px;
	margin:18px 0 0 25px;
	}

*html .primerus{
	height:100px;
	width:89px;
	margin:10px 0 0 0;
	}
	
*html .footerr{
	margin: 0 10px 0 0;
	}

*html .footerl{
	margin:0 0 0 10px;
	}