* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	color:#000;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height:24px;
	background:#FFF;
}

table {
	border-collapse:collapse;
}

	table td {
		vertical-align:top;
	}

a {
	color:#000;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#3B9914;
	text-decoration:none;
}
	
#main {
	width:660px;
	margin:0 auto;	
}

	#header {
		height:226px;
		position:relative;
	}
	
		#header h1 {
			font-weight:normal;
		}
		
			#header h1 span {
				position:absolute;
				left:0;
				display:block;
			}
		
			#header h1 .name {
				top:85px;
				color:#3D3D3D;
				font-size:40px;
			}
			
			#header h1 .profession {
				top:132px;
				color:#3B9914;
				font-size:22px;
				text-transform:lowercase;
			}			
			
			
	
	#content {
	}
	
		.content-container {
			margin:0 0 45px 0;
		}
		
			.content-container h2 {
				margin:0 0 15px 0;
				padding:0 0 5px 0;
				color:#3B9914;
				font-size:18px;
				font-weight:normal;
				border-bottom:1px solid #000;
			}
			
			.content-container h3 {
				font-size:14px;
				font-weight:normal;
			}
			
			.content-container table td.label {
				width:145px;
			}
			
			.content-container table td.value {
				color:#666;
			}

			/* work */
			#content-work {
			}	
			
				#content-work h3 {
					position:relative;
				}
				
					#content-work h3 a {
						display:block;
						position:absolute;
						top:0;
						left:200px;
					}
			
				#content-work p {
					margin:0 0 25px 0;
					color:#666;
				}
			
			
			
			
			
			
					
			
			
