/* main */

body {
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: url(images/background.jpg) repeat-x;
	}
	
#wrapper {
        margin: 0 auto;
		width:840px; 
		margin: 0 auto;
		 
}
/* headings */

h1 {
color: #ff03cd;
text-shadow: #000 1px 1px 0;
text-align: center;
font-size: 350%;
margin: 0;
}

#contentMain h3 {
color: #ff03cd;
margin: 0;
padding-top: 20px;
}

#jobAdvert h5 {
	color: #ff03cd;
	font-weight:bold;
	margin: 0;
	}

#sidebar h4 {
	color: #fff;
	font-weight:bold;
	}

#sidebar h5 {
	color: #ff03cd;
	font-weight:bold;

	}

/* links */

a:link, a:visited {
color: #fff; text-decoration:none; text-shadow: #000 1px 1px 0;
}
a:hover, a:active {
color: #fff; text-decoration:underline;
}

/* nav */

#nav {
	float: left;
	width: 180px;
	padding-left: 20px;
	}
	
/* Header */

#contactTab {
	background: url(images/contactTab.gif) no-repeat;
	height: 27px;
	width: 113px;
	float: left;
	margin-left: 800px;
	color: #fff;
	padding-left: 30px;
	padding-top: 15px;
	font-weight: bold;
	}
	
#headerRepeat {
	float: left; 
	height: 21px;
	width: 100%;
	background: url(images/BGheaderRepeat.gif) repeat-x;
	}
#lowerHeader {
	background: url(images/BGlowerHeader.jpg) repeat-x;
	height: 200px;
	width: 100%;
	padding-top: 100px
	}

#logo {
	padding-top: 80px;
	}

#jobAdvert {
	background: url(images/BGjobAdverts.gif) no-repeat;
	height: 260px;
	width: 840px;
	margin-top: 60px;
	}

/* Content */

#content {
	background: url(images/BGcontent.jpg) repeat-x;
	height: 800px;
	width: 100%;
	}

#contentDivider {
	background: url(images/contentDivider1.jpg) repeat-x;
	height: 2px;
	width: 100%;
	}

#contentMain {
	width: 512px;
	color: #fff;
	float: left;
	padding-right: 30px;
	}
	
#contentContainer {
	width: 100%;
	}
	
/* Siderbar */

#sidebar {
	background: url(images/BGsiderbar.png) repeat-y;
	width: 257px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	}

/* Job Advert */
	
#job1 {
	width: 200px;
	height: 200px;
	padding-left: 40px;
	padding-top: 20px;
	color: #383838;
	float: left;
	}

#job2 {
	width: 200px;
	height: 200px;
	padding-left: 65px;
	padding-top: 20px;
	color: #383838;
	float: left;
	}
	
#job3 {
	width: 200px;
	height: 200px;
	padding-left: 65px;
	padding-top: 20px;
	color: #383838;
	float: left;
	}

/* Footer */

#footer {
	width: 100%;
	background: url:(images/footer.jpg)repeat-x;
	height: 29px;
	float: left;
	}
