/*-----------------------------------------------------------------------------------------------------------*/
/*LAYOUT SYLES ----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/
/* Page Wrapper START */
DIV#page-wrapper {
	margin: 0px auto;
	padding: 0px 0px 0px 25px;
	width: 718px;
}
/* Page Wrapper END */

/* Inner Page Wrapper START */
DIV#inner-page-wrapper {
	padding: 0px;
	width: 668px;
}
/* Inner Page Wrapper END */

/* Content Wrapper START */
DIV#content-wrapper {
	padding: 260px 0px 0px 0px;
}
/* Content Wrapper END */

/* Header START */
DIV#header {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 693px;
	height: 260px;
}
/* Header END */

/* Footer START */
DIV#footer {
	width: 666px;
}
/* Footer END */
/*-----------------------------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------------------------------*/
/*APPEARANCE SYTLES -----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL TAGS START -----------------------------------------------*/
BODY {
	margin: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background-image: url('../images/body-bgd.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
H1 {
	margin: 0px;
	padding: 0px 0px 13px 0px;
	line-height: 1.3em;
	font-size: 1.4em;
	font-weight: normal;
	color: #782a03;
}
H2 {
	margin: 0px;
	padding: 0px 0px 17px 0px;
	font-size: 0.8em;
}
/* GLOBAL TAGS END -------------------------------------------------*/

/* GLOBAL BLOCKS START ---------------------------------------------*/
/* Page Wrapper START */
DIV#page-wrapper {
	position: relative;
	background-image: url('../images/page-wrapper-bgd.gif');
	background-position: 0px 107px;
	background-repeat: no-repeat;
}
/* Page Wrapper END */

/* Main Content START */
DIV#main-content {
	padding: 0px;
	border-left: 1px solid #c66535;
	border-right: 1px solid #c66535;
}
DIV#main-content P {
	margin: 0px;
	padding: 0px 0px 17px 0px;;
	line-height: 1.4em;
	font-size: 0.7em;
}
DIV#content-left {
	padding: 31px 47px 0px 27px;
	float: left;
	width: 375px;
	color: #696969;
}
DIV#content-right {
	padding: 10px 32px 0px 6px;
	float: right;
	width: 179px;
}
DIV#content-right P {
	font-size: 0.7em;
}
DIV#content-right P A {
	margin: 0px 0px 0px 3px;
	padding: 7px 0px 0px 39px;
	display: block;
	width: 133px;
	height: 33px;
	background-image: url('../images/pdf-cta.gif');
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #2e1a04;
}
DIV#content-right P A:hover {
	text-decoration: underline;
}
/* Main Content END */

/* Sub Content START */
DIV#sub-content {
	padding: 2px 0px 0px 11px;
	background-image: url('../images/sub-content-bgd.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-left: 1px solid #c66535;
	border-right: 1px solid #c66535;
}
DIV#sub-content P {
	margin: 0px;
	font-size: 0.7em;
}

DIV#info {
	padding: 11px 25px 0px 16px;
	background-image: url('../images/sub-cont-top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 603px;
	background-color: #ffba60;
}
DIV#info P {
	padding: 0px 0px 16px 0px;
	line-height: 1.4em;
}
DIV#info P#last-para {
	padding-bottom: 14px;
}
DIV#info-bottom {
	background-image: url('../images/sub-cont-bot.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 644px;
	height: 8px;
}
/* Sub Content END */

/* Header START */
DIV#header {
	background-image: url('../images/header-bgd.gif');
	background-position: 25px 75px;
	background-repeat: no-repeat;
}
DIV#header P {
	margin: 0px;
}
DIV#header P#bettercv-logo {
	padding: 0px 0px 0px 25px;
	float: left;
}
DIV#header P#contact-link {
	margin: 18px 0px 0px 0px;
	padding: 12px 0px 0px 17px;
	float: right;
	width: 84px;
	height: 45px;
	background-image: url('../images/tab-bgd.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.7em;
}
DIV#header P#contact-link A {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #686868;
}
DIV#header P#contact-link A:hover {
	text-decoration: underline;
}
/* Header END */

/* Footer START */
DIV#footer {
	border-left: 1px solid #c66535;
	border-right: 1px solid #c66535;
	border-bottom: 1px solid #c66535;
}
DIV#footer P {
	margin: 0px;
	font-size: 0.7em;
}
/* Footer END */
/* GLOBAL BLOCKS END -----------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------*/

/* GLOBAL UTILITIES START ------------------------------------------*/
DIV.visual-clear {
	clear: both;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
}
/* GLOBAL UTILITIES END --------------------------------------------*/



