body {
	background:url(../images/back_pages.gif) repeat-x #FFF;
	color:#454950;
	font-family:arial;
	line-height:1.4em;
}



/* Wrapper */
#wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	padding:0 0 30px 0;
}
/* Header */
#header {
	position:relative;
	height:134px;
}
	/* Logo */
	#header div#logo, #header div#logo a { 
		display:block;
		height:100px;
		width:350px;
	}
	#header div#logo { 
		background:url(../images/logo.png) no-repeat;
		border:none;
		height:100px;
		left:0px;
		margin:0;
		padding:0;
		position:absolute;
		text-indent:-999em;
		top:5px;
	}
	
/* Navigation */
	ul#navigation {
		margin-bottom:-4px;
		list-style:none;
		position:absolute;
		bottom:0;
		padding:0;
		font:62.5% Helvetica, Arial, sans-serif;
		
	}
		ul#navigation li {
			float:left;
			background:url(../images/tab-unactive-left.gif) no-repeat left top;
			padding:0 0 0 5px;
			margin:0 4px 0 0;
			
		}
		ul#navigation a {
			float:left;
			display:block;
			background:url(../images/tab-unactive-right.gif) no-repeat right top;
			padding:10px 15px 10px 10px;
			text-decoration:none;
			font-weight:bold;
			font-size:1.3em;
			color:white;
		}
		ul#navigation a:hover {
			color:#d0d5de;
		}
			/* Hover class */
			ul#navigation .hover {
				background:url(../images/tab-hover-left.gif) no-repeat left top;
			}
			ul#navigation .hover a {
				background:url(../images/tab-hover-right.gif) no-repeat right top;
			}
			/* Current list item */
			ul#navigation .current {
				background:url(../images/tab-active-left.gif) no-repeat left top;
			}
			ul#navigation .current a {
				background:url(../images/tab-active-right.gif) no-repeat right top;
				color:#2b2e32;
			}
			/* Highlighted (blue) list item */
			ul#navigation .highlighted {
				background:url(../images/tab-highlighted-left.gif) no-repeat left top;
			}
			ul#navigation .highlighted a {
				background:url(../images/tab-highlighted-right.gif) no-repeat right top;
			}
			ul#navigation .highlighted a:hover {
				color:#93ddff;
			}
			
	/* Right upper menu */
	ul#fast-links {
	 	margin:0;
  		list-style:none;
		position:absolute;
		bottom:0;
		right:0;
		padding:0;
	}
		ul#fast-links li {
			float:left;
			margin:0;
			padding:0 0 0 5px;
			margin:0 2px 0 0;
		}
		ul#fast-links a {
			float:left;
			display:block;
			padding:10px 10px 12px 5px;
			text-decoration:none;
			font-weight:bold;
			font-size:1.2em;
			color:#c6c9d1;
		}
		ul#fast-links a:hover {
			text-decoration:underline;
		}
			/* Current list item */
			ul#fast-links .current {
				background:url(../images/fast-links-hover-left.gif) no-repeat left center;
			}
			ul#fast-links .current a {
				background:url(../images/fast-links-hover-right.gif) no-repeat right center;
			}
			


/* footer */
#footer {
	background:url(../images/footer.gif) repeat-x;
	width:960px;
	padding-top:10px;
	float:left;
	font-size:12px;
}
#footerleft {
	width:200px;
	float:left;
	font-size:12px;
}

#footerright {
	width:360px;
	float:right;
	text-align:center;
	font-size:12px;
}
