		body {
			font: 80% arial, helvetica, sans-serif;
			background: #ffffff;
			background-attachment: fixed;
			margin: 0;
		}
		

		
		#content {
			background: #e0f0ff;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 20px;
			/*border-top: 29px solid #800000; */
		}
		

		#header {
			background: #ffffff url(../logos/header.png);
			background-repeat: no-repeat;
			height: 130px;
		}
	

		h2 {
			font-size: 1.5em;
			color: #0c246d;
		}
		
		h3 {
			font-size: 1.25em;
			color: #045ff5;
		}

		a {
			color: navy;
		}

		a:hover {
			color: blue;

		}

		#content img.extra {
			width: 150px;
			height: 200px;
			padding: 1px;
			border: 1px solid navy;
			margin: 0 0 0 0;
		}
    
		#content img.right {
			width: 150px;
			height: 200px;
			padding: 1px;
			border: 1px solid navy;
			float: right;
			margin: 0 0 0 0;
		}
		
		#content img.left {
			width: 150px;
			height: 200px;
			padding: 1px;
			border: 1px solid navy;
			float: left;
			margin: 0 0 0 0;
		}	
		#descr {
			color:#800000;
			border: 1px solid navy;
			width: 154px;
			height: auto;
			padding: 1px;
			float: right;
			text-align: center;
			margin: 0 0 1em 1em;
		}
		#descl {
			color:#800000;
			border: 1px solid navy;
			width: 154px;
			height: auto;
			padding: 1px;
			float: left;
			text-align: center;
			margin: 0 1em 1em 0;
		}



		#listfloatright {
			list-style-type:none;
			width: 300px;
			float: right;
			padding: 0;
			margin: 0;
		}
		
  #quote {
    color: #800000;
    font-style:italic;
    }