* {
margin:0px;
padding:0px;
}

/* HEADER
======================================*/
#header {
width:100%;
height:160px;
background:url() repeat-x #;
margin:auto;
}

#header_inner {
width:778px;
height:160px;
background:url(images/header.jpg) no-repeat;
margin:0px auto;
position:relative;
}



/* NAVIGATOR
======================================*/
.navigator {
width:778px;
height:32px;
background:url(images/bg_navin2.jpg) repeat-x;
}

/* BODY
======================================*/
#mainMaster {
width:100%;
margin:0px auto 0px;
background:url(images/bg_main_body.jpg) repeat-x #e0dbcb top;
}

#main {
position:relative;
width:778px;
margin:0px auto;
background-color:#ffffff;
}

#bodyContent {
position:relative;
width:778px;
margin:14px auto 0px;
background-color:#ffffff;
}

#lcol {
position:relative;
width: 535px;
float: left;
background-color:#ffffff;
}

#lcol p
{
font-size: 12px;
line-height: 16px;
margin: 0px;
}

#lcontent {
position:relative;
padding:0px 14px 0px 14px;
background-color:#ffffff;
}

#boxServices {
width:478px;
height:170px;
position:relative;
background-color:#fcfcfc;
border:dashed 1px #e8f3f9;
}

#boxServicesContent p {
margin:5px;
}
#boxServicesContent {
width:100%;
position:relative;
padding:4px;
}

#rcol {
position:relative;
margin-left:524px;
width:240px;
background-color:#ffffff;
}

#rcontent {
position:relative;
padding:0px;
}

.spacer {
width:100%;
height:100px;
background:#ffffff;
display:table;
}

/* Footer
======================================*/
	#footerMaster {
	position:relative;
	text-align:right;
	margin:auto;
	width:778px;
	height:99px;
	background:url(images/footr.jpg) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	clear:both;
	}

	a.footer:link, a.footer:visited {
	text-decoration:none;
	color:#FF0000;
	}
	a.footer:hover {
	text-decoration:underline;
	color:#ffffff;
	/*background-color:#333333;*/
	}
	.footrLine {
	padding:20px;
	padding-top:0px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	/*visibility:hidden;*/
	}
	.footrCopyright {
	position:relative;
	color:#797567;
	padding:15px;
	}
