@charset "utf-8";
/* CSS Document */

/*#search input.textField {			
				background: #ebebeb url(../images/search-bg.gif) no-repeat top right !important; 
				border: none !important;
				width: 220px; 
				height: 36px;
				margin: 10px 11px 0 5px;
				background-attachment: fixed;
				}*/
.date, .comments {
	height: 18px;
	}
	
			.date {
				width: 540px;
				background: url(../images/clock.gif) no-repeat top left;
				float: left;
				font-size: 11px;
				font-weight: bold;
				color: #a8a8a8;
				padding-left: 13px;
				margin: -5px 0 18px 0;
				}
				
				.comments {
				width: 80px;
				float: left;
				background: url(../images/comment-bubble.gif) no-repeat left;
				padding-left: 13px;
				font-size: 11px;
				font-weight: bold;
				margin: -5px 0 18px 0;
				}
				
				.post p {
			text-align: justify;
			}
			
			.mytext {
			text-align: justify;
			margin-top: 70px;
			}
			
			#wrap{
			margin:0 auto;
			width:110%;
			overflow:hidden;
			position:relative;
			}
			
			#footer {
			width: 110%;
			height: 57px;
			margin: 0;
			padding: 0;
			background: url(../images/footer-bg.gif) repeat-x;
			color: #fff;
			display: block;
			}
				
				
