body {
		 margin: 0 auto; 
		 padding: 0; width: 780px; 
		 background: url(../images/body_bg.html); 
		 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_index.html); 
		 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.html);
		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;
		}

/* Content Container */		
		
#content {
		width: 780px; 
		margin-top: 1.5em;
		}

/* Left Column */	
		
#left_sidebar {
		float: left;
		width: 280px;
		margin: 0;
		padding: 0;
		}

#quote {
		padding-top: 25px;
		}
		
/* Right Column */	

#right_column {
		float: right;
		width: 500px;
		margin-top: -1.2em;
		padding: 0;
		}

.content_right {
		background: url(../images/right_bg.html);
		background repeat: no-repeat;
		width: 500px;
		height: 170px;
		font-family: Times;
		font-size: 1.2em;
		font-weight: bold;
		color: #000066;
		}
		
.content_right ul {
		padding-top: 1.3em;
		}
		
.content_right li {
		padding: 4px;
		list-style: none;
		margin-left: -1.7em;
		}

.content_right_sub {
		padding: 6px;
		background: url(../images/fold.html);
		background-repeat: no-repeat;
		background-position: 100% 92%;
		}
		
span {
		 color: #000066;
		 }
		
/* Footer */	

#footer {
     background: #ccc url(../images/footer_bg.html); 
		 background-repeat: no-repeat; 
		 width: 780px; 
		 height: 48px;
		 clear: both;
		 }

#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;
		}

	




	

	