/**
 * Header
 */
		#header {
			height: 150px;
			margin: 20px 0px 0px 0px;
			text-align: right;
			width: 980px;
		}
		#header .toplinks {
			background: url(/images/head.bg.gif);
			background-repeat: no-repeat;
			height: 35px;
			font: 10px/35px Arial;
			color: #ffffff;
			padding: 0px 20px 0px 0px;
		}
		#header .toplinks a {
			color: #ffffff;
			padding: 0px 5px 0px 5px;
			text-decoration: none;
		}
		#header .toplinks a:hover {
			background: #08594c;
		}		
		#header .nav {
			height: 120px;
		}	
/**
 * Webtools
 */
		#webtools {
			width: 980px;	
			position: relative;
			text-align: right;
			margin: 2px 0px 10px 0px;	
		}		
		#webtools .breadcrumb {
			height: 30px;
			line-height: 30px;
			float: left;
			padding: 0px 0px 0px 16px;	
		}		
/**
 * Main
 */
		#main {
			width: 980px;	
			position: relative;
			text-align: left;
		}
/**
 * Footer
 */
 		#footer {
			width: 980px;	
			position: relative;
			margin: 20px 0px 20px 0px;
		}
		#footer .foot {
			background-image: url(/images/footer.background.jpg);
			background-repeat: no-repeat;
			height: 42px;
			font-size: 12px;
			text-align: right;
			padding: 15px;
		}
		#footer .foot a:hover {
			background: none;
		}	
		#footer .links {
			width: 490px;
			color: #a6a6a6;
			font-size: 12px;
			position: absolute;
			left: 0px;
			top: 75px;
			text-align: left;
			padding: 0px 0px 20px 8px;
		}
		#footer .links a {
			color: #a6a6a6;
			text-decoration: none;
		}	
		#footer .links a:hover {
			background: none;
		}		
		#footer .copyright{
			width: 490px;
			color: #a6a6a6;
			font-size: 10px;
			position: absolute;
			right: 0px;
			top: 75px;
			text-align: right;
			padding: 0px 8px 20px 0px;
		}
		#footer .copyright a {
			color: #a6a6a6;
		}
		#footer .copyright a {
			background: none;
		}	

