/*Spa Tech Job Portal CSS*/

body {
	margin:30px auto auto auto; 
	text-align:center;
	background: #FFF;
	color : 000;
	width:900px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

iframe {
	border:0;
	padding:0;
	margin:0;
	width:100%;
	height:100%;
}

#contentPane {
	width:780px;
	height:801px;
	margin:auto;
	padding:0;
	overflow:visible;
	background:url(../images/leftBar2.jpg);
	background-repeat:no-repeat;
}

.frameHolder {
	height:758px;
	width:100%;
	position:relative;
	margin:0;
	padding:0;
	top:3px;
	left:155px;
	border:1px solid #D7F2FD;
}


#LogoBox {
	width: 903px;
	height:200px;
	position:relative;
	top:12px;
	left:-133px;
	background-image:url(../images/Lady2.jpg);
}

#MainNav {
	position:relative;
	float:left;
	bottom:7px;
	width:75%;
	height:2em;
	background-color:white;
	text-align:left;
}

#MainNav a, a:link {
	text-decoration:none;
	display:inline;
	padding-left:30px;
	font-size:18px;
	color:#065F84;
	font-weight:bold;
	vertical-align:middle;
	padding-top:3px;
}

#MainNav a:hover {
	color:#9ACB3C;
}

#iFrameContent {
	width:97%;
	height:500px;
	margin: auto;
	position:relative;
	top:20px;
}

#ContactUs {
	width:875px;
	height:25px;
	position:relative;
	border:1px solid white;
	background-color:#B6DA72;
	top:-30px;
	left:50px;
	text-align:right;
}

#ContactUs a, a:link {
	padding-right:20px;
	color:#065F84;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

#ContactUs a:hover {
	color:#FFFFFF;
}

#copyright {
	width:780px;
	height:30px;
	position:relative;
	top:-10px;
	left:150px;
	text-align:right;
	color:#0B9EDD;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}