body, h1, h2, h3, p, div
{
	margin: 0; padding: 0;
}
a { 
	color: #0000ff; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
ul { padding: 0 0 0 50px; margin: 0;}

li { padding: 0;}

body {
	background: url(images/bodybg.gif);
	margin: 20px 0;
	font-family: verdana;
	font-size: 10px;
	color: #6b737c;
	} 

img { border: 0;}

p {padding: 0 0 12px 0;}
p.underlist {padding: 0 0 12px 50px;}
p.second {padding: 0;}
p.header {
	font-size: 16px;
	font-weight: bold;
	color: #a61c44;
	font-family: arial;
	}


p.subhead {
	font-size: 10px;
	font-weight: bold;
	color: #d31145;
	padding: 0;
	}
	
#bigtop {
	width: 779px;
	height: 52px;
	display: block;
	background: url(images/bigwrapper-top.gif) no-repeat;
	margin: 0 auto;
	}
	
#bigwrapper {
	width: 779px;
	margin: 0 auto;
	background: url(images/bigwrapper-bg.gif);
	}
	
	#wrapper {
		width: 760px;
		margin: 0 auto;
		}
		
		#mainnav {
		width: 760px; height: 38px;
		list-style: none;
		background-color: #000;
		padding: 0;
		}
	
	
			#mainnav li { float: left;}
			
			#mainnav li a span { display: none; }
			
			#mainnav li a {
				height: 38px;
				display: block;
				float: left;
				padding: 0;
			}
			
			#mainnav li a.home {
				width: 102px;
				background: url(images/nav/home.gif) no-repeat top;
				}
			
			#mainnav li a.aboutus {
				width: 119px;
				background: url(images/nav/aboutus.gif) no-repeat top;
				}
							
			#mainnav li a.employers {
				width: 132px;
				background: url(images/nav/employers.gif) no-repeat top;
				}
				
			#mainnav li a.jobseekers {
				width: 137px;
				background: url(images/nav/jobseekers.gif) no-repeat top;
				}
			
			
			#mainnav li a.searchjobs {
				width: 137px;
				background: url(images/nav/searchjobs.gif) no-repeat top;
				}
			
			#mainnav li a.contactus {
				width: 133px;
				background: url(images/nav/contactus.gif) no-repeat top;
				}
			
			#mainnav li a:hover { background-position: bottom; }
		
		#header-main {
			width: 760px;
			height: 212px;
			display: block;
			background: url(images/header-main.jpg) no-repeat;
			}
		
		#bar {
			width: 760px;
			height: 22px;
			display: block;
			background: url(images/bar.gif) no-repeat;
			}	
		
		#content {
			width: 746px;
			background-color: #d7e7f8;
			padding: 9px 7px;
			}
				
				#left {
					width: 531px;
					padding: 0 10px 0 0;
					float: left;
					}
				
				#right {
					width: 205px;
					float: right;
					padding: 0;
					}		
					
					#searchjobs {
						width: 196px;
						height: 31px;
						background: url(images/main-searchjobs.gif) no-repeat;
						display: block;
						}
					
					#request {
						width: 196px;
						height: 31px;
						background: url(images/main-request.gif) no-repeat;
						display: block;
						}
					
					#right .boxcontent {
						width: 196px;
						background: url(images/main-right-bg.gif) repeat-y;
						color: #5e737f;
						font-size: 11px;
						padding: 0;
						}
					
					#right p {padding: 0 8px;}
					#right p.link {float: right; padding: 0px 8px 0 0;}
					#right .boxcontent a {font-size: 10px; font-weight: bold; color: #c31040; text-decoration: underline;}
						
					#right .boxbottom {
						width: 196px;
						height: 8px;
						background: url(images/main-right-bottom.gif) no-repeat;
						display: block
						}
								
		#bottombar {
			width: 760px;
			height: 38px;
			display: block;
			background: url(images/footer.gif) no-repeat;
			clear: both;
			}		
		
		#footer {
			width: 760px;
			background-color: #fff;
			padding: 10px 0 0 0;
			}
		
			#ftlinks {
				font-family: arial;
				font-size: 10px;
				color: #004990;
				background-color: #fff;
				float: left;
				}
				
				#ftlinks a { 
					font-family: arial;
					font-size: 10px;
					color: #004990;
					text-decoration: none;
					}
				
				#ftlinks a:hover {text-decoration: underline;}
					
			#ftcopyright {
				float: right;
				}
				
				#ftcopyright p {
					font-family: arial;
					font-size: 10px;
					color: #004990;
					}
					
					
#bigbottom {
	width: 779px;
	height: 8px;
	display: block;
	background: url(images/bigwrapper-bottom.gif) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
