	h1 {
		font-style: italic;
		font-size: 12px;
		color: #280099;
		margin: 0 0 0 28px;
	}

	.topic_box {
		margin: 0 auto;
		width: 300px;
	}
		 a.topic_link_box {
			background: #fff;
			padding: 0 18px 0 18px;
			float: none !important; 
			float: left; 
			display: block;
			color: #990000;
			font: 12px/24px Arial, "MS Trebuchet", sans-serif;
			font-weight: bold;
			text-decoration: none;
			height: auto !important;
			height: 1%; /*For IE*/
			border-bottom: 2px solid #b3c081;
		}
		
			a.topic_link_box:hover{
				background: #b3c081;
				color: #383838;
				font-weight: bold;
			}		
			
		.topic_box_read {
			margin: 20px 0 20px 20px;
			width: 300px;
		}
			.topic_header_read {
				margin: 0 0 10px 0;
			}
			
			.topic_context_read {
				margin: 0 0 10px 0;
			}
			
			.topic_owner_read {
				margin: 0 0 10px 0;
			}
			
			.topic_date_read {
				margin: 0 0 10px 0;
			}
			
		.topic_comment {
			margin: 0 0 20px 20px;
		}
		
			.topic_comment_box {
				background: #b3c081;
				width: 338px;
			}
			
				.topic_comment_name {
					width: 328px;
					background: #dbeaa2;
					padding: 10px 0 10px 10px;
					border-bottom: 3px solid #778054;
					font-style: italic;
					float: left;
				}
				
					.topic_comment_mail {
						float: right;
						width: 16px;
						margin: 0 10px 0 0;
					}
					
					.topic_comment_page {
						float: right;
						width: 16px;
						margin: 0 10px 0 0;
					}
					
				.topic_comment_msg {
					padding: 0 0 0 10px;
				}
				
				.topic_comment_date {
					width: 328px;
					background: #dbeaa2;
					padding: 5px 0 5px 10px;
					border-top: 3px solid #778054;
					font-style: italic;
					float: left;
				}
