html{
}
	a{
		color:#FFF;
		text-decoration:none;
		}
	a:hover{
		color:#FFF;
		text-decoration:underline;
		}
	form{
		margin:0;
		}
body{
	margin:0px;
	background:#000;
	background-image:url(../image/bg_main.gif);
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	}
	#wrapper{
		margin:26px auto 0 auto;
		width:700px;  /* page width */
		background:#000;
		text-align:left;
		position:relative;
		}
		#header{
			height:130px;
			position:relative;
			}
		#content{
			background-image:url(../image/content/bg_content.gif);
			background-repeat:no-repeat;
			background-position:top right;
			background-color:#313184;
			padding:0px 20px 10px 20px;
			width:660px;
			min-height:461px;
			position:relative;
			}
			#page_title {
				text-align:center; 
				width:100%;
				}
			#main_picture{
				height:228px;
				text-align:right;
				}
			#main_navbar{
				height:35px;
				padding:5px 0 0 38px;
				}
			#main_content{
				padding:5px 0 0 38px;
				}
				#content #main_content td#pic{
					width:50%;
					padding:10px;
					}
					#content #main_content td#pic img{
						border-style:solid;
						border-color:#000;
						border-width:10px;					
						}
				#content #main_content td#text{
					width:50%;
					padding-left:30px;
					}
					#content #main_content td#text span{
						font-weight:bold;
						text-decoration:underline;
						}
			#content #areas{
				text-align:center;
				}
				#content #areas td{
					background-color:#000;
					}
					#content #areas td img{
						width:115px;
						height:115px;
						margin:10px;
						border:none;
						}
				.list_item_container{
					list-style:none;
					}
				.content_title {
					text-align:center;
					text-decoration:underline;
					}
				#profile_container {
					/*height:436px;*/
					margin-top:25px;
					margin-left:75px;
					width:600px;
					font-size:13px;
					}
					#left_col {
						width:220px; 
						float:left;
						}
						#left_col p {
							padding-left:10px;
							padding-right:10px;
							margin-top:0px;
							}
						#profileImg_container {
							width:200px; 
							padding:0px 10px; 
							background-color:black;
							}
							#profileImg_container img{
								margin:15px 0px;
								}
						#profile_credentials {
							background-color:#000; 
							padding-bottom:10px;
							}
							#email {
								text-align:center;
								}
								#email a {
									/*text-transform:uppercase;*/
									color:#FFF; 
									font-weight:bold; 
									}
						#back_link {
							margin-top:25px; 
							margin-bottom:10px; 
							text-align:center;
							}
					#right_col {
						width:360px; 
						/*height:436px;*/ 
						float:right; 
						padding-left:20px; 
						position:relative;
						}
						#right_col img {
							margin-top:5px; 
							margin-bottom:5px;
							}
						#profile_cnt {
							 width:360px; 
							 /*height:400px; 
							 overflow:auto;
							 */
							}
							#profile_cnt .list_title {
								margin-bottom:0px;
								font-weight:bold;
								}
							#profile_cnt ul{
								list-style:none;
								margin-top:0px;
								}
							#profile_cnt ul li{
								padding-bottom:3px;
								}
			#content #attorneys{
				text-align:center;
				}
				/*#content #attorneys td{
					background-color:#000;
					}*/
					#content #attorneys td img{
						margin:10px;
						border:none;
						}
		#footer{
			height:99px;
			}
