	body {
		margin: 0px;
		padding: 0px;
		font-family: arial;
		font-size: 12px;
		color:#6F6F6F;
	}
	h1, h2 {
		font-size: 18px;
		color: #4c1219;
		margin: 15px 0px 5px 10px;
		padding: 0px;
	}
	h2 {
		font-size: 14px;
	}
	p {
		padding: 3px 5px 3px 13px;
		margin: 0px;
		margin-left: 5px;
		color: #6F6F6F;
		font-size: 12px;
		text-align: justify;
	}
	a {
		color: #4c1219;
		text-decoration: none;
	}
	a img {
		border: 0px none;
	}
	p img {
		float: right;
		margin: 8px 8px 8px 10px;
	}
#cvAd {
float: left;
width: 300px;
padding-left: 10px;
}
	#header {
		width: 1000px;
		margin: 0px auto 15px auto;
		background: url('../imgs/logo.jpg') 0px 10px no-repeat;
		height: 120px;
		position: relative;
	}
	#loginClick {
		position: absolute;
		background: url('../imgs/loginBox.jpg') no-repeat;
		top: 0px;
		right: 0px;
		width: 230px;
		height: 50px;
		text-align: center;
		line-height: 27px;
		color: #FFFFFF;
		font-size: 12px;
	}
	#loginClick a {
		color: #FFFFFF;
		display: block;
		line-height: 45px;
		text-decoration: none;
		background: url('../imgs/loginOpen.jpg') no-repeat 184px 10px;
	}
	#loginClick a.logged {
		background: none;
	}
	#loginSpan {
		width: 100%;
		background: url('../imgs/loginEdge.jpg') repeat-x;
		height: 50px;
	}
	#loginContainer {
		width: 1000px;
		margin: 0px auto;
		position: relative;
	}
	
	/*Login*/
	#login {
		width: 100%;
		color: white;
		background: url('../imgs/loginBG.jpg') repeat-x;
		overflow: hidden;
		position: relative;
		z-index: 3;
		height: 0;
	}

	#login h1, #login h2, #login p {
		color: #FFFFFF;
		margin: 8px 0 3px 10px;
	}
	#login h1 {
		font-size: 30px;
	}
	#login a {
		text-decoration: none;
		color: #FFFFFF;
	}
	 
	#login .loginContent {
		width: 1000px;
		height: 160px;
		margin: 0 auto;
		padding-top: 5px;
		text-align: left;
		font-size: 0.85em;
	}
	 
	#login .loginContent .left {
		width: 300px;
		float: left;
		padding: 0px 15px 0px 15px;
		font-size: 0.95em;
		height: 160px;
	}
	#login .loginContent .borderRight {
		border-right: 1px #360e13 solid;
	}
	#login .loginContent .borderLeft {
		border-left: 1px #793b43 solid;
	}
	 
	#login .loginContent form {
		margin: 0 0 0 20px;
		
	}
	#login .loginContent label {
		display: block;
		margin-top: 3px;
	}
	#login .loginContent input {
		border: 1px #981e2c solid;
		background: #701924;
		margin-right: 5px;
		margin-top: 1px;
		color: white;
		padding: 2px;
	}
	 
	#login .loginContent input:focus {
		background: #81212d;
	}
	 
	#login .loginContent input.button_login {
		width: 52px;
		cursor: pointer;
		margin-top: 5px;
	}
	#login .signup {
		border: 1px #981e2c solid;
		background: #701924;
		width: 210px;
		line-height: 28px;
		text-align: center;
		display: block;
		font-size: 14px;
		margin-top: 15px;
	}
	#login .loginClose {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		width: 70px;
		font-size: 11px;
		text-align: left;
	}
	 
	#login .loginClose a {
		display: block;
		width: 100%;
		height: 20px;
		background: url(images/button_close.jpg) no-repeat right 0;
		padding-right: 10px;
		border: none;
		font-size: 0.9em;
		color: white;
	}
	 
	#login .loginClose a:hover {
		background: url(images/button_close.jpg) no-repeat right -20px;
	}
		
		
	
	#menu {
		position: absolute;
		top: 70px;
		right: 0px;
		width: auto;
		background: url('../imgs/menuBG.jpg') repeat-x;
		margin: 0px;
		padding: 0px;
	}
	#menu li {
		float: left;
		list-style: none;
		height: 50px;
	}
	#menu li a {
		margin: 0px 5px;
		padding: 0px 5px;
		text-decoration: none;
		color: #4c1219;
		line-height: 26px;
		font-weight: bold;
	}
	#menu li.left {
		background: url('../imgs/menuLeft.jpg') no-repeat top left;
		width: 6px;
	}
	#menu li.right {
		background: url('../imgs/menuRight.jpg') no-repeat top right;
		width: 6px;
	}
	
	#container {
		width: 1000px;
		margin: 0px auto;
	}
