body, h1, h2, h3, p, li, ul, div
{
	margin: 0; padding: 0;
}

body {
	background: #000 url(images/common/bodybg.gif) repeat-x;
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	} 
	


#wrapper {
	width: 820px;
	margin: 0;
	}

	h1 a {
		width: 394px; 
		height: 138px;
		text-indent: -10000px;		
		background: url(images/home/toplogo.gif) no-repeat;
		display: block;
		} 
	
	#content {
		width: 820px;
		height: 284px;
		display: block;
		}
		
		#leftpic {
			width: 169px;
			height: 284px;
			display: block;
			background: url(images/home/left-image.gif) no-repeat;
			float: left;
			}
		
		#middlenav{
			width: 123px; height: 284px;
			list-style: none;
			float: left;
			}
	
			#middlenav li { float: left; }
			
			#middlenav  li a span { display: none; }
			
			#middlenav  li a {
				width: 123px;
				float: left;
				}

			#middlenav  li a.aboutus {
				height: 52px;
				background: url(images/home/aboutus.gif) no-repeat top;
				}
			
			#middlenav  li a.clients {
				height: 44px;
				background: url(images/home/clients.gif) no-repeat top;
				}
			
			#middlenav  li a.candidates {
				height: 46px;
				background: url(images/home/candidates.gif) no-repeat top;
				}
			
			#middlenav  li a.resources {
				height: 43px;
				background: url(images/home/resources.gif) no-repeat top;
				}
			
			#middlenav  li a.searchjobs {
				height: 46px;
				background: url(images/home/searchjobs.gif) no-repeat top;
				}
			
			#middlenav  li a.executive {
				height: 53px;
				background: url(images/home/executive.gif) no-repeat top;
				}
			
			#middlenav li a:hover { background-position: bottom; }
		
		#right-content {
			width: 528px;
			height: 284px;
			float: left;			
			background: url(images/home/maincontentbg.gif) no-repeat;
			}
				
			#right-nav {
				width: 528px;
				height: 117px;
				list-style: none;
				display: block;
				float: left;
				z-index: 100;
				}
			
				#right-nav li { float: left; }
			
				#right-nav  li a span { display: none; }
			
				#right-nav  li a {
					height: 117px;
					float: left;
					display: block;
					}
				
				#right-nav  li a.clients {
					width: 173px;
					background: url(images/home/clients2.gif) no-repeat top;
					overflow: hidden;
					}
				
				#right-nav  li a.candidates {
					width: 172px;
					background: url(images/home/candidates2.gif) no-repeat top;
					overflow: hidden;
					}
				
				#right-nav  li a.searchjobs {
					width: 174px;
					background: url(images/home/searchjobs2.gif) no-repeat top;
					overflow: hidden;
					}
			
				#right-nav li a:hover { background-position: bottom; }
			
			#right-text {
				width: 495px;
				height: 157px;
				padding: 0;
				position: relative; top: 10px; left: 33px;
				}
				
				#right-text p.header {
					font-size: 14px;
					font-weight: bold;
					color: #163966;
					padding: 0 0 8px 0;
					}

				#right-text p { padding: 0 0 8px 0;}
		#asa {
			width: 820px;
			height: 85px;
			display: block;
			}
			
			img.asalogo {
				width: 225px;
				height: 31px;
				display: block;
				float: right;
				border: 0;
				padding: 31px 4px 0 0;
				}
					
				
				

#footer {
	width: 820px;
	padding: 0;
	}
	
	.footerlinks { 
		padding: 5px 0 0 3px;
		float: left;
		font-family: tahoma;
		font-size: 10px;
		color: #fff;
		}
			.footerlinks a { color: #fff; font-size: 10px; text-decoration: none;}
			.footerlinks a:hover { text-decoration: underline;}
			
	.copyright {
		padding: 5px 3px 0 0;
		float: right;
		font-family: tahoma;
		font-size: 10px;
		color: #fff;
		}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
