		#container {
			width: 800px;
			\width: 820px;
			w\idth: 800px;
			border: 1px dotted gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 10px;
		}

		#banner {
			padding: 5px;
			margin-bottom: 5px;
			background-color: #FFF;
		}

		#content {
			padding: 10px;
			background-color: #FFF;
		}

		#content li{
			width:360px;
			border:none;
			position:relative;
			display:inline;
			float:left;
			margin:0px;
			padding: 5px;
			text-decoration:none;
		}

		#content li a{
			color:white;
			text-decoration:none;
		}

		#content li a:hover{
			color:white;
			text-decoration:none;
			border-bottom: none;
		}

		#disc li{
			border:none;
			position:relative;
			display:inline;
			float:none;
			margin:0px;
			padding: 4px;
			clear:both;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			text-align:center;
			background-color: transparent;
			color: #678;
			font-family:Times,'Times New Roman', Georgia, serif;
			letter-spacing: 3px;
			font-size: 13px;
			font-weight: normal;
			line-height: 22px;
		}

		#flow {
			float: left;
			padding-right: 20px;
			clear: both;
		}

		#flowr {
			float: right;
			padding-top: 5px;
			padding-left: 30px;
			clear: both;
		}

		#photo {
			margin:0 auto;
			width:600px;
		}
		a {
			color:#f0f8ff;
			text-decoration:none;
			font-weight: normal;
	}

		a:link {
			color:#69C;
	}

		a:visited {
			color:#678;
	}

		a:hover {
			color:#000;
			background-color: transparent;
			border-bottom: 1px dotted red;
	}

		h1 {
			color: #678;
			font-family:Times,'Times New Roman', Georgia, serif;
			letter-spacing: 6px;
			font-size: 22px;
			font-weight:normal;
			line-height: 22px;
			text-transform: lowercase;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		h2 {
			color: #678;
			font-family:Times,'Times New Roman', Georgia, serif;
			letter-spacing: 6px;
			font-size: 22px;
			font-weight:normal;
			line-height: 22px;
			text-transform: lowercase;
			margin-top: 30px;
			margin-bottom: 30px;
			text-align: center;
		}

		p {
			font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Helvetica, Arial, sans-serif;
			font-size: 11px; 
			line-height: 14px; 
			color:#678;
			text-decoration:none;
			text-align:justify;
		}