			#content .blog_header {
				background: url(/images/blog_header.gif) top right no-repeat;
				padding-left: 26px;
				color: #777;
				height: 45px;
				padding-top: 15px;
			}

			#content .blog_header_long {
				background: url(/images/blog_header_long.jpg) top right no-repeat;
				padding: 15px 3px 0px 26px;
				color: #777;
				height: 45px;
			}

			#content .blog_header h1, #content .blog_header_long h1 {
				margin: 0 0 2px 0;
				padding: 0px;
				font-family: "trebuchet MS";
				font-size: 22px;
			}

			#content .weblog {
				color: #666;
				font-size: 11px;
				margin-top: 2px;
				padding: 13px 0 0 23px;
				background: url(/images/blog_gradient.gif) top right no-repeat;
			}
			#content .weblog_long {
				background: url(/images/blog_gradient_long.gif) top right repeat-x;
				padding: 13px 23px 0 23px;
				min-height: 550px;
			}

				#content .weblog .blog_details label {
					font-weight: bold;
					color: #8cd;
				}
			
			#content .weblog h2 {
				font-family: "trebuchet MS";
				margin: 10px 0 3px 0;
				font-size: 25px;
				font-weight: normal;
				line-height: 25px;
			}

			#content .weblog h2 a, #content .weblog .post a {
				text-decoration: none;
				color: #8cd;
			}

			#content .weblog label {
				color: #aaa;
			}

			#content .weblog label a {
				text-decoration: none;
				color: #7bc;
			}

			#content .weblog .post {
				margin: 5px 0 15px 0;
				font-size: 12px;
				text-align: justify;
			}

