#container {
	width: 820px;
	margin: 0;
	padding: 0px;
	position: relative;
}
#main {
	width: 820px;
	float: left;
	margin: 0px 20px;
	padding: 0px;
	position: relative;
}	
#lines {
	margin: 0px;
	padding-top: 0px;
	width: 250px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#textbody {
	margin: 0px;
	padding-top: 0px;
	width: 780px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#navigate {
	width: 780px;
	border-right: color:#99CC33;
	float: left;
	border: thin dashed #FFFFFF;
	padding: 0px 20px;
	margin: 20px 0px;
	text-align: center;
}	
#dash_line {
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	margin: 5px;
	padding: 0px;
	position: relative;
}
#article {
	width: 780px;
	border-right: color:#99CC33;
	float: left;
	clear: left;
	padding: 20px;
	border: thin dashed #FFFFFF;
	margin: 0;
}
#photo {
	width: 780px;
	border-right: color:#99CC33;
	float: left;
	clear: left;
	padding: 20px;
	border: thin dashed #FFFFFF;
	margin: 0;
}
#navigate a {
	display: block;
	float:right
	margin: 0px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	border: thin dashed #FFFFFF;
	float: right;
	margin: 0px;
}
#navigate a:hover {
	color:#ffffff;
	background-color: #000000;
}
#navigate h1 {
	display: block;
	float:right
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	float: left;
	padding: 10px;
	margin: 0;
}
#navigate p {
	line-height: 100%;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#article a {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#article a:hover {
	color:#ffffff;
	background-color: #000000;
}
#article h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 85%;
	padding: 15px;
	margin: 0px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFF;
}
#article p {
	line-height: 100%;
	margin: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#photo p {
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
.color_a {
	background-color: #FF9;
}
.color_b {
	background-color: #CC6;
}
.color_c {
	background-color: #CFC;
}
.color_d {
	background-color: #9C9;
}
.color_e {
	background-color: #FFC;
}
.color_f {
	background-color: #9CC;
}
.imageleft {
	float: left;
	margin: 0px 20px 10px 0px;
	border: thin dashed #FFFFFF;
}
.clearit {
	display: block;
	clear: both;
	margin: 10px;
}
.Rightalign {
	text-align: right;
}

