html{
}
	a{
		color:#0b8173;
		text-decoration:none;
	}
	a:hover{
		color:#086455;
		text-decoration:underline;
	}
	form{
		margin:0;
	}
body{
	margin:0;
	background:#000;
	background-image:url(../image/bg_main.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
}
	#wrapper{
		margin:26px auto 0 auto;
		width:700px;  /* page width */
		background:#000;
		height:700px;
		text-align:left;
	}
		#header{
			height:130px;
		}
		#content{
			background-image:url(../image/content/bg_content.gif);
			background-repeat:no-repeat;
			background-position:right;
			background-color:#313184;
			height:471px;
		}
			#content #main_picture{
				height:228px;
				text-align:right;
			}
			#content #main_navbar{
				height:35px;
				padding:5px 0 0 38px;
			}
			#content #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;
					}
			#content #attorneys{
				text-align:center;
			}
				#content #attorneys td{
					background-color:#000;
				}
					#content #attorneys td img{
						width:132px;
						height:132px;
						margin:10px;
						border:none;
					}
		#footer{
			height:99px;
		}