body {

    font-size: 12px;
    font-family: Tahoma, Ariel, sans-serif, Verdana;
	
	background-image: url('../pic/body_bck.jpg');
	background-color: rgb(64,64,64);	
	background-repeat: repeat-x;
	
	margin-top: 0px;

}

#container {

	width: 972px;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	
	text-align: center;
	background-color: #5495bb;
	padding-top: 48px;
	padding-bottom: 48px;

}

img {

	border: solid 1px rgb(68,122,158);

}

#table-intro-txt td {

	text-align: justify;
	color: white;	
	padding: 4px 32px 4px 32px;
	line-height: 1.5em;
	width: 480px;

}


#header {

	width: 972px;
	height: 157px;
	margin-left: auto;
    margin-right: auto;
	
	background-image: url('../pic/header_bck_intro.jpg');
	background-repeat: no-repeat;

}

	#header-top-navigation {
	
		color: black;
		font-size: 14px;
		font-weight: 600;
		margin: 0;
		padding: 0;
		float: left;
		width: 612px;
		display: block;
		position: relative;
		bottom: -122px;
		left: 360px;
	
	}
	
		#header-top-navigation li {
		
			display: inline;
		
		}
		
		#header-top-navigation li a {
		
			float: left;
			padding-left: 24px;
			padding-right: 24px;
			color: black;
			text-decoration: none;
		
		}
		
		#header-top-navigation li a:visited {
		
			color: black;
			text-decoration: none;
		
		}
		
		#header-top-navigation li a:hover {
		
			color: rgb(84,150,188);
			text-decoration: none;
		
		}
		
/* *********** FOOTER ************* */
#footer {

	width: 972px;
	height: 48px;
	margin-left: auto;
    margin-right: auto;
	
	background-image: url('../pic/footer_bck1.jpg');
	background-repeat: no-repeat;
	
	font-size: 8pt;
	text-align: right;
	color: black;

}

	#footer div {
	
		position: relative;
		top: 18px;
		padding-left: 8px;
		padding-right: 8px;
	
	}

	#footer span {
	
		float: left;
		position: relative;
	
	}
	
	#footer a {
	
		color: black;
		text-decoration: none;
	
	}
	
	#footer a:visited {
	
		color: black;
		text-decoration: none;
	
	}
	
	#footer a:hover {
	
		text-decoration: underline;
	
	}
