v@charset "utf-8";

/* ============================================
	about.html
============================================ */

body.about h2 {
}

body.about .message {
	margin: 35px 30px 0;
}
	
	body.about .message .image {
		float: right;
		width: 205px;
		height: 265px;
		text-align: right;
	}
	
	body.about .message .text {
		margin-top: 35px;
		line-height: 1.5;
	}
	
	body.about .message .signature {
		clear: both;
		margin-top: 10px;
		text-align: right;
	}
	
body.about .profile {
	margin: 15px 30px 0;
}

	body.about .profile h3 {
		height: 50px;
		position: relative;

	}
		body.about .profile h3 img {
			position: absolute;
			top: 1px;
			left: -10px;
			z-index: 5;
		}
	
	body.about .profileTable {}
	
		body.about .profileTable th,
		body.about .profileTable td {
			padding: 20px 0;
			border-top: 1px solid #D3D3DE;
			vertical-align: top;
			line-height: 1.5;
		}
			
			body.about .profileTable td a {
				color: #CC6666;
			}

				body.about .profileTable td a:hover {
					text-decoration: none;
				}
					
			body.about .profileTable td dl {
			}

			body.about .profileTable td dt {
				width: 105px;
				margin-top: -1.5em;
				position: relative;
				top: 1.5em;
			}

			body.about .profileTable td dd {
				margin-left: 115px;
				margin-bottom: 1.5em;
			}
			
			body.about .profileTable td .blanch dd {
				margin-bottom: 0;
			}
			
			
