@charset "UTF-8";
/* CSS Document */

html {
	
}

body {
	background: url(../img/cv/bg_page.png) top left repeat-x #e6e6e6;
	margin: 0; padding: 0;
	
	text-align: center; /* center for ie5 */
	font-family: HelveticaNeue-Light, Helvetica, Arial, Verdana, sans-serif;
}

#wrapper {
	width: 100%;
	background: url(../img/cv/bg_center.png) top center no-repeat;
	margin: auto;
}

#header {
	margin: auto;
	width: 200px;
	height: 50px;
}

#contentWrapper {
	width: 100%;
	margin: auto;
	margin-top: 50px;
	background: url(../img/cv/bg_body.png) top left repeat;
}

/* IE fix */
* html #contentWrapper {
	background: #fff;
}

#content {
	margin: auto;
	padding-top: 40px;
	width: 740px;
	
}

	#content .leftColumn {
		float: left;
		width: 200px;
		
		text-align: right;
	}
	
	#content .rightColumn {
		float: right;
		width: 500px;
		
		text-align: left;
		font-size: 14px;
		line-height: 1.75em;
		color: #333;
	}
	
	#content .rowDivider {
		clear: both;
		height: 40px;
		
	}
	
	#content .name {
		text-transform: uppercase;
		font-size: 20px;
		line-height: 1.25em;
		/*color: #1c8c7a;*/
		color: #29a69b;
		display: block;
		margin: 0;
		padding: 0;
		padding-bottom: 15px;
	}
	
	#content h1 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 20px;
		line-height: 1.25em;
		color: #73993d;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#content p {
		margin: 0; padding: 0;
		padding-bottom: 15px;
	}
	
	ul {
		list-style-type: square;
		margin-top: 0;
	}
	ol {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	ol li {
		padding-bottom: 20px;
	}
	
	#content a:link, #content a:visited, #content a:active {
		color: #1c8c7a;
		text-decoration: none;
		border-bottom: dotted 1px #1c8c7a;
	}
	#content a:hover {
		outline: 2px solid #43bfb5;
		background: #43bfb5;
		color: #fff;
		border: none;
	}
	
	.date {
		font-weight: bold;
		display: block;
		color: #444;
	}
	.todate {
		font-style: italic;
		color: #444;
	}

#footer {
	clear: both;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	
	text-align: center;
	font-size: 14px;
	color: #333;
}
