/* CSS Document */
div.cvContent {
	width: 650px;
	background-color:#FFFFFF;
	border: 1px;
	border-style: solid;
	border-color: #999999;	
	margin:20px;
	padding:15px;
	color:#333333;
	
	min-height: 400px;
    height:auto !important;
    height:400px; 	
}

div.cvContent a {
	color:#000000;
}



div.cvContent p {
	line-height: 18px;
}

div.cvContent h1 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #C82622;
	vertical-align: top;
	margin: 10px 0px 0px 0px;	
}



img.photoFloatLeft {
	float: left;
	margin: 2px 10px 0px 0px;
	border: solid 1px #999999;		
}

 table.workshop {
 	border: 1px;
	border-style: solid;
	border-color: #999999;	
	
	background-color: #ffffff;
	padding:10px; 
	width: 650px;
	vertical-align:top;
 }
 
 table.workshop td.header1{ 	
	background-color:#EAEAEA;
	width: 110px;	
} 
 
 table.workshop td.header{ 	
	background-color:#EAEAEA;
	width: 530px;	
}

 table.workshop td.norm1{ 	
	width: 110px;	
} 
 
 table.workshop td.norm{ 	
	width: 530px;	
}

 ul {
	list-style-image: url(../images/construction/bullet.gif);
	margin-top: 3px;
}

 ul.moreSpace {
	list-style-image: url(../images/construction/bullet.gif);
	margin-top: 3px;
}

ul.moreSpace li {
  margin: 15px 3px 3px 3px; 
}

 li {
  margin: 3px 3px 3px 3px; 
}

 ul.noBullet {
	list-style-type: none;
}

strong {
	color: #333333;
}