﻿/* layout divs */ 

#PageBox {
	position: relative;
	width:770px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background-image: none;
	background-color: #FFFFFF;
}

#mast {
	position: relative;
	left: 0px;
	top: 0px;
	width:770px;
	height: 134px;
	background-image: url(../images/job-seekers-mast.jpg);	
}

#content {
	width:770px;
	height: 438px;
	position: relative;
	top: 0;
	padding: 15px 20px 0px 20px;
	margin: 0px;
}

#footer {
	position: relative;
	top: 0px;
	height: 69px;
	width: 770px;
	background-image: url(../images/footer-bgd.gif);
}

/******* about text box *******/

.temps{
	position:absolute;
	left:434px;
	top:14px;
	width:305px;
	height:324px;
	z-index:1;
	text-align: left;
}

/* floating objects */

.QuickJS{
	position:absolute;
	bottom: 2px;
	right: 220px;
	width:149px;
	height:17px;
	z-index:3;
	margin: 0px;
	left: 411px;
	top: 108px;
}
.PSP-logo{
	position:absolute;
	left:50px;
	top:52px;
	width:193px;
	height:33px;
	z-index:2
}
.topboxtext{
	position:absolute;
	left:32px;
	top:19px;
	width:204px;
	height:106px;
	z-index:14;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.map{
	position:absolute;
	left:312px;
	top:68px; 
	width:455px;
	height:310px;
	border: 1px none #000000;
	z-index: 1;
}
/* text styles*/

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #d2586d;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b7bebc;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

