			body { 
			margin: 0px auto 0px auto; 
			background-color: #fff; 
			font-family: "lucida grande", "lucida sans", "lucida bright", verdana, sans-serif;
			color: #aaa; 
			font-style: none;
			font-size: 13px; 
			padding: 0px;
			} 

			#maincontent {
			width: 900px;
			margin: 0px auto 0px auto;
			padding: 0px;
			text-align: justify;
			}

			.introduction {
			padding: 15px 20px 15px 20px;
			margin: 20px 0px 20px 280px;
			background-color: #EEE;
			}

			.entry {
			padding: 20px;
			margin: 20px 0px 20px 280px;
			border-bottom: 1px dotted #ccc;
			background-color: #ffffff;
			}

			.entry_text {
			margin-right: 60px;
			}

			input, textarea {
			background-color: #f5f5f5;
			font-size: 13px;
			color: #888;
			}

			.date {
			float: right;
			display: block;
			margin: 30px 0px 0px 0px;
			width: 36px;
			height: 49px;
			background: url('/images/date3.png') no-repeat;
			text-align: center;
			font-size: 17px;
			color: #fff;
			}

			.date span {
			padding-top: 3px;
			padding-bottom: 7px;
			display: block;
			font-size: 10px;
			color: #999;
			}


/* header navigation */

			#header {
			width: 100%;
			height: 90px;
			text-align: center; 
			margin: 0px 0px 50px 0px;
			padding: 0px;
			background-color: #444;
			}

			#header li a { 
			color: #999;
			line-height: 90px;
			padding: 0px; margin: 0px 7px 0px 7px;
			text-transform: lowercase;
			font-size: 25px;
			list-style: none;
			text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7);
			}

			#header li a:hover {
			color: #bbb;
			}

			#header li.view { 
			color: #eee;
			line-height: 90px;
			padding: 0px; margin: 0px 7px 0px 7px;
			text-transform: lowercase;
			font-size: 25px;
			list-style: none;
			text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.7);
			}

			ul.navheader { 
			list-style: none; 
			}

			ul.navheader li {
			list-style: none;
			display: inline;
			}



/* information box (located at the bottom of the page) */

		#info {
			float: left;
			width: 100%;
			padding: 10px 0px 10px 0px;
			margin: 130px auto 0px auto;
			background-color: #444;
			}

		#info_body {
			width: 750px;
			margin: 0px auto 0px auto;
			padding: 0px;
			text-align: left;
			}

		#info a {
			color: #777;
			font-size: 12px; 
			text-decoration: none; 
			font-weight: light; 
			}

		#info a:hover {
			color: #EB6F46;
			text-decoration: line-through;
			}



/* left navigation module */

		#navigate {
			text-align: justify;
			float: left;
			width: 260px;
			margin: 20px 0px 0px 0px;
			padding: 0px;
			}

		.navigate_body {
			margin: 0px; padding: 0px;
			color: #999;
			}



/* text and page links */
	
		h1 {  
			color: #888; 
			font-size: 15px; 
			text-align: justify;
			font-style: none;
			} 
			
		h2, b, i {  
			color: #888; 
			font-size: 13px; 
			line-height: 18px;
			text-align: justify;
			font-style: none;
			} 
			
		h3 {  
			color: #999; 
			font-size: 13px; 
			line-height: 18px;
			font-weight: normal; 
			text-align: justify; 
			font-style: none;
			} 
			
		h4 {  
			color: #90A800; 
			font-size: 13px; 
			line-height: 18px;
			font-weight: bold; 
			text-align: justify; 
			font-style: none;
			} 
			
		a:link, a:visited {  
			color: #fe145c; 
			text-decoration: none; 
			} 
			
		a:hover {
			color: #999;
			} 
			
		blockquote {
			font-size: 13px;
			line-height: 18px;
			padding: 2px 10px 2px 10px;
			border-left: 5px solid #ddd;
			margin: 0px;
			}
