/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:1px 0px; padding:0px;
	text-align:center;
	}
#page_content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}
#page_content #banner_image {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	height: 55px;
	}
#page_content #banner_image span{
	display:none;
	}
.i_ching {
	background-image: url(../images/iching.gif);
	background-repeat: no-repeat;
	height: 5px;
	}
.line {
	background-image: url(../images/black.gif);
	background-repeat: repeat-x;
	height: 5px;
	}
#page_content #subtitle {
	color: #666666;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	padding-top: 5px;
	font-size: 0.9em;
	border-bottom-color: #000000;
	padding-bottom: 10px;
	}
#page_content #nav {
	height: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.spacer {
	height: 22px;
}
#page_content #project_info {
	height: 120px;
	}
#page_content #project_info h3{
	color: #00CC99;
	font-style: italic;
	}
#page_content #project_info p{
	font-size: 0.84em;
	line-height: 1.3em;
	}
a:link, a:visited{
	color: #00CC99;
	text-decoration: none;
	font-weight: bold;
	}
a:hover{
	color: #666666;
	}
