body {
		 margin: 0 auto; 
		 padding: 0; width: 780px; 
		 background: url(../images/body_bg.png); 
		 background-repeat: repeat-x; 
		 font-family: Arial, Georgia, Verdana, Sans-serif; 
		 font-size: 1em; 
		 color: #000;
		 }
		 
/* Header Section */
		 
#header {
     padding: 3em; 
		 background: url(../images/header_reduced.jpg); 
		 background-repeat: no-repeat; 
		 height: 316px; 
		 margin-top: 1em; 
		 text-indent: -9999px;
		 }

/* Main navigation bar */

#navigation {
		margin-top: -6.3em;
		font-size: 96%;
		}

#navigation ul {
		width: 780px;
		height: 38px;
		margin: 0;
		padding: 0px;
		list-style-type: none;
		text-align: center;
		background-image: url(../images/menu_bar.png);
		background-repeat: no-repeat;
		}

#navigation ul li {  
		display: inline;
		}

#navigation ul li a {
		text-decoration: none;
		font-weight: bold;
		line-height: 36px;
		padding-top: .6em;
		padding-bottom: .7em;
		padding-left: 2em;
		padding-right: 2em;
		color: #fff;		
		}

#navigation ul li a:hover {
		color: #ccc;
		background-color: #000000;
		}

/* Main content section */

#content {
	background-image: url(../images/content_bg_about.png);
	background-repeat: no-repeat;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 780px;
	height: 480px;
	}

#content_main {
	margin: 0 auto;
	padding-top: 2.5em;
	padding-bottom: -2em;
	width: 680px;
	color: #000066;
	}

/* Footer */	

#footer {
     margin-top: -1em; 
		 background: url(../images/footer_bg.png); 
		 background-repeat: no-repeat; 
		 width: 780px; 
		 height: 48px;
		 }

#additional-info {
    float: right; 
		width: 550px; 
		padding-top: 4px; 
		color: #f0f0f0; 
		font-size: 78%;
		}

#additional-info a:link, a:visited {
		color: #fff;
		}

#additional-info a:hover {
		color: #e2e2e2; 
		text-decoration: none;
		}
		
	
	