
/*----- basic styling -----*/
* {
	margin: 0;
	padding: 0;
}

body  {
	background: #000000 url(../_images/resumeTile.gif) repeat-x left top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

.container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	height: 210px;
	background: url(../_images/resume_topFlames.jpg) no-repeat top center;
	overflow:visible;

} 

/* ---------- ad Campaign Page Styles ---------- */

#adCampaign .container #adTitle{
}

#adTitle h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 19px;
	line-height: 51px;
	font-weight: normal;
	color: #6db18f;
}

#adTitle h2 {
	font-size: 13px;
	color: #dbdbdb;
	border-left: 3px solid #796a67;
	padding-left: 10px;
	font-weight: normal;
}

#adTitle h2 strong{
	font-weight: bold;
	color: #fff;
}

#adUnit {
	padding: 20px 0 20px 0;
}

.adLinks {
	float: left;
	width: 180px;
}

.adLinks h3 {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.adLinks ul{
	margin-top: 10px;
	font-size: 12px;
	list-style: none;
	float: left;
	line-height: 18px;
	color: #dbdbdb;
}
.adLinks ul li a{
	background: url(../_images/arrow_footer.gif) no-repeat left center;
	padding-left: 10px;
	color: #dbdbdb;
	text-decoration: none;
}

.adLinks ul li a:hover{
	background: url(../_images/arrow_footer_white.gif) no-repeat left center;
	color: #796a67;
	text-decoration: none;
}


.clear {
	clear: both;
}

