
/* -- resume ad --*/
#resume-ad {
	width: 900px;
	height: 300px;
	border: solid 2px #cdd2d6;
}

#resume-ad td {
	font: bold 12px arial;
	text-align: justify;
	vertical-align: top;
}
#resume-ad .spacer-hor {
	height: 5px;
	line-height: 5px;
}
#resume-ad .spacer-ver {
	width: 5px;
}
#resume-ad .col-left {
	background: #edf0f5;
	color: #000;
	padding: 10px;
}
#resume-ad .col-right {
	width: 350px;
	background: #f2f2ea;
	font: bold 11px arial;
	color: #000;
	border: solid #FFF;
	border-width: 0px 0px 0px 1px;
	padding: 10px;
}
#resume-ad .col-left-footer {
	background: #406c8f;
	text-align: center;
	padding: 5px 0px;
}
#resume-ad .col-left-footer a {
	font: bold 11px arial;
	color: #FFF;
	text-decoration: none;
	padding: 0px 30px;
}
#resume-ad .col-right-footer {
	background: #8b8b65;
	text-align: center;
	color: #828273;
	border: solid #FFF;
	border-width: 0px 0px 0px 1px;
	padding: 5px 0px;
}
#resume-ad .col-right-footer a {
	font: bold 11px arial;
	color: #FFF;
	text-decoration: none;
}


/* -- left column -- */
#resume-ad .col-left h1 {
	font: bold 20px arial;
	text-align: left;
	color: #0076d3;
	padding: 0px;
	margin: 0px;
}
#resume-ad .col-left h2 {
	font: bold 17px arial;
	padding: 0px;
	margin: 15px 0px;
}


/* -- right column -- */
#resume-ad .col-right h2 {
	font: bold 12px arial;
	color: #9f8700;
	padding: 0px;
	margin: 0px;
}