#introContain {
width: 383px;
float: left;
margin-bottom: 10px;
}
	#intro {
		width: 383px;
		background: url('../imgs/introBG.jpg') repeat-y;
		float: left;
	}
	#intro span.introTop {
		display: block;
		background: url('../imgs/introTop.jpg') no-repeat;
		line-height: 0px;
		font-size: 0px;
		height: 11px;
	}
	#intro span.introBot {
		display: block;
		background: url('../imgs/introBot.jpg') no-repeat;
		line-height: 0px;
		font-size: 0px;
		height: 11px;
	}
	#intro label {
		margin: 5px 0px 5px 17px;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		display: block;
		width: 350px;
	}
	#intro input.search {
		margin: 5px 0px 12px 15px;
		border: 0px none;
		height: 26px;
		padding: 7px 0px 0px 10px;
		font-size: 15px;
		width: 340px;
		color: #4c1219;
		font-weight: bold;
		display: block;
	}
	#intro .introSubmit {
		width: 118px;
		border: 0px none;
		height: 26px;
		background:  url('../imgs/button.jpg') no-repeat;
		color: #ffffff;
		font-weight: bold;
		margin: 0px;
		padding: 0px 0px 0px 15px;
		margin-left: 15px;
		text-align: left;
	}
	#intro hr {
		width: 350px;
		height: 1px;
		border: 0px none;
		border-bottom: 2px solid #3d0f10;
		border-top: 1px solid #711b1d;
		background: #000;
	}
	#intro h1 {
		font-size: 24px;
		color: #FFFFFF;
		margin: 5px 0px 5px 12px;
		padding: 0px;
	}
	#intro h2 {
		font-size: 14px;
		color: #FFFFFF;
		margin: 7px 0px 5px 12px;
		padding: 0px;
	}
	#intro img {
		float: right;
		margin: 5px 8px 5px 5px;
	}
	#intro p {
		color: #FFFFFF;
		padding: 0px 15px 0px 15px;
		margin: 8px 5px 8px 0px;
		font-size: 12px;
	}
	#intro ul {
	}
	#intro ul li {
		list-style: square;
		color: #fff;
	}
	#intro a {
		color: #FFFFFF;
		text-decoration: none;
		width: 118px;
		height: 26px;
		background:  url('../imgs/button.jpg') no-repeat;
		font-weight: bold;
		margin: 0px;
		padding: 6px 0px 0px 15px;
		margin-left: 15px;
		text-align: left;
		display: block;
	}
	
	#content.setLeft {
		float: left;
	}
	#intro.setRight {
		float: right;
	}
	#content.setFull {
		width: 980px;
	}
	#content.setMid {
		float: none;
		margin: 0px auto;
	}
	#content {
		float: right;
		width: 598px;
	}
	#intro, #content {
		margin-bottom: 30px;
	}
	#cloud, #grey {
		width: 598px;
		background: url('../imgs/cloudBG.jpg') repeat-y;
		margin-bottom: 10px;
	}
	#cloud p {
		text-align: center;
	}
	#cloudTop, #greyTop {
		display: block;
		background: url('../imgs/cloudTop.jpg') no-repeat;
		line-height: 0px;
		font-size: 0px;
		height: 6px;
	}
	#cloudBot, #greyBot {
		display: block;
		background: url('../imgs/cloudBot.jpg') no-repeat;
		line-height: 0px;
		font-size: 0px;
		height: 6px;
	}
	#cloud a {
		color: #4c1219;
		text-decoration: none;
		margin: 5px;
	}
	#cloud p, #grey p {
		margin: 0px;
		padding: 10px;
	}
	#cloud h1, #grey h1 {
		margin-top: 5px;
	}
	#footer {
		height: 140px;
		width: 1000px;
		margin: 0px auto;
		background: url('../imgs/footerBG.jpg') repeat-x;
	}
	#footer div.left {
		display: block;
		float: left;
		width: 7px;
		height: 140px;
		background: url('../imgs/footerLeft.jpg') no-repeat;
		font-size: 0px;
		line-height: 0px;
	}
	#footer div.right {
		display: block;
		float: right;
		width: 8px;
		height: 140px;
		background: url('../imgs/footerRight.jpg') no-repeat top right;
		font-size: 0px;
		line-height: 0px;
	}
	#footer div.footerSiteMap {
		display: block;
		float: left;
		height: 140px;
		padding: 10px;
	}
	#footer div.footerSiteMap div {
		display: block;
		float: left;
		height: 100px;
		padding: 5px 30px 5px 20px;
		border-right: 1px solid #CFCFCF;
		margin-top: 5px;
	}
	#footer div.footerSiteMap h2 {
		color: #6F6F6F;
		margin: 5px;
		padding: 0px;
	}
	
	#footer div.footerCopy {
		display: block;
		float: right;
		height: 100px;
		width: 160px;
		text-align: right;
		padding: 77px 5px 0px 0px;
		font-size: 10px;
		color: #6F6F6F;
		background: url('../imgs/logofooter.jpg') no-repeat right 22px;
	}
	.login {
		padding: 30px;
	}
	.login input {
		width: 200px;
		border: 1px solid #ccc;
		float: left;
		margin-bottom: 5px;
	}
	.login input.submit {
		width: 100px;
	}
	.login label {
		width: 80px;
		display: block;
		float: left;
		margin-bottom: 5px;
	}
	
	/* Register */
	.registerType {
		display: block;
		font-size: 50px;
		text-decoration: none;
		color: #4c1219;
		line-height: 80px;
		font-weight: bold;
	}
	
	
	/* User Area */
	#userMenu {
		width: 375px;
		background: #ccc;
		float: right;
	}
	
	.editDet {
		width: 330px;
		padding: 15px;
	}
	.editDet input, .editDet textarea, .editDet label {
		float: left;
		margin-bottom: 5px;
	}
	.editDet input {
		width: 200px;
	}
	.editDet textarea {
		width: 200px;
		height: 100px;
	}
	.editDet label {
		width: 80px;
		display: block;
	}
	.editDet input.submit {
		width: 100px;
	}
	.editDet input.dob {
		width: 60px;
		margin-right: 4px
	}
	
	#msgDiv {
		position: absolute;
		top: 0px;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		line-height: 30px;
		background: #DFB5BB;
		border: 1px solid #AF6D76;
		color: #8F3E49;
		text-align: center;
	}
	.clear {
		clear: both;
	}
	
	
	/* Search */
	#searchHead {
		width: 750px;
		margin: 15px auto 15px auto;
		padding: 10px 10px 10px 100px;
		background: url('../imgs/iconInfo.jpg') no-repeat 10px 50% #f2e0e2;
		border: 1px solid #420109;
	}
	#searchHead.halfpage {
		width: 480px;
		margin: 0px;
		float: right;
	}
	.searchResults {
		
		padding: 0px;
	}
	.searchResults hr {
		height: 1px;
		line-height: 1px;
		background: #5D161C;
		color: #5D161C;
		border-bottom: 1px solid #76151C;
	}
	.searchResults h2 {
		font-size: 24px;
	}
	.searchResults p.data {
		padding: 10px 10px 10px 15px;
	}
	
	
	.regform {
		width: 390px;
		padding: 15px;
	}
	.regform input, .regform textarea, .regform label {
		float: left;
		margin-bottom: 5px;
	}
	.regform input {
		width: 250px;
		border: 1px solid #A7A6AA;
		background-color: #fff;
	}

	.regform textarea {
		width: 250px;
		height: 100px;
		border: 1px solid #A7A6AA;
		background-color: #fff;
	}
	.regform label {
		width: 110px;
		display: block;
		line-height: 21px;
		
	}
	.regform label span {
		color: #4c1219;
	}
	.regform input.submit {
		width: 100px;
		border: 1px solid #A7A6AA;
		background-color: #fff;
		color: #A7A6AA;
		font-weight: bold;
		font-size: 20px;
		margin-right: 3px;
	}
	.regform input.dob {
		width: 60px;
		margin-right: 4px
	}
	.regform label.note {
		font-size: 10px;
		width: 70px;
	}
	.regform input.check {
		width: 15px;
		float: none;
		margin-top: 0px;
		
	}
	.regform label.check {
		width: 340px;
		
	}
	
	#keyForm  label {
		width: 240px;
		display: block;
		float: left;
	}
	#keyForm  input {
		margin-right: 5px;
		margin-left: 15px;
	}
	#keyForm  input.keySub {
		float: left;
		width: 100px;
		margin-top: 15px;
	}
	
	.jobAdd {
		padding: 15px;
	}
	.jobAdd .formwrapper {
		width: 100%;
		clear: both;
		margin-bottom: 5px;
		
	}
	.jobAdd .solo {
		margin-left: 10px;
	}	
	.jobAdd input {
		float: left;
		width: 200px;
		margin-bottom: 10px;
	}
	.jobAdd textarea {
		float: left;
		width: 400px;
		margin-bottom: 10px;
	}
	.jobAdd label {
		width: 100px;
		display: block;
		float: left;
		padding: 3px 0px 0px 10px;
	}
	.jobAdd .submit {
		width: 120px;
		margin-bottom: 20px;
	}
	.jobAdd .keyword, .regform .keyword {
		width: 180px;
		
	}
	.jobAdd .keyword input, .regform .keyword input {
		width: 15px;
		margin: 0px 5px 6px 0px;
	}
	#grey .jobAdd div p {
		float: left;
		width: 245px;
		margin: 0px;
		padding: 0px;
		padding: 3px 0px 0px 5px;
	}
	#payment .submit {
		margin-left: 10px;
	}
	
	.formProg {
		height: 50px;
		line-height: 0px;
		font-size: 0px;
		margin: auto;
		position: relative;
		background: url('../imgs/bg1.jpg') no-repeat top left;
	}
	.formProg .currentProg {
		height: 15px;
		line-height: 0px;
		font-size: 0px;
		background: #000;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url('../imgs/bg2.jpg') no-repeat right center;
	}
	.formProg .textProg {
		position: absolute;
		top: 15px;
		left: 0px;
		line-height: 32px;
		font-size: 12px;
		width: 100px;
		text-align: center;
		height: 30px;
		background: url('../imgs/box.jpg') no-repeat top left;
	}
	.formProgText {
		font-size: 11px;
		width: 565px;
		margin: auto;
	}
	.formProgText span {
		color: #4c1219;
	}
	#grey .jobrun {
		width: 90%;
		margin: auto;
		clear: both;
	}
	#grey .jobrun .date {
		text-align: right;
		float: right;
		width: 165px;
		line-height: 50px;
	}
	#grey .jobrun .name {
		float: left;
		font-size: 26px;
		font-weight: bold;
		width: 370px;
		line-height: 50px;
	}
	#grey .jobrun .toggler {
		line-height: 30px;
		margin: 2px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		border: 2px solid #FFFFFF;
	}
	#grey .jobrun .element {
		background-color: #FFFFFF;
	}
	#grey .jobrun .element .left {
		float: left;
		width: 70%;
	}
	#grey .jobrun .element .right {
		float: right;
		width: 30%;
	}
	#grey .jobrun .element .right p {
		text-align: right;
	}
	#grey .jobrun .element .right a img {
		border: 1px solid #ccc;
		padding: 3px;
	}
	#grey .jobrun .element .right a:hover img {
		border-bottom: 3px solid #7F1F2C;
	}
	#grey .jobrun .element p {
		padding: 3px 10px 3px 10px;
	}
	#grey .jobrun .element h2 {
		margin: 5px 0 3px 10px;
	}
	
	#grey .regform .toggler, #grey #keyForm .toggler, #grey .jobAdd .toggler  {
		line-height: 17px;
		margin: 2px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
		cursor: pointer;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		border: 2px solid #FFFFFF;
	}
	#grey .regform .element, #grey #keyForm .element, #grey .jobAdd .element {
		margin: 15px 0px 0px 10px;
	}
	
	#specialOffer {
		width: 597px;
		height: 197px;
		background: url('../imgs/itlitbanner.jpg') no-repeat;
		position: relative;
	}
	#specialOffer .details {
		position: absolute;
		top: 85px;
		left: 25px;
		line-height: 22px;
		font-size: 14px;
		color: #FFFFFF;
	}
	#specialOffer .details a {
		color: #DF3752;
	}
	#specialOffer .promo {
		position: absolute;
		top: 105px;
		left: 388px;
		font-size: 18px;
		color: #FFFFFF;
	}
	#specialOffer .promo span {
		display: block;
		font-size: 30px;
		color: #FFFFFF;
		line-height: 30px;
	}