body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 990px;
	background-color: white;
	color: black;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
textarea {
	font-family: Arial, Helvetica;
	font-size:12px;
}
#wrapper {
	text-align: left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#header {
	background-color: #8c7663;
	height: 67px;
	background-image: url(gfx/header_corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#headercorner {
	position: absolute;
	bottom: 31px;
	right: 0px;
	float: right;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#panel1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 249px;
	color: black;
	margin: 0;
	padding: 20px 20px 20px 0px;
}

#panel2 {
	position: absolute;
	top: 0;
	left: 270px;
	text-align: left;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 0px;
}

#panel3 {
	position: absolute;
	top: 0;
	left: 540px;
	float: left;
	text-align: left;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 20px 0px;
}

#content {
	margin: 0 180px 0 270px;
	color: black;
	padding: 20px 20px 20px 0px;
}

#emailforreferral {
	background-color: #f0f0f0;
	padding: 20px;
}

#rightpanel {
	position: absolute;
	top: 0;
	left: 810px;
	text-align: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #c5bab1;
}

a {
	border: 0px;
}

img {
	border: 0px;
}

h1,h2,h3 {
	font-family: Helvetica, Arial, sans-serif;
	color: #8c7663;
}

#searchrightpanel {
	background-image: url(gfx/bg_brown.png);
	background-repeat: no-repeat;
	background-color: #a99889;
	background-position: bottom right;
	color: black;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	height: 1%;
}

#candidaterightpanel {
	background-color: #f3de97;
	height: 1%;
}

#candidaterightpanelheader {
	background-image: url(gfx/bg_yellow.png);
	background-repeat: no-repeat;
	background-color: #eccf64;
	background-position: bottom right;
	color: black;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

#candidaterightpanelcontent {
	padding: 8px 10px 8px 10px;
}

#employerrightpanel {
	background-color: #a5cef1;
	height: 1%;
}

#employerrightpanelheader {
	background-image: url(gfx/bg_blue.png);
	background-repeat: no-repeat;
	background-color: #73b8eb;
	background-position: bottom right;
	color: black;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
}

#employerrightpanelcontent {
	padding: 8px 10px 8px 10px;
}

#clearone {
	clear: both;
	height: 1px;
}

#errormessage {
	font-color: red;
	font-weight: bold;
}

#linkpanel {
	background-color: #e2ebee;
	border: 1px solid #9abec8;
	color: black;
}

#linkpanelheader {
	background-color: #9abec8;
	color: black;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

#linkpanelcontent {
	background-color: #e2ebee;
	color: black;
	padding: 4px 10px 4px 10px;
	font-size: 90%;
}

#jobsearchheader {
	background-image: url(gfx/bg_content_brown.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #8c7663;
	padding: 4px 10px 4px 10px;
}

#jobsearchcontent {
	padding: 4px 10px 16px 10px;
}

#jobsearchheader .applyforjobs {
	color: #e2ddd8;
	font-weight: bold;
}

#jobsearchheader .searchresults {
	color: white;
	font-weight: bold;
}

#jobsearchheader .jobsfound {
	color: black;
}

#jobresultheader {
	background-image: url(gfx/bg_content_light_brown.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #e2ddd8;
	padding: 4px 10px 4px 10px;
}

#jobresultcontent {
	padding: 4px 10px 16px 10px;
}

#jobresultheader .jobname {
	font-family: Helvetica, Arial, sans-serif;
	color: #8c7663;
	font-weight: bold;
	padding-right: 20px;
}

#jobresultheader .jobref {
	font-family: Helvetica, Arial, sans-serif;
	color: black;
}

#formrightpaneltext {
	width: 156px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-size: smaller;
	margin: 1px;
}

#formrightpanelsearchfield {
	width: 156px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-size: smaller;
	margin: 1px;
}

#formrightpanelfield {
	width: 160px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-size: smaller;
	margin: 1px;
}

#formrightpanelbutton {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black;
	font-size: smaller;
	margin: 2px;
}